56 |
<table id="summaryTable"> |
<table id="summaryTable"> |
57 |
<thead> |
<thead> |
58 |
<tr id="headerRow"> |
<tr id="headerRow"> |
59 |
<th>File</th> |
<th class="leftColumn">File</th> |
60 |
<th><abbr title="The total number of executable statements">Statements</abbr></th> |
<th><abbr title="The total number of executable statements">Statements</abbr></th> |
61 |
<th><abbr title="The number of statements actually executed">Executed</abbr></th> |
<th><abbr title="The number of statements actually executed">Executed</abbr></th> |
62 |
<th><abbr title="Number of executed statements as a percentage of total number of statements">Coverage</abbr></th> |
<th><abbr title="Number of executed statements as a percentage of total number of statements">Coverage</abbr></th> |
63 |
</tr> |
</tr> |
64 |
<tr id="summaryTotals"> |
<tr id="summaryTotals"> |
65 |
<td class="totals"> |
<td class="leftColumn"> |
66 |
<span class="title">Total:</span> |
<span class="title">Total:</span> |
67 |
<span>0</span> |
<span>0</span> |
68 |
</td> |
</td> |