Condition Coverage

blib/lib/Perl/Critic/Policy/Variables/RequireNegativeIndices.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
52 0 0 0 not @expr and $isindex
149 0 0 0 $sib->isa("PPI::Token::Operator") and $sib eq "->"
161 0 0 0 $isref and _is_dereferencer($cousin->sprevious_sibling)
170 0 0 0 $elem->isa("PPI::Token::Operator") and $elem eq "->"

or 3 conditions

line l !l&&r !l&&!r condition
49 0 0 0 not @expr or @expr > $MAX_EXPRESSION_COMPLEXITY
91 0 0 0 $cast eq "\$#" or $cast eq "\@"