Branch Coverage

blib/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMixedBooleanOperators.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
59 197 97 if exists $EXEMPT_TYPES{ref $elem}
61 0 97 if ($elem->find_first(\&Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators::_low_boolean) and $elem->find_first(\&Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators::_high_boolean))
73 0 521 if $elem->isa("PPI::Statement")
84 0 0 if $elem->isa("PPI::Statement")