From ca0523979de925486ac199901acd39c2ee7252e7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Dec 2009 20:11:03 -0500 Subject: Clean up HTML files. --- coverage/htmlfiles/pyfile.html | 94 +++++++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 2afc9759..79808c3b 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -1,47 +1,47 @@ - - - - - Coverage for {{cu.name|escape}}: {{nums.pc_covered|format_pct}}% - - - - - - - - -
- - - - - -
- {% for line in lines %} -

{{line.number}}

- {% endfor %} -
- {% for line in lines %} -

{% if line.annotate %}{{line.annotate}}{% endif %}{{line.html}} 

- {% endfor %} -
-
- - - + + + + + Coverage for {{cu.name|escape}}: {{nums.pc_covered|format_pct}}% + + + + + + + + +
+ + + + + +
+ {% for line in lines %} +

{{line.number}}

+ {% endfor %} +
+ {% for line in lines %} +

{% if line.annotate %}{{line.annotate}}{% endif %}{{line.html}} 

+ {% endfor %} +
+
+ + + -- cgit v1.2.1