Branch Coverage

blib/lib/Perl/Metrics/Lite/Report/CheckStyle.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
15 0 0 exists $args{'max_sub_lines'} ? :
19 0 0 exists $args{'max_sub_mccabe_complexity'} ? :
54 0 0 if ($sub_metric->{'lines'} >= $self->{'max_sub_lines'})
58 0 0 if ($sub_metric->{'mccabe_complexity'} >= $self->{'max_sub_mccabe_complexity'})