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
56 2 2 3 $v >= 'version'->parse($v1) and $v <= 'version'->parse($v2)
111 14 0 0 not length $v_min and $width_min
112 4 10 0 not length $v_pl and $width_pl
113 14 0 0 not length $inc_min and $width_min
114 4 10 0 not length $inc_pl and $width_pl

or 2 conditions

line l !l condition
90 13 1 $v_min //= ''
91 2 12 $v_pl //= ''
95 14 0 $inc_min //= ''
96 3 11 $inc_pl //= ''