| blib/lib/Perl/Critic/Policy/Subroutines/ProhibitManyArgs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 18 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 82 | 0 | 5 | 4 | $operand and $operand->isa("PPI::Token::Structure") |
| 5 | 0 | 4 | $operand and $operand->isa("PPI::Token::Structure") and ";" eq $operand->content | |
| 93 | 1 | 0 | 0 | $operand->isa("PPI::Token::Magic") and $AT_ARG eq $operand->content |
| 1 | 0 | 0 | $operand->isa("PPI::Token::Word") and "shift" eq $operand->content | |
| 110 | 0 | 0 | 0 | 1 == @inner and $inner[0]->isa("PPI::Statement::Expression") |
| 114 | 0 | 0 | 0 | $skip_object and @args |