Branch Coverage

blib/lib/Perl/Critic/Policy/Variables/RequireLexicalLoopIterators.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
44 5 6 if $elem->type ne "foreach"
47 0 6 unless $first_child
48 0 6 $first_child->isa('PPI::Token::Label') ? :
51 0 6 unless $potential_scope
52 0 6 if $potential_scope->isa("PPI::Structure::List")
54 6 0 if $potential_scope eq "my"