| line | !l | l&&!r | l&&r | condition | 
 
| 44 | 13 | 0 | 0 | -e '/ROOT/.CPAN/BUILD/POD-SIMPLE-3.43-0/BLIB/LIB/POD/SIMPLE/SEARCH.PM' && -e '/root/.cpan/build/pod-simple-3.43-0/blib/lib/pod/simple/search.pm' | 
 
| 167 | 666 | 0 | 0 | /^(\d+\.[\d_]{3,})\z/s and do {
	my $x = $1;
$x =~ tr/_//d;
$x != $]
} | 
 
| 188 | 0 | 0 | 0 | /\.(pod|pm|plx?)\z/i || -x _ and -T _ | 
 
| 206 | 2009 | 23 | 62 | $limit_re and not $name =~ /$limit_re/i | 
 
| 211 | 43 | 1914 | 75 | not $shadows and &$seen($name) | 
 
| 259 | 382 | 0 | 1940 | @m and defined($x = lc $m[0]) | 
 
|  | 382 | 1940 | 0 | @m and defined($x = lc $m[0]) and $x eq 'site_perl' || $x =~ /^pods?$/ && @m == 1 && $shortname =~ /^perl.*\.pod$/s || $x =~ /\\d+\\.z\\d+([_.]?\\d+)?/ || $x eq lc $Config::Config{'archname'} | 
 
| 273 | 2094 | 0 | 0 | $^O eq 'VMS' and $name eq lc $name || $name eq uc $name | 
 
| 284 | 0 | 0 | 0 | $in_pod and $line =~ /^X | 
 
| 413 | 0 | 0 | 0 | s/^\s*\$VERSION\s*=\s*//s and /\d/ | 
 
| 531 | 0 | 4 | 1 | not exists $self->{'dir_prefix'} and $limit_glob =~ /^(?:\w+\:\:)+/s | 
 
| 559 | 0 | 0 | 1115 | defined $pod and length $pod | 
 
| 576 | 0 | 0 | 10121 | defined $dir and length $dir | 
 
| 589 | 37955 | 1 | 1115 | -f $fullext and $self->contains_pod($fullext) | 
 
| 591 | 291 | 767 | 57 | @parts > 1 and lc $parts[0] eq 'pod' | 
 
|  | 1058 | 57 | 0 | @parts > 1 and lc $parts[0] eq 'pod' and $self->is_case_insensitive | 
 
|  | 824 | 0 | 0 | @parts > 1 and lc $parts[0] eq 'pod' and $self->is_case_insensitive and $ext eq '.pod' | 
 
| 600 | 0 | 0 | 0 | -f $pm and $self->contains_pod($pm) | 
 
| 663 | 0 | 0 | 5044 | @_ == 1 || @_ == 2 and ref $_[0] |