Condition Coverage

blib/lib/Module/Locate.pm
Criterion Covered Total %
condition 6 11 54.5


and 2 conditions

line l !l condition
25 0 5 *{"${pkg}::$_";} = \&$_ and next

and 3 conditions

line !l l&&!r l&&r condition
75 13 0 0 exists $INC{$inc_path} and not wantarray
155 1 0 2 exists $INC{$path} && defined $INC{$path}

or 3 conditions

line l !l&&r !l&&!r condition
143 10 0 9 ref $_[0] && (ref $_[0] eq 'GLOB' && defined *{$_[0];}{'IO'} || UNIVERSAL::isa($_[0], 'IO::Handle') || overload::Method($_[0], '<>')) || ref \$_[0] eq 'GLOB' && defined *{$_[0];}{'IO'}