| line | !l | l&&!r | l&&r | condition | 
 
| 21 | 3 | 0 | 0 | $^O eq 'VMS' && !!(require VMS::Filespec) | 
 
| 60 | 65 | 0 | 18 | @_ == 1 and ref $_[-1] | 
 
| 72 | 66 | 17 | 0 | exists $options{'found'} and $options{'found'} eq 1 | 
 
| 185 | 24 | 0 | 49 | $self->{'pmc'} && $file =~ /\.pm\z/ | 
 
| 206 | 0 | 25 | 0 | $self->{'abort_on_eacces'} and $! == 13 | 
 
|  | 25 | 0 | 0 | $self->{'abort_on_eacces'} and $! == 13 and not $pmc | 
 
| 240 | 14 | 0 | 6 | (&reftype($cb[0]) || '') eq 'GLOB' and &openhandle($cb[0]) | 
 
| 276 | 0 | 0 | 67 | not exists $opts{'module'} and $opts{'filename'} | 
 
|  | 0 | 12 | 55 | not exists $opts{'module'} and $opts{'filename'} and $opts{'filename'} =~ m[\A(\w+(?:/\w+)?)\.pm\z] | 
 
| 308 | 0 | 0 | 6 | $fh and not $cb | 
 
| 330 | 0 | 0 | 0 | $fh and not $self->read_callback | 
 
|  | 0 | 0 | 0 | $fh and not $self->read_callback and -f $fh |