Branch Coverage

blib/lib/String/Pad.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
18 3 4 if ($which) { }
26 1 6 if ($is_trunc and $w > $width) { }
29 1 5 if ($which eq 'l') { }
2 3 elsif ($which eq 'c') { }