From c6fa6ceb98cecc4b2b3ce09225f60f733910f2b2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 30 Nov 2009 21:35:27 -0500 Subject: A little explanation of the partial branch annotations in the HTML report. --- coverage/htmlfiles/pyfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/htmlfiles') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 566244f..62518ba 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -48,7 +48,7 @@ function toggle_lines(btn, cls) { {% for line in lines %} -

{% if line.annotate %}{{line.annotate}}{% endif %}{{line.html}} 

+

{% if line.annotate %}{{line.annotate}}{% endif %}{{line.html}} 

{% endfor %} -- cgit v1.2.1