summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/pyfile.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-08 07:00:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-08 07:00:52 -0400
commit0f6dfa984102af7f07b97f9d12410cce064ea980 (patch)
treef056c2f0692e455a06756c46b567da2c4fbbe8b0 /coverage/htmlfiles/pyfile.html
parenta481a6f72f4950121908dbc593daa71f1f7a2cdc (diff)
downloadpython-coveragepy-0f6dfa984102af7f07b97f9d12410cce064ea980.tar.gz
Too many things named "arcs". Rename the booleans.
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r--coverage/htmlfiles/pyfile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html
index 7bf9f55..ad7969d 100644
--- a/coverage/htmlfiles/pyfile.html
+++ b/coverage/htmlfiles/pyfile.html
@@ -37,7 +37,7 @@
<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 %}
+ {% if has_arcs %}
<span class="{{c_par}} shortkey_p button_toggle_par">{{nums.n_partial_branches}} partial</span>
{% endif %}
</h2>