blib/lib/Perl/Lint/Policy/ValuesAndExpressions/ProhibitEmptyQuotes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
18 | 6 | 8 | 145 | $token_type == 172 or $token_type == 173 |
20 | 5 | 4 | 5 | not $string or $string =~ /\A\s+\Z/ |