Condition Coverage

blib/lib/Perl/Critic/Policy/ControlStructures/ProhibitMutatingListFunctions.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 0 defined $elem && $elem->isa('PPI::Token::Magic') && $elem->content eq '$_'
128 0 0 0 $sib and $sib->isa("PPI::Token::Operator")
133 0 0 0 $psib and $psib->isa("PPI::Token::Operator")
226 0 0 0 @args >= $MUTATING_SUBSTR_ARG_COUNT && _is_topic($args[0][0])

or 2 conditions

line l !l condition
110 0 0 $node->find('PPI::Token') || []

or 3 conditions

line l !l&&r !l&&!r condition
144 0 0 0 $elem->isa("PPI::Token::Regexp::Substitute") or $elem->isa("PPI::Token::Regexp::Transliterate")
161 0 0 0 $mods{'d'} or $mods{'s'}
163 0 0 0 $mods{'c'} or $mods{'s'}