From bcbdf41c6bb9d4ee30842bd14d45c7d48c2c6d01 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 12 Oct 2019 09:10:27 -0400 Subject: Source code without tables --- coverage/htmlfiles/pyfile.html | 59 ++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 39 deletions(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index d4a86ff3..2154c06c 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -68,45 +68,26 @@
- - - - - {% if show_contexts -%} - - {% endif %} - -
-{% for line in lines -%} -

{{line.number}}

-{% endfor %} -
-{# These are the source lines, which are very sensitive to whitespace. -#} -{# The `{ # - # }` below are comments which slurp up the following space. -#} -{% for line in lines -%} -

{#-#} - {% if line.annotate -%} - {{line.annotate}}{#-#} - {{line.annotate_long}}{#-#} - {% endif -%} - {{line.html}} {#-#} -

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

{#-#} - {% if line.contexts -%} - {{ line.contexts|len }} ctx{#-#} - - {% for context in line.contexts -%} - {{context}}{#-#} - {% endfor -%} - {#-#} - {% endif -%} -   -

{#-#} - {% endfor %} -
+ {# These are the source lines, which are very sensitive to whitespace. -#} + {# The `{ # - # }` below are comments which slurp up the following space. -#} + {% for line in lines -%} +

{#-#} + {{line.number}}{#-#} + {{line.html}} {#-#} + {% if line.annotate -%} + {{line.annotate}}{#-#} + {{line.annotate_long}}{#-#} + {% endif -%} + {% if line.contexts -%} + {{ line.contexts|len }} ctx{#-#} + + {% for context in line.contexts -%} + {{context}}{#-#} + {% endfor -%} + {#-#} + {% endif -%} +

+ {% endfor %}