| blib/lib/autorequire.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 11 | 81.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 113 | 2 | 1 | 1 | not $ret =~ /\n/ and -r $ret | 
| line | l | !l | condition | 
|---|---|---|---|
| 24 | 0 | 5 | shift() || \@INC | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 136 | 1 | 0 | 1 | ref $h eq 'GLOB' || UNIVERSAL::isa($h, 'GLOB') || UNIVERSAL::isa($h, 'IO::Handle') | 
| 185 | 1 | 1 | 2 | $opts{'open'} or $opts{'slurp'} |