Branch Coverage

lib/UR/BoolExpr/Template/PropertyComparison/Between.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
18 10 6 if my $cv_is_number = &Scalar::Util::looks_like_number($lower_bound)
26 10 6 if ($cv_is_number and $pv_is_number) { }
27 10 0 if $property_value >= $lower_bound and $property_value <= $upper_bound
29 6 0 if $property_value ge $lower_bound and $property_value le $upper_bound