blib/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMixedBooleanOperators.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
59 | 201 | 119 | if exists $EXEMPT_TYPES{ref $elem} |
61 | 6 | 113 | if ($elem->find_first(\&Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators::_low_boolean) and $elem->find_first(\&Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators::_high_boolean)) |
73 | 3 | 683 | if $elem->isa("PPI::Statement") |
74 | 605 | 78 | unless $elem->isa("PPI::Token::Operator") |
82 | 1 | 104 | if $elem->isa("PPI::Statement") |
83 | 84 | 20 | unless $elem->isa("PPI::Token::Operator") |