diff options
author | Ned Batchelder <nedbat@gmail.com> | 2014-10-20 18:35:26 -0400 |
---|---|---|
committer | Ned Batchelder <nedbat@gmail.com> | 2014-10-20 18:35:26 -0400 |
commit | 2fda349bba5e55240e4f8b2cedf7ee29d60207b2 (patch) | |
tree | 51a7eda6cf8d9e61adcb3ca791f9917065125085 /coverage/htmlfiles/pyfile.html | |
parent | cd015c45c278aca757263746ed2e64c46d578ddd (diff) | |
parent | ad4c7f3a5194f6966454d534f02e6b02633fa370 (diff) | |
download | python-coveragepy-git-2fda349bba5e55240e4f8b2cedf7ee29d60207b2.tar.gz |
Merged in dannya/coverage.py_2 (pull request #34)
Rework of my pull request #18:
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r-- | coverage/htmlfiles/pyfile.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 88c158dd..3a35b02e 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -25,12 +25,15 @@ <h1>Coverage for <b>{{cu.name|escape}}</b> : <span class='pc_cov'>{{nums.pc_covered_str}}%</span> </h1> - <img id='keyboard_icon' src='keybd_closed.png'> + + <img id='keyboard_icon' src='keybd_closed.png' /> + <h2 class='stats'> {{nums.n_statements}} statements <span class='{{c_run}} shortkey_r button_toggle_run'>{{nums.n_executed}} run</span> <span class='{{c_mis}} shortkey_m button_toggle_mis'>{{nums.n_missing}} missing</span> <span class='{{c_exc}} shortkey_x button_toggle_exc'>{{nums.n_excluded}} excluded</span> + {% if arcs %} <span class='{{c_par}} shortkey_p button_toggle_par'>{{nums.n_partial_branches}} partial</span> {% endif %} @@ -39,7 +42,7 @@ </div> <div class='help_panel'> - <img id='panel_icon' src='keybd_open.png'> + <img id='panel_icon' src='keybd_open.png' /> <p class='legend'>Hot-keys on this page</p> <div> <p class='keyhelp'> |