blib/lib/Perl/Critic/Policy/ControlStructures/ProhibitDeepNests.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 4 | 100.0 |
line | true | false | branch |
---|---|---|---|
45 | 76 | 127 | if ($parent->isa("PPI::Statement::Compound")) |
50 | 3 | 48 | if ($nest_count > $self->{'_max_nests'}) |