File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2887,10 +2887,10 @@ sub _categorizeFunctionCov
2887
2887
my $end_line = $curr -> end_line();
2888
2888
2889
2889
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
2894
2894
$changed = 0;
2895
2895
for (my $line = $curr -> line(); $line <= $end_line ; ++$line ) {
2896
2896
# data for this line
You can’t perform that action at this time.
0 commit comments