Condition Coverage

lib/XML/Compile/Tester.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 defined $default_namespace && substr($_[0], 0, 1) eq '{'
70 0 0 0 ref $@ && $@->exceptions
128 0 0 0 ref $@ && $@->exceptions

or 3 conditions

line l !l&&r !l&&!r condition
105 0 0 0 $doc ||= 'XML::LibXML'->createDocument('1.0', 'UTF-8')