Branch Coverage

lib/UR/BoolExpr/Template/PropertyComparison/NotEquals.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
18 0 44 if (@property_value == 0)
19 0 0 $comparison_value eq '' ? :
27 36 8 if ($cv_is_number and $pv_is_number) { }
28 0 36 if $property_value == $comparison_value
30 0 8 if $property_value eq $comparison_value