Condition Coverage

blib/lib/Perl/Critic/Policy/Modules/ProhibitModuleShebang.pm
Criterion Covered Total %
condition 4 5 80.0


and 3 conditions

line !l l&&!r l&&r condition
50 0 1 6 defined $filename and $filename =~ /\.pm$/

or 2 conditions

line l !l condition
53 4 2 Perl::Critic::Utils::shebang_line($document) || (return)