diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-08 07:00:52 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-08 07:00:52 -0400 |
commit | 0f6dfa984102af7f07b97f9d12410cce064ea980 (patch) | |
tree | f056c2f0692e455a06756c46b567da2c4fbbe8b0 /coverage/htmlfiles/pyfile.html | |
parent | a481a6f72f4950121908dbc593daa71f1f7a2cdc (diff) | |
download | python-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.html | 2 |
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> |