| 1 |
lars |
1 |
<tr>
|
|
|
2 |
<td class="coverFile" colspan="4">{name}</td>
|
|
|
3 |
<td class="coverBar" align="center" width="100">
|
|
|
4 |
<table border="0" cellspacing="0" cellpadding="1">
|
|
|
5 |
<tr>
|
|
|
6 |
<td class="coverBarOutline"><img src="{methods_color}.png" width="{methods_tested_width}" height="10" alt="{methods_tested_percent}"><img src="snow.png" width="{methods_not_tested_width}" height="10" alt="{methods_tested_percent}"></td>
|
|
|
7 |
</tr>
|
|
|
8 |
</table>
|
|
|
9 |
</td>
|
|
|
10 |
<td class="coverPer{methods_level}">{methods_tested_percent}</td>
|
|
|
11 |
<td class="coverNum{methods_level}">{methods_number}</td>
|
|
|
12 |
<td class="coverBar" align="center" width="100">
|
|
|
13 |
<table border="0" cellspacing="0" cellpadding="1">
|
|
|
14 |
<tr>
|
|
|
15 |
<td class="coverBarOutline"><img src="{lines_color}.png" width="{lines_executed_width}" height="10" alt="{lines_executed_percent}"><img src="snow.png" width="{lines_not_executed_width}" height="10" alt="{lines_executed_percent}"></td>
|
|
|
16 |
</tr>
|
|
|
17 |
</table>
|
|
|
18 |
</td>
|
|
|
19 |
<td class="coverPer{lines_level}">{lines_executed_percent}</td>
|
|
|
20 |
<td class="coverNum{lines_level}">{num_executed_lines} / {num_executable_lines}</td>
|
|
|
21 |
</tr>
|
|
|
22 |
|