Condition Coverage

lib/UR/BoolExpr/Template/PropertyComparison/Between.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
26 6 0 10 $cv_is_number and $pv_is_number
27 0 0 10 $property_value >= $lower_bound and $property_value <= $upper_bound
29 0 0 6 $property_value ge $lower_bound and $property_value le $upper_bound