| 1 |
lars |
1 |
<tr>
|
|
|
2 |
<td class="{itemClass}">{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="{classes_color}.png" width="{classes_tested_width}" height="10" alt="{classes_tested_percent}"><img src="snow.png" width="{classes_not_tested_width}" height="10" alt="{classes_tested_percent}"></td>
|
|
|
7 |
</tr>
|
|
|
8 |
</table>
|
|
|
9 |
</td>
|
|
|
10 |
<td class="coverPer{classes_level}">{classes_tested_percent}</td>
|
|
|
11 |
<td class="coverNum{classes_level}">{classes_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="{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>
|
|
|
16 |
</tr>
|
|
|
17 |
</table>
|
|
|
18 |
</td>
|
|
|
19 |
<td class="coverPer{methods_level}">{methods_tested_percent}</td>
|
|
|
20 |
<td class="coverNum{methods_level}">{methods_number}</td>
|
|
|
21 |
<td class="coverBar" align="center" width="100">
|
|
|
22 |
<table border="0" cellspacing="0" cellpadding="1">
|
|
|
23 |
<tr>
|
|
|
24 |
<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>
|
|
|
25 |
</tr>
|
|
|
26 |
</table>
|
|
|
27 |
</td>
|
|
|
28 |
<td class="coverPer{lines_level}">{lines_executed_percent}</td>
|
|
|
29 |
<td class="coverNum{lines_level}">{num_executed_lines} / {num_executable_lines}</td>
|
|
|
30 |
</tr>
|
|
|
31 |
|