{# 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 %}

Coverage for {{relative_filename|escape}}: {{nums.pc_covered_str}}%

Shortcuts on this page

r m x {% if has_arcs %} p {% endif %}   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

{{nums.n_statements}} statements   {% if has_arcs %} {% endif %}

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

{{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 %}

{% endjoined %} {% endfor %}