daca2-report: a bit better report

This commit is contained in:
Daniel Marjamäki 2018-06-29 08:47:00 +02:00
parent fc46956a08
commit 6812cb57ba
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ mainpage.write('<h1>DACA2</h1>\n')
mainpage.write('<p>Results when running latest (git head) Cppcheck on Debian.</p>\n')
mainpage.write('<p>For performance reasons the analysis is limited. Files larger than 1mb are skipped. ' +
'If analysis of a file takes more than 10 minutes it may be stopped.</p>\n')
mainpage.write('<p>Negatives: <a href="negatives.txt">' + str(count_negatives) + '</a></p>\n')
mainpage.write('<p>Positives: <a href="positives.txt">' + str(count_positives) + '</a></p>\n')
mainpage.write('<p>Negatives (fixed/lost warnings): <a href="negatives.txt">' + str(count_negatives) + '</a></p>\n')
mainpage.write('<p>Positives (new warnings): <a href="positives.txt">' + str(count_positives) + '</a></p>\n')
mainpage.write('<table class="sortable">\n')
mainpage.write(
'<tr>' +