From 9c9ff1c8536d3066f2d94d3835664783494ed040 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Thu, 19 Nov 2009 14:50:08 -0500 Subject: Better HTML reporting imported patch TweakedReports --- coverage/htmlfiles/index.html | 141 ++++++++++++++++++++++++------------------ 1 file changed, 81 insertions(+), 60 deletions(-) (limited to 'coverage/htmlfiles/index.html') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 92b89444..162f862c 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -1,67 +1,88 @@ - - -Coverage report - - - + + + Coverage report + + + + + - + -
- - - - - - - {% if arcs %} - - - {% endif %} - - -{% for file in files %} - - - - - - {% if arcs %} - - - {% endif %} - - -{% endfor %} - - - - - -{% if arcs %} - - -{% endif %} - - -
Modulestatementsrunexcludedbranchesbr execcoverage
{{file.cu.name}}{{file.nums.n_statements}}{{file.nums.n_executed}}{{file.nums.n_excluded}}{{file.nums.n_branches}}{{file.nums.n_executed_branches}}{{file.nums.pc_covered|format_pct}}%
Total{{totals.n_statements}}{{totals.n_executed}}{{totals.n_excluded}}{{totals.n_branches}}{{totals.n_executed_branches}}{{totals.pc_covered|format_pct}}%
-
+
+ + + + + + + + {% if arcs %} + + + {% endif %} + + + + + {% for file in files %} + + + + + + {% if arcs %} + + + {% endif %} + + + {% endfor %} + + + + + + + + {% if arcs %} + + + {% endif %} + + + +
Modulestatementsrunexcludedbranchesbr execcoverage
{{file.cu.name}}{{file.nums.n_statements}}{{file.nums.n_executed}}{{file.nums.n_excluded}}{{file.nums.n_branches}}{{file.nums.n_executed_branches}}{{file.nums.pc_covered|format_pct}}%
Total{{totals.n_statements}}{{totals.n_executed}}{{totals.n_excluded}}{{totals.n_branches}}{{totals.n_executed_branches}}{{totals.pc_covered|format_pct}}%
+
- + - + + -- cgit v1.2.1