blib/lib/Perl/Critic/Policy/logicLAB/RequireSheBang.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 16 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 0 | 18 | 0 | $self->{'exempt_modules'} and $document->is_module |
64 | 138 | 0 | 0 | $self->{'debug'} and $shebang |
138 | 0 | 0 | $self->{'debug'} and $shebang and $cli | |
77 | 120 | 9 | 9 | $shebang and &none(sub { $shebang . $cli eq $_; } , @{$$self{'_formats'};}) |
line | l | !l | condition |
---|---|---|---|
109 | 0 | 4 | $config->get('debug') || 0 |
112 | 0 | 4 | $config->get('exempt_modules') || 1 |