summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/htmlfiles/index.html')
-rw-r--r--coverage/htmlfiles/index.html8
1 files changed, 4 insertions, 4 deletions
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 @@
<span class="key">s</span>
<span class="key">m</span>
<span class="key">x</span>
- {% if arcs %}
+ {% if has_arcs %}
<span class="key">b</span>
<span class="key">p</span>
{% endif %}
@@ -62,7 +62,7 @@
<th class="shortkey_s">statements</th>
<th class="shortkey_m">missing</th>
<th class="shortkey_x">excluded</th>
- {% if arcs %}
+ {% if has_arcs %}
<th class="shortkey_b">branches</th>
<th class="shortkey_p">partial</th>
{% endif %}
@@ -76,7 +76,7 @@
<td>{{totals.n_statements}}</td>
<td>{{totals.n_missing}}</td>
<td>{{totals.n_excluded}}</td>
- {% if arcs %}
+ {% if has_arcs %}
<td>{{totals.n_branches}}</td>
<td>{{totals.n_partial_branches}}</td>
{% endif %}
@@ -90,7 +90,7 @@
<td>{{file.nums.n_statements}}</td>
<td>{{file.nums.n_missing}}</td>
<td>{{file.nums.n_excluded}}</td>
- {% if arcs %}
+ {% if has_arcs %}
<td>{{file.nums.n_branches}}</td>
<td>{{file.nums.n_partial_branches}}</td>
{% endif %}