|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
55
 | 
 0  | 
 5  | 
 unless $opt  | 
 
| 
56
 | 
 5  | 
 0  | 
 if ($opt =~ /^(show(?:all|seen|pragma|pragmas|skip|skips|pl))$/)  | 
 
| 
60
 | 
 0  | 
 0  | 
 if ($opt eq '-stderr')  | 
 
| 
71
 | 
 9  | 
 10  | 
 if $SHOWN  | 
 
| 
90
 | 
 651  | 
 82  | 
 unless ($ALL or $$CONF{'showall'})  | 
 
| 
91
 | 
 474  | 
 177  | 
 if _skip_to_show($module_path, $class)  | 
 
| 
103
 | 
 474  | 
 177  | 
 if 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'  | 
 
| 
125
 | 
 79  | 
 262  | 
 unless (defined $v)  | 
 
| 
130
 | 
 79  | 
 262  | 
 if ($@ or not defined $version)  | 
 
| 
139
 | 
 0  | 
 9  | 
 $$CONF{'-stderr'} ? :  |