From 715ceff602f744cf3ddd3e60bd65260250b8163f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 8 Nov 2009 17:38:24 -0500 Subject: Show branches and executed branches in HTML reports. --- coverage/htmlfiles/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 646851ae..92b89444 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -23,7 +23,8 @@ run excluded {% if arcs %} - partial + branches + br exec {% endif %} coverage @@ -34,7 +35,8 @@ {{file.nums.n_executed}} {{file.nums.n_excluded}} {% if arcs %} - {{file.par}} + {{file.nums.n_branches}} + {{file.nums.n_executed_branches}} {% endif %} {{file.nums.pc_covered|format_pct}}% @@ -45,7 +47,8 @@ {{totals.n_executed}} {{totals.n_excluded}} {% if arcs %} -{{total_par}} +{{totals.n_branches}} +{{totals.n_executed_branches}} {% endif %} {{totals.pc_covered|format_pct}}% -- cgit v1.2.1