| lib/UR/BoolExpr/Template/PropertyComparison/NotBetween.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 8 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 8 | 8 | if my $cv_is_number = &Scalar::Util::looks_like_number($lower_bound) |
| 26 | 8 | 8 | if ($cv_is_number and $pv_is_number) { } |
| 27 | 8 | 0 | if $property_value < $lower_bound or $property_value > $upper_bound |
| 29 | 8 | 0 | if $property_value lt $lower_bound or $property_value gt $upper_bound |