blib/lib/Perl/Critic/Policy/ValuesAndExpressions/UnexpandedSpecialLiteral.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
81 | 15 | 1 | 11 | $next->isa('PPI::Token::Whitespace') and not $next->content =~ /\n/ |
85 | 3 | 2 | 11 | $next->isa('PPI::Token::Operator') && $next->content eq '=>' |
line | l | !l | condition |
---|---|---|---|
79 | 27 | 8 | $next->next_sibling || (return 0) |
110 | 8 | 0 | $elem->parent || (return 0) |
113 | 6 | 0 | $parent->parent || (return 0) |