figleaf_htmlizer: fix order of summary counters

This commit is contained in:
Brian Warner 2009-02-13 09:57:53 -07:00
parent dc6fe89629
commit 4aee51ff6f

View File

@ -272,8 +272,9 @@ class Renderer:
'<th># uncovered</th>' '<th># uncovered</th>'
'<th>% covered</th></tr>\n') '<th>% covered</th></tr>\n')
if show_totals: if show_totals:
(summary_lines, summary_cover, summary_pcnt, (summary_lines, summary_cover,
summary_added, summary_removed) = self.summary summary_added, summary_removed,
summary_pcnt) = self.summary
if have_old_coverage: if have_old_coverage:
index_fp.write('<tr><td><b>totals:</b></td>' index_fp.write('<tr><td><b>totals:</b></td>'
'<td><b>%d</b></td>' # lines '<td><b>%d</b></td>' # lines