Branch Coverage

blib/lib/XML/Validator/Schema/ElementRefNode.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
26 0 0 unless $ref
32 0 0 if $name
37 0 0 if $type_name
43 0 0 unless defined $min
44 0 0 unless $min =~ /^\d+$/
49 0 0 unless defined $max
50 0 0 unless $max =~ /^\d+$/ or $max eq 'unbounded'