From 52ef6f76547e757dc9ca9fc4aecdb9aec4a47368 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 27 Oct 2009 07:21:41 -0400 Subject: Better reporting of partial lines, including leaving out partial stuff altogether if no arcs were measured. --- coverage/htmlfiles/pyfile.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 8a0dd4e9..91c56cbe 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -29,7 +29,9 @@ function toggle_lines(btn, cls) { {{n_run}} run {{n_exc}} excluded {{n_mis}} missing - {{n_par}} partial + {% if arcs %} + {{n_par}} partial + {% endif %} -- cgit v1.2.1