| blib/lib/Perl/Critic/Policy/Lax/ProhibitEmptyQuotes/ExceptAsFallback.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 6 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 1 | 0 | 7 | not length $content and my $prev = $element->sprevious_sibling |
| 45 | 1 | 2 | 4 | $prev->isa('PPI::Token::Operator') and grep {$prev eq $_;} '||', '//' |