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|[^:]::)\.\.?::/
|
93
|
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)
|
97
|
10 |
11 |
27 |
$re_wildcard and not $key =~ /$re_wildcard/
|
99
|
21 |
0 |
0 |
$all and $return_path
|
109
|
0 |
24 |
13 |
$all && $return_path || !exists $results{$newpfx} and $list_prefixes
|
113
|
52 |
0 |
0 |
$list_pod and $use_pod_dir
|
119
|
0 |
0 |
0 |
$re_wildcard and not $key =~ /$re_wildcard/
|
128
|
8 |
2 |
2 |
$list_prefixes and $re_wildcard
|