Condition Coverage

blib/lib/Version/Util.pm
Criterion Covered Total %
condition 16 23 69.5


and 3 conditions

line !l l&&!r l&&r condition
60 2 2 3 $v >= "version"->parse($v1) and $v <= "version"->parse($v2)
129 14 0 0 not length $v_min and $width_min
130 4 10 0 not length $v_pl and $width_pl
131 14 0 0 not length $inc_min and $width_min
132 4 10 0 not length $inc_pl and $width_pl

or 2 conditions

line l !l condition
108 13 1 $v_min //= ""
109 2 12 $v_pl //= ""
113 14 0 $inc_min //= ""
114 3 11 $inc_pl //= ""