Condition Coverage

blib/lib/Data/DynamicValidator/Path.pm
Criterion Covered Total %
condition 13 22 59.0


and 3 conditions

line !l l&&!r l&&r condition
85 7 2 11 $idx <= $index and $name ne '_'
102 0 74 147 ref $value and ref $value eq 'HASH'
74 0 147 ref $value and ref $value eq 'HASH' and exists $$value{$element}
0 0 74 ref $value and ref $value eq 'ARRAY'
0 0 74 ref $value and ref $value eq 'ARRAY' and looks_like_number $element
0 0 74 ref $value and ref $value eq 'ARRAY' and looks_like_number $element and $element < @$value

or 2 conditions

line l !l condition
15 0 8 $ENV{'DATA_DYNAMICVALIDATOR_DEBUG'} || 0
95 17 78 $label //= '_'