1 <!doctype html PUBLIC
"-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv='Content-Type' content='text/html; charset=utf-
8'
>
5 {# IE8 rounds line-height incorrectly, and adding this emulateIE7 line makes it right! #}
6 {# http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/
7684445e-f080-
4d8f-
8529-
132763348e21 #}
7 <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7'
/>
8 <title>Coverage for {{cu.name|escape}}: {{nums.pc_covered_str}}%
</title>
9 <link rel='stylesheet' href='style.css' type='text/css'
>
11 <link rel='stylesheet' href='{{ extra_css }}' type='text/css'
>
13 <script type='text/javascript' src='jquery.min.js'
></script>
14 <script type='text/javascript' src='jquery.hotkeys.js'
></script>
15 <script type='text/javascript' src='jquery.isonscreen.js'
></script>
16 <script type='text/javascript' src='coverage_html.js'
></script>
17 <script type='text/javascript' charset='utf-
8'
>
18 jQuery(document).ready(coverage.pyfile_ready);
25 <h1>Coverage for
<b>{{cu.name|escape}}
</b> :
26 <span class='pc_cov'
>{{nums.pc_covered_str}}%
</span>
28 <img id='keyboard_icon' src='keybd_closed.png'
>
30 {{nums.n_statements}} statements
31 <span class='{{c_run}} shortkey_r button_toggle_run'
>{{nums.n_executed}} run
</span>
32 <span class='{{c_mis}} shortkey_m button_toggle_mis'
>{{nums.n_missing}} missing
</span>
33 <span class='{{c_exc}} shortkey_x button_toggle_exc'
>{{nums.n_excluded}} excluded
</span>
35 <span class='{{c_par}} shortkey_p button_toggle_par'
>{{nums.n_partial_branches}} partial
</span>
41 <div class='help_panel'
>
42 <img id='panel_icon' src='keybd_open.png'
>
43 <p class='legend'
>Hot-keys on this page
</p>
46 <span class='key'
>r
</span>
47 <span class='key'
>m
</span>
48 <span class='key'
>x
</span>
49 <span class='key'
>p
</span> toggle line displays
52 <span class='key'
>j
</span>
53 <span class='key'
>k
</span> next/prev highlighted chunk
56 <span class='key'
>0</span> (zero) top of page
59 <span class='key'
>1</span> (one) first highlighted chunk
65 <table cellspacing='
0' cellpadding='
0'
>
67 <td class='linenos' valign='top'
>
68 {% for line in lines %}
69 <p id='n{{line.number}}' class='{{line.class}}'
><a href='#n{{line.number}}'
>{{line.number}}
</a></p>
72 <td class='text' valign='top'
>
73 {% for line in lines %}
74 <p id='t{{line.number}}' class='{{line.class}}'
>{% if line.annotate %}
<span class='annotate' title='{{line.annotate_title}}'
>{{line.annotate}}
</span>{% endif %}{{line.html}}
<span class='strut'
> </span></p>
84 <a class='nav' href='index.html'
>« index
</a> <a class='nav' href='{{__url__}}'
>coverage.py v{{__version__}}
</a>