blib/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitLongChainsOfMethodCalls.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 607 | 0 | 128 | $child->isa("PPI::Token::Word") and @children |
607 | 113 | 15 | $child->isa("PPI::Token::Word") and @children and $children[0]->isa("PPI::Structure::List") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 128 | 162 | 445 | $child->isa("PPI::Token::Word") or $child->isa("PPI::Token::Symbol") |