Condition Coverage

blib/lib/XML/Handler/YAWriter.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
49 0 0 0 $$self{'Output'} && !$$self{'AsArray'}
171 0 0 0 $$self{'Pretty'}{'catchemptyelement'} and $$self{'Sendbuf'} =~ /^$name/
0 0 0 $$self{'Pretty'}{'catchemptyelement'} and $$self{'Sendbuf'} =~ /^$name/ and $$self{'Sendleft'} eq '<'
0 0 0 $$self{'Pretty'}{'catchemptyelement'} and $$self{'Sendbuf'} =~ /^$name/ and $$self{'Sendleft'} eq '<' and $$self{'Sendright'} eq '>'
190 0 0 0 $$self{'Pretty'}{'catchwhitespace'} and not $$self{'InCDATA'}
0 0 0 $$self{'Pretty'}{'nowhitespace'} and not $$self{'InCDATA'}

or 2 conditions

line l !l condition
43 0 0 'IO::File'->new('>' . $$self{'AsFile'}) || die("$!")
46 0 0 'IO::File'->new('|' . $$self{'AsPipe'}) || die("$!")