summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/pyfile.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-25 09:39:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-25 09:39:28 -0400
commit7dad73478b4bcaee894cd7c3a725f3e177dd90cf (patch)
tree89b3c7d874026ab4114d440f54ef952098bf22bc /coverage/htmlfiles/pyfile.html
parentfed97bc3dabc3b1af3000f9b842654a3836a96bc (diff)
downloadpython-coveragepy-git-7dad73478b4bcaee894cd7c3a725f3e177dd90cf.tar.gz
Stupid simplistic not working yet branch reporting in HTML
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r--coverage/htmlfiles/pyfile.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html
index a7cd1d3c..8a0dd4e9 100644
--- a/coverage/htmlfiles/pyfile.html
+++ b/coverage/htmlfiles/pyfile.html
@@ -29,6 +29,7 @@ function toggle_lines(btn, cls) {
<span class='{{c_run.strip}}' onclick='toggle_lines(this, "run")'>{{n_run}} run</span>
<span class='{{c_exc.strip}}' onclick='toggle_lines(this, "exc")'>{{n_exc}} excluded</span>
<span class='{{c_mis.strip}}' onclick='toggle_lines(this, "mis")'>{{n_mis}} missing</span>
+ <span class='{{c_par.strip}}' onclick='toggle_lines(this, "par")'>{{n_par}} partial</span>
</h2>
</div>
</div>