Branch Coverage

lib/UR/BoolExpr/Template/PropertyComparison/Equals.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
16 25 1607 if (@property_values == 0)
17 5 20 $comparison_value eq '' ? :
25 396 1225 if ($pv_is_number and $cv_is_number) { }
26 269 127 if $property_value == $comparison_value
28 347 878 if $property_value eq $comparison_value