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