Condition Coverage

blib/lib/XML/Validator/Schema/SimpleTypeNode.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
134 0 0 0 exists $$r{'fractionDigits'} and exists $$r{'totalDigits'}
140 0 0 0 exists $$r{'length'} and exists $$r{'minLength'} || exists $$r{'maxLength'}
144 0 0 0 exists $$r{'minLength'} and exists $$r{'maxLength'}

or 2 conditions

line l !l condition
56 0 0 $$self{'restrictions'}{$facet} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
140 0 0 0 exists $$r{'minLength'} || exists $$r{'maxLength'}