| line | !l | l&&!r | l&&r | condition | 
 
| 64 | 0 | 0 | 12 | $prefix =~ /\A(?:$root_notleaf_rx::
                               (?:$notroot_notleaf_rx::)*)?\z/x and not $prefix =~ /(?:\A|[^:]::)\.\.?::/ | 
 
| 92 | 53 | 110 | 48 | $list_modules and $entry =~ /$pm_rx/ | 
 
|  | 163 | 0 | 0 | $list_pod and $entry =~ /$pod_rx/ | 
 
|  | 48 | 48 | 53 | $entry ne '.' and $entry ne '..' | 
 
|  | 14 | 96 | 53 | $list_prefixes || $recurse and ($entry ne '.' and $entry ne '..') | 
 
|  | 96 | 16 | 37 | $list_prefixes || $recurse and ($entry ne '.' and $entry ne '..') and $entry =~ /$dir_rx/ | 
 
|  | 64 | 0 | 37 | $list_prefixes || $recurse and ($entry ne '.' and $entry ne '..') and $entry =~ /$dir_rx/ and -d join('/', $dir, $entry) | 
 
| 96 | 10 | 11 | 27 | $re_wildcard and not $key =~ /$re_wildcard/ | 
 
| 108 | 0 | 24 | 13 | $return_path || !exists $results{$newpfx} and $list_prefixes | 
 
| 112 | 52 | 0 | 0 | $list_pod and $use_pod_dir | 
 
| 118 | 0 | 0 | 0 | $re_wildcard and not $key =~ /$re_wildcard/ | 
 
| 127 | 8 | 2 | 2 | $list_prefixes and $re_wildcard |