lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 8 | 0 | 8 | $cv_is_number and $pv_is_number |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 0 | 8 | 0 | $property_value < $lower_bound or $property_value > $upper_bound |
29 | 6 | 2 | 0 | $property_value lt $lower_bound or $property_value gt $upper_bound |