blib/lib/Perl/Critic/Policy/ValuesAndExpressions/UnexpandedSpecialLiteral.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 14 | 92.8 |
line | true | false | branch |
---|---|---|---|
50 | 10 | 24 | unless $specials{$elem} |
52 | 11 | 13 | if (elem_is_quoted_by_big_comma($elem)) |
57 | 5 | 8 | if (elem_is_solo_subscript($elem)) |
81 | 11 | 16 | if ($next->isa('PPI::Token::Whitespace') and not $next->content =~ /\n/) |
107 | 5 | 8 | if ($elem->snext_sibling) |
108 | 0 | 8 | if ($elem->sprevious_sibling) |
111 | 2 | 6 | unless $parent->isa('PPI::Statement::Expression') |