| 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 |
| 152 | 100 | T | F | if "Code::Statistics::Metric::$metric"->is_insignificant |
| 153 | 50 | T | F | if not $$target_type{'list'} or not @{$$target_type{'list'};} |
| 154 | 50 | T | F | if not exists $$target_type{'list'}[0]{$metric} |
| 162 | 100 | T | F | if $$metric_data{'avg'} and $$metric_data{'avg'} != 1 |
| 233 | 100 | T | F | if @list < $self->table_length |
| 240 | 100 | T | F | if $bottom_size < $self->table_length |