| line |
true |
false |
branch |
|
84
|
0 |
0 |
if $module_config->{$module}{'include'} eq 'Yes' |
|
138
|
0 |
0 |
$overload->{$module}{$name} ? : |
|
|
0 |
0 |
$overload->{$module} ? : |
|
140
|
0 |
0 |
$alias ? : |
|
|
0 |
0 |
$method_list->{$module}{$name} ? : |
|
169
|
0 |
0 |
if $module_config->{$module}{'include'} eq 'No' |
|
265
|
0 |
0 |
if ($line =~ /use overload/) |
|
272
|
0 |
0 |
unless $inside_overload |
|
276
|
0 |
0 |
if $line =~ /\s+"(.+)"\s+=>\s+"(.+)"/ |
|
277
|
0 |
0 |
if $line =~ /\s+'(.+)'\s+=>\s+\\&(.+),/ |
|
278
|
0 |
0 |
if $line =~ /\s+q\((.+)\)\s+=>\s+\\&(.+),/ |
|
280
|
0 |
0 |
if $line =~ /;/ |
|
298
|
0 |
0 |
if ($line =~ /\{/) |
|
305
|
0 |
0 |
unless $inside_overload |
|
307
|
0 |
0 |
if $line =~ /\s+\*(.+)\s+=\s+\\&(.+);/ |
|
309
|
0 |
0 |
if $line =~ /\}/ |
|
327
|
0 |
0 |
if ($line =~ /\@UTILS\s+=\s+qw\(/) |
|
334
|
0 |
0 |
unless $inside_overload |
|
338
|
0 |
0 |
if $line =~ /\);/ |
|
385
|
0 |
0 |
if ($module_config->{$name}{'sub_classes'}) |
|
401
|
0 |
0 |
if ($module_config->{$name}{'overload_type'} and $module_config->{$name}{'overload_type'} == 3) |
|
418
|
0 |
0 |
if ($module_config->{$name}{'overload_type'}) |
|
420
|
0 |
0 |
if ($module_config->{$name}{'overload_type'} == 1) { } |
|
|
0 |
0 |
elsif ($module_config->{$name}{'overload_type'} == 2) { } |