From dc438780abf10e5257bb177728066e16201e3916 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 19 Nov 2012 21:58:40 -0500 Subject: Branch coverage is computed more accurately, #156. --- coverage/htmlfiles/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/htmlfiles/index.html') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 5a7c8c2e..c649a83c 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -69,7 +69,7 @@ {{totals.n_excluded}} {% if arcs %} {{totals.n_branches}} - {{totals.n_missing_branches}} + {{totals.n_partial_branches}} {% endif %} {{totals.pc_covered_str}}% @@ -83,7 +83,7 @@ {{file.nums.n_excluded}} {% if arcs %} {{file.nums.n_branches}} - {{file.nums.n_missing_branches}} + {{file.nums.n_partial_branches}} {% endif %} {{file.nums.pc_covered_str}}% -- cgit v1.2.1