| blib/lib/Perl/Critic/Policy/Subroutines/ProhibitNestedSubs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 6 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 5 | 0 | 0 | $outer->isa("PPI::Statement::Sub") and not $outer->isa("PPI::Statement::Scheduled") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 0 | 0 | 5 | $elem->isa("PPI::Statement::Scheduled") or defined $elem->type |