blib/lib/Parse/ErrorString/Perl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 21 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
220 | 0 | 37 | 66 | length $current_line <= 79 and length $test_line > 79 |
37 | 64 | 2 | length $current_line <= 79 and length $test_line > 79 and $next_line =~ /^\t.*\(\#\d+\)$/ | |
296 | 24 | 1 | 3 | $near and not $near_end |
24 | 0 | 1 | $near and $near_end | |
302 | 12 | 0 | 6 | $$_{'message'} eq $err_item{'message'} and $$_{'line'} eq $err_item{'line'} |
340 | 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 |