Condition Coverage

blib/lib/OPM/Validate.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
56 244 154 652 $second and ref $s{$first}

or 2 conditions

line l !l condition
42 11 9 $is_sopm //= 0
55 376 674 $s{$name} // 0
57 652 0 $s{$first}{$second} // 0

or 3 conditions

line l !l&&r !l&&!r condition
50 816 234 0 $max //= exists $boundaries{$name} ? $boundaries{$name}[-1] : 100000
51 489 140 421 $min //= exists $boundaries{$name} ? $boundaries{$name}[0] : 0