| blib/lib/Perl/Critic/Policy/Variables/RequireNegativeIndices.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 18 | 61.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 52 | 24 | 0 | 1 | not @expr and $isindex | 
| 149 | 17 | 0 | 8 | $sib->isa("PPI::Token::Operator") and $sib eq "->" | 
| 161 | 9 | 4 | 0 | $isref and _is_dereferencer($cousin->sprevious_sibling) | 
| 170 | 5 | 1 | 0 | $elem->isa("PPI::Token::Operator") and $elem eq "->" | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 49 | 0 | 0 | 39 | not @expr or @expr > $MAX_EXPRESSION_COMPLEXITY | 
| 91 | 9 | 5 | 0 | $cast eq "\$#" or $cast eq "\@" |