Skip to content

Commit

Permalink
Add TODO item.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed May 17, 2012
1 parent 9acd794 commit 8c7b157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TODO
Expand Up @@ -21,7 +21,7 @@
- Only collect boolean data for coverage information (no counts).
- Reports:
- Improve textual output.
- Allow thresholds to be customisable in HTML output.
- Remove >= 100% in customisable thresholds.
- Move HTML version and platform info to main page and allow for multiples.
- Add -db option to cover.
- Diff functionality.
Expand Down
1 change: 1 addition & 0 deletions lib/Devel/Cover/Report/Html_minimal.pm
Expand Up @@ -360,6 +360,7 @@ sub print_summary_report {
push @$show, 'total';

print_html_header($fh, $options->{option}{summarytitle});
# TODO - >= 100% doesn't look nice. See also Html_basic.
print $fh <<"END_HTML";
<body>
<h1>$options->{option}{summarytitle}</h1>
Expand Down

0 comments on commit 8c7b157

Please sign in to comment.