Condition Coverage

blib/lib/Org/Parser.pm
Criterion Covered Total %
condition 15 22 68.1


and 3 conditions

line !l l&&!r l&&r condition
22 2 0 0 &blessed($arg) and $arg->isa("IO::Handle")
57 3 10 0 not $cf and $opts->{'cache'} // $ENV{'PERL_ORG_PARSER_CACHE'}
73 0 2 1 -e $cf && -M $cf <= -M $filename
87 10 1 1 defined $cache and not $cache

or 2 conditions

line l !l condition
18 13 81 $opts //= {}
48 3 10 $opts //= {}

or 3 conditions

line l !l&&r !l&&!r condition
22 1 0 2 $r eq "GLOB" or &blessed($arg) and $arg->isa("IO::Handle")
57 0 0 10 $opts->{'cache'} // $ENV{'PERL_ORG_PARSER_CACHE'}