blib/lib/String/Pad.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
20 | 3 | 7 | if ($which) { } |
27 | 3 | 7 | ref $text0 eq 'ARRAY' ? : |
29 | 1 | 9 | if (not defined $width or $width < 0) |
33 | 2 | 1 | if $longest < $len |
40 | 3 | 13 | if ($is_trunc and $w > $width) { } |
44 | 1 | 12 | if ($which eq 'l') { } |
2 | 10 | elsif ($which eq 'c') { } | |
57 | 3 | 7 | ref $text0 eq 'ARRAY' ? : |