Branch Coverage

blib/lib/Perl/Critic/Policy/TooMuchCode/ProhibitUnnecessaryScalarKeyword.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
13 2 1 unless $elem->content eq "scalar"
15 0 1 unless $e and $e->isa("PPI::Token::Symbol") and $e->raw_type eq "\@"
17 0 1 unless $e and $e->isa("PPI::Token::Operator") and $e->content eq "="
19 0 1 unless $e and $e->isa("PPI::Token::Symbol") and $e->raw_type eq "\$"