| blib/lib/Perl/Critic/Policy/Subroutines/ProhibitManyArgs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 21 | 61.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 0 | 51 | 50 | $operand and $operand->isa("PPI::Token::Structure") |
| 51 | 0 | 50 | $operand and $operand->isa("PPI::Token::Structure") and ";" eq $operand->content | |
| 98 | 32 | 0 | 15 | $operand->isa("PPI::Token::Magic") and $AT_ARG eq $operand->content |
| 1 | 0 | 31 | $operand->isa("PPI::Token::Word") and "shift" eq $operand->content | |
| 115 | 0 | 0 | 15 | 1 == @inner and $inner[0]->isa("PPI::Statement::Expression") |
| 119 | 8 | 0 | 7 | $skip_object and @args |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 131 | 7 | 6 | 0 | $SELF eq $symbol->content || $CLASS eq $symbol->content |