Branch Coverage

blib/lib/PPM/XML/ValidatingElement.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
37 0 0 unless (ref($_) =~ /::Characters$/o)
84 0 0 if ($attr ne 'Kids' and $attr ne 'Text')
86 0 0 unless (grep /^$attr$/, @allattrs)
116 0 0 unless (grep /^$attr$/, keys %{$self;})
151 0 0 if $kid_type eq 'Characters'
153 0 0 unless (grep /^$kid_type$/, @allkids)
185 0 0 unless (grep /^$base\::$kid$/, @kidlist)