line |
l |
!l&&r |
!l&&!r |
condition |
90
|
82 |
0 |
733 |
$ALL or $$CONF{'showall'} |
103
|
24 |
189 |
0 |
$$CONF{'showpl'} || $module_path =~ /\.pm$/ |
|
438 |
0 |
213 |
not $$CONF{'showseen'} and $seen{$module_path} or not $$CONF{'showpl'} || $module_path =~ /\.pm$/ |
|
21 |
0 |
192 |
$$CONF{'showpragma'} || $$CONF{'showpragmas'} |
|
438 |
0 |
213 |
not $$CONF{'showseen'} and $seen{$module_path} or not $$CONF{'showpl'} || $module_path =~ /\.pm$/ or not $$CONF{'showpragma'} || $$CONF{'showpragmas'} and $pragmas{$class} |
|
0 |
0 |
191 |
$$CONF{'skip'} || $$CONF{'skips'} |
|
22 |
0 |
191 |
not $$CONF{'showseen'} and $seen{$module_path} or not $$CONF{'showpl'} || $module_path =~ /\.pm$/ or not $$CONF{'showpragma'} || $$CONF{'showpragmas'} and $pragmas{$class} or not $$CONF{'skip'} || $$CONF{'skips'} and $skips{$class} |
|
13 |
1 |
177 |
not $$CONF{'showseen'} and $seen{$module_path} or not $$CONF{'showpl'} || $module_path =~ /\.pm$/ or not $$CONF{'showpragma'} || $$CONF{'showpragmas'} and $pragmas{$class} or not $$CONF{'skip'} || $$CONF{'skips'} and $skips{$class} or $class eq 'Devel::ModuleDumper' |
130
|
79 |
0 |
262 |
$@ or not defined $version |