Branch Coverage

blib/lib/Text/Sprintf/Length.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
75 5 2 if ($fmt and defined $sprintf_width)
77 2 3 if ($conv eq '%' or $conv eq 'c') { }
0 3 elsif ($conv eq 'p' or $conv eq 'c') { }
0 3 elsif ($conv eq 'n') { }
85 4 1 if (defined $width) { }