Skip to content

Commit 1171b66

Browse files
committed
Update comment to reflect current state of implementation.
Signed-off-by: Henry Cox <[email protected]>
1 parent 59ba5d6 commit 1171b66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/genhtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,10 +2887,10 @@ sub _categorizeFunctionCov
28872887
my $end_line = $curr->end_line();
28882888

28892889
if (defined($end_line)) {
2890-
# @todo could keep list of functions and branch coverpoints
2891-
# contained in the function - then report per-function coverage
2892-
# in the function detail view. Maybe user would want to
2893-
# work on functions which are hit but whose coverage is low
2890+
# we keep list of functions and branch coverpoints contained
2891+
# in the function - and can report per-function coverage
2892+
# in the function detail view. Maybe user will prioritize
2893+
# functions which are hit but whose coverage is low
28942894
$changed = 0;
28952895
for (my $line = $curr->line(); $line <= $end_line; ++$line) {
28962896
# data for this line

0 commit comments

Comments
 (0)