Condition Coverage

blib/lib/Text/Sprintf/Length.pm
Criterion Covered Total %
condition 7 13 53.8


and 3 conditions

line !l l&&!r l&&r condition
75 2 0 5 $fmt and defined $sprintf_width

or 2 conditions

line l !l condition
78 0 2 $width //= 1
80 0 0 $width //= 1

or 3 conditions

line l !l&&r !l&&!r condition
77 1 1 3 $conv eq '%' or $conv eq 'c'
0 0 3 $conv eq 'p' or $conv eq 'c'