diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-25 07:22:24 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-25 07:22:24 -0400 |
commit | 9ca34fcc539dd218fddbba7d371bb0ee1c24e1d7 (patch) | |
tree | 457e400bfe9ef03fb7d524613d2437f31a04e0d2 /coverage/htmlfiles/pyfile.html | |
parent | 136798ef488c926f10c02d3b5aa0190ac27b69f2 (diff) | |
download | python-coveragepy-git-9ca34fcc539dd218fddbba7d371bb0ee1c24e1d7.tar.gz |
Remove some noise from the HTML reports, and use a 2px stripe to always show line status.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r-- | coverage/htmlfiles/pyfile.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 192cc58a..c39937bd 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -25,7 +25,6 @@ function toggle_lines(btn, cls) { <span class='pc_cov'>{{pc_cov|format_pct}}%</span>
</h1>
<h2 class='stats'>
- Stats:
{{n_stm}} statements
<span class='run hide' onclick='toggle_lines(this, "run")'>{{n_run}} run</span>
<span class='exc' onclick='toggle_lines(this, "exc")'>{{n_exc}} excluded</span>
|