summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-25 07:26:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-25 07:26:44 -0400
commit86983f76487ff246ef62daf5d02920568c0d69d2 (patch)
tree918e0ec6c2819773e4c6b948c30b7dce765e0e79 /coverage/htmlfiles
parent9ca34fcc539dd218fddbba7d371bb0ee1c24e1d7 (diff)
downloadpython-coveragepy-git-86983f76487ff246ef62daf5d02920568c0d69d2.tar.gz
Better modularity about which line classes are highlighted by default.
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r--coverage/htmlfiles/pyfile.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html
index c39937bd..d4c15c6a 100644
--- a/coverage/htmlfiles/pyfile.html
+++ b/coverage/htmlfiles/pyfile.html
@@ -26,9 +26,9 @@ function toggle_lines(btn, cls) {
</h1>
<h2 class='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>
- <span class='mis' onclick='toggle_lines(this, "mis")'>{{n_mis}} missing</span>
+ <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>
</h2>
</div>
</div>