We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aec5ab commit 685efdfCopy full SHA for 685efdf
lib/lcovutil.pm
@@ -3679,10 +3679,11 @@ sub set_end_line
3679
lcovutil::explain_once('derive_end_line',
3680
" See lcovrc man entry for 'derive_function_end_line'.");
3681
lcovutil::ignorable_error($lcovutil::ERROR_INCONSISTENT_DATA,
3682
- '"' . $self->file() . '":' . $self->line() .
3683
- ': function ' . $self->name() .
3684
- " end line $line less than start line." .
3685
- " Cannot derive function end line.$suffix"
+ '"' . $self->file() . '":' . $self->line() .
+ ': function ' . $self->name() .
+ " end line $line less than start line " .
+ $self->line() .
3686
+ ". Cannot derive function end line.$suffix"
3687
);
3688
return;
3689
}
0 commit comments