| lib/Perl/Critic/Policy/CodeLayout/ProhibitLongLines.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 18 | 72.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 39 | 2 | 1 | defined $override and $override eq "ignore" |
| 83 | 38 | 1 | 8 | defined $filename and length $filename |
| 85 | 0 | 1 | 7 | defined $attr and length $attr |
| 95 | 0 | 0 | 7 | defined $output and $output =~ /: \Q$attr\E: (.+)$/mu |
| 111 | 0 | 234 | 164 | defined $line and $line == $target_line |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 48 | 2 | 39 | 0 | $override // $self->{'_max_line_length'} |