Condition Coverage

blib/lib/autorequire.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
113 2 1 1 not $ret =~ /\n/ and -r $ret

or 2 conditions

line l !l condition
24 0 5 shift() || \@INC

or 3 conditions

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'}