Branch Coverage
blib/lib/Perl/Critic/Policy/ControlStructures/ProhibitDeepNests.pm
Criterion
Covered
Total
%
branch
2
4
50.0
line
true
false
branch
45
0
11
if
(
$parent
->
isa
(
"PPI::Statement::Compound"
)
)
50
0
11
if
(
$nest_count
>
$self
->{
'_max_nests'
}
)