| blib/lib/Module/Locate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 11 | 54.5 |
| line | l | !l | condition |
|---|---|---|---|
| 24 | 0 | 6 | *{"${pkg}::$_";} = \&$_ and next |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 13 | 0 | 0 | exists $INC{$inc_path} and not wantarray |
| 154 | 1 | 0 | 2 | exists $INC{$path} && defined $INC{$path} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 142 | 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'} |