Branch Coverage

blib/lib/RPerl/CompileUnit/Include.pm
Criterion Covered Total %
branch 3 14 21.4


line true false branch
28 142 21 if (ref $self eq 'Include_50') { }
21 0 elsif (ref $self eq 'Include_51') { }
80 0 0 if (ref $self eq 'Include_50' or ref $self eq 'Include_51') { }
84 0 0 if ($module_name =~ /^\w+Perl::Config$/) { }
0 0 elsif (substr($module_name, 0, 5) ne 'RPerl' and substr($module_name, 0, 5) ne 'rperl') { }
88 0 0 if (not exists $cpp_source_group->{'_PMC_includes'} && defined $cpp_source_group->{'_PMC_includes'}) { }
0 0 elsif (not exists $cpp_source_group->{'_PMC_includes'}{$package_name_underscores} && defined $cpp_source_group->{'_PMC_includes'}{$package_name_underscores}) { }