Branch Coverage

blib/lib/Perl/Critic/Policy/Modules/ProhibitModuleShebang.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
50 1 6 unless defined $filename and $filename =~ /\.pm$/
56 3 1 if ($self->{'_allow_bin_false'})
57 1 2 if ($shebang =~ m[^#!\s*/bin/false\s*$])