<div class="d2h-file-list-wrapper">
    <div style="text-align: left; margin-bottom: 20px">
      <table border="1" cellpadding="2" cellspacing="0">
        <tr>
          <th>Key</th>
          <th>Value</th>
        </tr>
        <tr>
          <td>Display Mode</td>
          <td>{{displayMode}}</td>
        </tr>
      </table>
      <div>➕ Additions/Changes Total Lines ({{diffStatementNewLines}})</div>
      <div><span style="background-color: #3CB371">&nbsp;&nbsp;&nbsp;&nbsp;</span> Additions/Changes Covered Lines ({{coveredDiffStatementNewLines}})</div>
      <div><span style="background-color: #FF6347">&nbsp;&nbsp;&nbsp;&nbsp;</span> Additions/Changes Uncovered Lines ({{uncoveredDiffStatementNewLines}})</div>
      <br />
      <div>💡 diff coverage = covered lines / (covered lines + uncovered lines) * 100%</div>
      <div>💡 Presses "J" to move to the next uncovered line, presses "K" to move to the previous uncovered line.</div>
      <div style="margin: 10px 0; font-size: 24px; color: #ff8000">
        Diff statement lines coverage: {{diffStatementCoverageRate}}% ({{coveredDiffStatementNewLines}}/{{effectiveDiffStatementNewLines}})
      </div>
      <div style="margin: 10px 0; font-size: 24px; color: #ff8000">
        Overall statement lines coverage: {{overallStatementCoverageRate}}% ({{coveredLines}}/{{allLines}})
      </div>
    </div>
    <div class="d2h-file-list-header">
      <span class="d2h-file-list-title">Files diff coverage</span>
    </div>
    <ol>
      {{{fileDiffCoverages}}}
    </ol>
    <div class="d2h-file-list-header">
      <span class="d2h-file-list-title">Files changed ({{filesNumber}})</span>
      <a class="d2h-file-switch d2h-hide">hide</a>
      <a class="d2h-file-switch d2h-show">show</a>
    </div>
    <ol class="d2h-file-list">
    {{{files}}}
    </ol>
</div>
