Branch Coverage

blib/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitShiftRef.pm
Criterion Covered Total %
branch 1 10 10.0


line true false branch
43 329 0 if $elem->content ne "shift"
46 0 0 unless ($prev)
52 0 0 if (my $stmt = $elem->statement)
55 0 0 if ($block and $block->isa("PPI::Structure::Block"))
61 0 0 if ($prev and $prev->isa("PPI::Token::Cast") and $prev->content eq "\\")