| blib/lib/Parse/ErrorString/Perl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 21 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 206 | 1 | 37 | 65 | length $current_line <= 79 and length $test_line > 79 |
| 38 | 63 | 2 | length $current_line <= 79 and length $test_line > 79 and $next_line =~ /^\t.*\(\#\d+\)$/ | |
| 282 | 24 | 1 | 3 | $near and not $near_end |
| 24 | 0 | 1 | $near and $near_end | |
| 292 | 12 | 0 | 6 | $_->{'message'} eq $err_item{'message'} and $_->{'line'} eq $err_item{'line'} |
| 326 | 0 | 0 | 1 | $error_list[$i]{'file_msgpath'} eq $die_at_file and $error_list[$i]{'line'} == $die_at_line |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 0 | 6 | 0 | ref $class || $class |