From 763a7a65a2acdb5642e515e0c16b91044dee74d2 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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coverage/htmlfiles/index.html') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 25ced0eb..ee2deab0 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 %} -- cgit v1.2.1