Condition Coverage

blib/lib/XML/Validator/Schema/ElementNode.pm
Criterion Covered Total %
condition 2 20 10.0


and 3 conditions

line !l l&&!r l&&r condition
56 14 0 0 $$self{'is_all'} and $d->isa('XML::Validator::Schema::ElementNode')
71 0 0 0 $$self{'is_complex'} and $contents =~ /\S/
211 0 0 0 $self->daughters and ($self->daughters)[0]->isa('XML::Validator::Schema::ModelNode')

or 2 conditions

line l !l condition
134 0 0 $$self{'memory'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
44 5 0 0 $max =~ /^\d+$/ or $max eq 'unbounded'
57 0 0 0 $$d{'min'} eq '0' or $$d{'min'} eq '1'
59 0 0 0 $$d{'max'} eq '0' or $$d{'max'} eq '1'