blib/lib/Perl/Critic/Policy/Subroutines/ProhibitLvalueMethods.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
34 | 3 | 6 | unless is_method_call($elem) |
38 | 3 | 6 | if ($sib->isa("PPI::Token::Operator")) |
40 | 1 | 2 | if precedence_of($sib->content) != 19 |