{# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 #} {# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt #} {# IE8 rounds line-height incorrectly, and adding this emulateIE7 line makes it right! #} {# http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/7684445e-f080-4d8f-8529-132763348e21 #} Coverage for {{relative_filename|escape}}: {{nums.pc_covered_str}}% {% if extra_css %} {% endif %}
Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

{# 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.context_list -%} {#-#} {% endif -%} {# Things that should float right in the line. -#} {#-#} {% if line.annotate -%} {{line.annotate}}{#-#} {{line.annotate_long}}{#-#} {% endif -%} {% if line.contexts -%} {#-#} {% endif -%} {#-#} {# Things that should appear below the line. -#} {% if line.context_list -%} {#-#} {% for context in line.context_list -%} {{context}}{#-#} {% endfor -%} {#-#} {% endif -%}

{% endfor %}