blib/lib/Lembas.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
324 | 0 | 0 | 0 | $handle->input_line_number <= 1 and $line =~ /^#!/ |
390 | 0 | 0 | 0 | $parameters and not @parameters |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | $params{'shell'} || $shell |
379 | 0 | 0 | 0 | $command eq 'preamble' or grep {exists $_->{'shell'};} @{$commands;} |
418 | 0 | 0 | 0 | @parameters > 2 or @parameters < 1 |