| blib/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitLongChainsOfMethodCalls.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 9 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 61 | 789 | 8 | 201 | $child->isa("PPI::Token::Word") and @children | 
| 797 | 134 | 67 | $child->isa("PPI::Token::Word") and @children and $children[0]->isa("PPI::Structure::List") | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 69 | 209 | 247 | 542 | $child->isa("PPI::Token::Word") or $child->isa("PPI::Token::Symbol") |