| line | % | coverage | branch |
| 58 | 50 | T | F | if $length >= length $string |
| 62 | 50 | T | F | unless $tt->process($tmpl, {'targets', $$stats{'target_types'}, 'truncate_front', sub {
my($string, $length) = @_;
return $string if $length >= length $string;
return substr($string, 0 - $length, $length);
}
}, \$output) |
| 65 | 50 | T | F | if not $self->quiet |
| 95 | 100 | T | F | if $$_{'name'} ne 'path' |
| 131 | 100 | T | F | if not "Code::Statistics::Metric::$metric"->is_significant |
| 132 | 50 | T | F | if not $$target_type{'list'}[0] |
| 133 | 50 | T | F | if not exists $$target_type{'list'}[0]{$metric} |
| 181 | 100 | T | F | if @list < $self->table_length |
| 188 | 100 | T | F | if $bottom_size < $self->table_length |