Condition Coverage

blib/lib/Perl/Critic/Policy/Variables/ProhibitTopicIterator.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
34 0 0 6 $type =~ /^(?:if|while)$/ and $next->isa("PPI::Structure::Condition")
36 14 0 2 $next->isa("PPI::Token::Magic") and $next->content eq "\$_"
51 0 0 4 $next->isa("PPI::Token::Word") and $next->content eq "my"