Condition Coverage

blib/lib/Text/KDL/XS/Parser.pm
Criterion Covered Total %
condition 7 13 53.8


and 3 conditions

line !l l&&!r l&&r condition
83 0 1 1 defined $n && $n > 0

or 2 conditions

line l !l condition
47 3 16 $opts->{'version'} // "detect"
62 1 0 builtin::reftype($source) // ""

or 3 conditions

line l !l&&r !l&&!r condition
63 1 0 0 $reftype eq "GLOB" or builtin::blessed($source)
66 1 0 0 $reftype eq 'GLOB' || builtin::blessed($source) && ($source->can('sysread') || $source->can('read'))