blib/lib/String/Elide/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 16 | 93.7 |
line | true | false | branch |
---|---|---|---|
14 | 1 | 0 | if ($sym eq 'elide') { } |
26 | 5 | 12 | defined $opts->{'marker'} ? : |
28 | 1 | 16 | if $max_len < $marker_len |
30 | 7 | 9 | if $str_len <= $max_len |
33 | 1 | 8 | if ($truncate eq 'left') { } |
2 | 6 | elsif ($truncate eq 'middle') { } | |
2 | 4 | elsif ($truncate eq 'ends') { } | |
42 | 1 | 1 | if ($max_len <= 2 * $marker_len) |