blib/lib/Perl/Metrics/Lite/Report/Text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 18 | 16.6 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 3 | exists $args{'max_sub_lines'} ? : |
20 | 0 | 3 | exists $args{'max_sub_mccabe_complexity'} ? : |
24 | 0 | 3 | exists $args{'show_only_error'} ? : |
57 | 0 | 0 | if (@rows) |
88 | 0 | 0 | if ($table) |
106 | 0 | 0 | if $self->{'show_only_error'} and $self->is_sub_metric_ok($sub_metric) |
111 | 0 | 0 | if (@rows) |
120 | 0 | 0 | if $sub_metric->{'lines'} < $self->{'max_sub_lines'} |
123 | 0 | 0 | if $sub_metric->{'mccabe_complexity'} < $self->{'max_sub_mccabe_complexity'} |