From c24c5b0ce6aa1b2cc90529fefec248dadd32125d Mon Sep 17 00:00:00 2001 From: Danny Allen Date: Thu, 15 May 2014 12:29:17 +0100 Subject: Rework of my pull request #18: * Implement "go to next" buttons in pyfile UI * Improve filter on main UI to persist over page reloads * Hide totals table footer if hiding any rows, as values will be inaccurate * Implement live filtering of index table rows * Upgrade to jQuery 1.11.1 --- coverage/htmlfiles/pyfile.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 88c158dd..1ed74871 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -11,6 +11,7 @@ {% endif %} + @@ -25,12 +26,20 @@

Coverage for {{cu.name|escape}} : {{nums.pc_covered_str}}%

- + + +

{{nums.n_statements}} statements   {{nums.n_executed}} run + + {{nums.n_missing}} missing + + {{nums.n_excluded}} excluded + + {% if arcs %} {{nums.n_partial_branches}} partial {% endif %} @@ -39,7 +48,7 @@
- +

Hot-keys on this page

-- cgit v1.2.1