Condition Coverage

blib/lib/Org/Parser.pm
Criterion Covered Total %
condition 20 30 66.6


and 3 conditions

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

or 2 conditions

line l !l condition
18 13 81 $opts //= {}
25 12 78 $srclabel //= "string"
28 0 1 $srclabel //= "arrayref"
31 0 1 $srclabel //= "filehandle"
38 0 1 $srclabel //= "code"
55 3 10 $opts //= {}

or 3 conditions

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