| line |
true |
false |
branch |
|
50
|
0 |
2 |
unless $self->module_name |
|
65
|
0 |
2 |
if $@ |
|
80
|
0 |
2 |
unless @{$overview{'parents'};} |
|
89
|
0 |
2 |
unless @{$overview{'classes'};} |
|
93
|
2 |
0 |
if (exists $INC{$module_name_path} and -r $INC{$module_name_path}) |
|
96
|
0 |
5 |
unless not $recursion_filter |
|
105
|
1 |
1 |
unless @{$overview{'uses'};} |
|
111
|
45 |
13 |
$class ne $module_name ? : |
|
121
|
18 |
40 |
if ($imported) |
|
128
|
1 |
1 |
if @methods and not $$self{'hide_methods'} |
|
130
|
1 |
1 |
if @methods_imported and not $$self{'hide_methods'} |
|
144
|
2 |
0 |
if ($$module_overview{'parents'} or $$module_overview{'classes'}) |
|
147
|
2 |
0 |
if ($$module_overview{'parents'}) |
|
150
|
2 |
0 |
if ($$module_overview{'classes'}) |
|
153
|
1 |
1 |
if ($$module_overview{'uses'}) |
|
157
|
1 |
1 |
if ($$module_overview{'methods'}) |
|
161
|
1 |
1 |
if ($$module_overview{'methods_imported'}) |
|
174
|
0 |
0 |
if $recursion_filter and not $module_name =~ /$recursion_filter/ |
|
180
|
0 |
0 |
if ($$module_overview{'parents'}) |
|
196
|
0 |
0 |
if $e and $$self{'recursive'} |
|
200
|
0 |
0 |
if ($$module_overview{'uses'}) |
|
216
|
0 |
0 |
if $e and $$self{'recursive'} |
|
220
|
0 |
0 |
if ($$module_overview{'methods'}) |
|
230
|
0 |
0 |
if ($$module_overview{'methods_imported'}) |