Branch Coverage
blib/lib/Perl/Critic/Policy/Mardem/ProhibitConditionComplexity.pm
Criterion
Covered
Total
%
branch
4
6
66.6
line
true
false
branch
61
6
10
if
(
$score
<=
$self
->{
'_max_mccabe'
}
)
66
0
10
if
(
not
$block_keyword
)
{
}
71
0
10
unless
(
@found
)