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
39 0 0 0 defined $default_namespace && substr($_[0], 0, 1) eq '{'
67 0 0 0 ref $@ && $@->exceptions
127 0 0 0 ref $@ && $@->exceptions

or 3 conditions

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