51 |
<iframe id="browserIframe" onload="browser_load();"></iframe> |
<iframe id="browserIframe" onload="browser_load();"></iframe> |
52 |
</div> |
</div> |
53 |
<div class="TabPage"> |
<div class="TabPage"> |
54 |
<input type="checkbox" id="checkbox" onclick="checkbox_click();"> <label for="checkbox">Show missing statements column</label> |
<input type="checkbox" id="checkbox" onclick="return checkbox_click();"> <label for="checkbox">Show missing statements column</label> |
55 |
<div id="summaryDiv"> |
<div id="summaryDiv"> |
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> |