From 36a637f828d6596d0e83b6aa324f4f5f023eb16b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 7 Feb 2010 16:37:14 -0500 Subject: Clean up the lst += string stuff, whereby string being iterable means each char is added as an element of the list. Also, apply the 'join is better than append' rule to other places, where, alas, it doesn't seem to have the same magic effect. --- coverage/htmlfiles/pyfile.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 79808c3b..ec69556d 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -16,11 +16,11 @@

{{nums.n_statements}} statements - {{nums.n_executed}} run - {{nums.n_excluded}} excluded - {{nums.n_missing}} missing + {{nums.n_executed}} run + {{nums.n_excluded}} excluded + {{nums.n_missing}} missing {% if arcs %} - {{n_par}} partial + {{n_par}} partial {% endif %}

-- cgit v1.2.1