line |
true |
false |
branch |
74
|
14778 |
714 |
if ($namespace_root ne '' and exists $rperlnamespaces_generated::CORE->{$namespace_root} || exists $rperlnamespaces_generated::RPERL_DEPS->{$namespace_root} || exists $rperlnamespaces_generated::RPERL->{$namespace_root})
|
81
|
3570 |
12110 |
if ($namespace_root eq 'RPerl::') { }
|
84
|
3299 |
271 |
unless ($included_filename_short =~ m[^RPerl[\\/]Test]msx)
|
106
|
110 |
16306 |
unless (exists $inc_skip->{$included_filename_short})
|
136
|
34 |
1397 |
if ($input_line =~ /^\s*package\s+(.*)\s*;/msx) { }
|
|
32 |
1365 |
elsif ($input_line =~ /^\s*use\s+parent/msx and $package ne '') { }
|
|
156 |
1209 |
elsif ($package ne '') { }
|
164
|
0 |
0 |
if ($package =~ /RPerl::Test/msx or $package eq 'RPerl::CompileUnit::Module::Class::Template' or not exists $rperlnamespaces_generated::CORE->{$namespace_root} || exists $rperlnamespaces_generated::RPERL_DEPS->{$namespace_root} || exists $rperlnamespaces_generated::RPERL->{$namespace_root})
|