Branch Coverage

blib/lib/XML/SAX/Simple.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
43 1 18 if ($_[0] and UNIVERSAL::isa($_[0], 'XML::Simple')) { }
56 0 1 if ($_[0] and UNIVERSAL::isa($_[0], 'XML::Simple')) { }
71 0 14 if ($filename and $filename eq '-')
82 11 3 if ($filename) { }
86 0 3 if (ref $string and ref $string ne 'SCALAR') { }