Condition Coverage

web/cgi-bin/yatt.lib/YATT/LRXML/Parser.pm
Criterion Covered Total %
condition 38 45 84.4


and 3 conditions

line !l l&&!r l&&r condition
166 161 2 0 $builder->{'cf_endtag'} and $builder->{'parent'}
214 18 152 21 defined $ns and $ns =~ s/^:(?=\w)//
340 0 79 112 defined $_[0] and my(@match) = $_[0] =~ /$self->{'re_attlist'}/g
427 2 500 493 defined $capture and $capture > 1
470 5 999 985 defined $capture and $capture > 1
492 996 1 494 defined $capture and $capture > 1
550 2 498 491 defined $capture and $capture > 1
580 1 1 1 defined $capture and $capture > 1
595 1 4 1 defined $capture and $capture > 1
619 3 499 492 defined $capture and $capture > 1
641 0 2 2974 defined $ns and $ns ne ''
642 1986 6 982 $capture and $capture > 1

or 3 conditions

line l !l&&r !l&&!r condition
83 574 165 0 $self->{'metainfo'} ||= $self->configure_metainfo
204 232 23 0 $tagname ||= $html
446 0 579 0 $nslist ||= ($self->{'nslist'} = do { my $meta = $self->metainfo; $self->{'nsdict'} = $meta->nsdict; $meta->cget('namespace') })