From 0f6dfa984102af7f07b97f9d12410cce064ea980 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 8 Aug 2015 07:00:52 -0400 Subject: Too many things named "arcs". Rename the booleans. --- coverage/htmlfiles/index.html | 8 ++++---- coverage/htmlfiles/pyfile.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'coverage/htmlfiles') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 25ced0e..ee2deab 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -44,7 +44,7 @@ s m x - {% if arcs %} + {% if has_arcs %} b p {% endif %} @@ -62,7 +62,7 @@ statements missing excluded - {% if arcs %} + {% if has_arcs %} branches partial {% endif %} @@ -76,7 +76,7 @@ {{totals.n_statements}} {{totals.n_missing}} {{totals.n_excluded}} - {% if arcs %} + {% if has_arcs %} {{totals.n_branches}} {{totals.n_partial_branches}} {% endif %} @@ -90,7 +90,7 @@ {{file.nums.n_statements}} {{file.nums.n_missing}} {{file.nums.n_excluded}} - {% if arcs %} + {% if has_arcs %} {{file.nums.n_branches}} {{file.nums.n_partial_branches}} {% endif %} 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 @@ {{nums.n_missing}} missing {{nums.n_excluded}} excluded - {% if arcs %} + {% if has_arcs %} {{nums.n_partial_branches}} partial {% endif %} -- cgit v1.2.1