blib/lib/Perl/Critic/Policy/TooMuchCode/ProhibitUnnecessaryScalarKeyword.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 18 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
15 | 0 | 0 | 1 | $e and $e->isa("PPI::Token::Symbol") |
0 | 0 | 1 | $e and $e->isa("PPI::Token::Symbol") and $e->raw_type eq "\@" | |
17 | 0 | 0 | 1 | $e and $e->isa("PPI::Token::Operator") |
0 | 0 | 1 | $e and $e->isa("PPI::Token::Operator") and $e->content eq "=" | |
19 | 0 | 0 | 1 | $e and $e->isa("PPI::Token::Symbol") |
0 | 0 | 1 | $e and $e->isa("PPI::Token::Symbol") and $e->raw_type eq "\$" |