Condition Coverage

blib/lib/String/Format.pm
Criterion Covered Total %
condition 8 13 61.5


and 3 conditions

line !l l&&!r l&&r condition
51 27 0 0 $replength > $min_width and $replength < $max_width

or 2 conditions

line l !l condition
41 1 2 $passme ||= ''
79 19 0 shift() || (return)

or 3 conditions

line l !l&&r !l&&!r condition
47 1 26 0 $min_width ||= $replength
48 1 26 0 $max_width ||= $replength