Condition Coverage

blib/lib/Devel/ModuleDumper.pm
Criterion Covered Total %
condition 26 36 72.2


and 3 conditions

line !l l&&!r l&&r condition
103 82 131 438 not $$CONF{'showseen'} and $seen{$module_path}
21 170 22 not $$CONF{'showpragma'} || $$CONF{'showpragmas'} and $pragmas{$class}
0 178 13 not $$CONF{'skip'} || $$CONF{'skips'} and $skips{$class}

or 3 conditions

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