blib/lib/Net/Spooler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
328 | 0 | 0 | 0 | defined $line && $line =~ /(\d+)/ |
387 | 0 | 0 | 0 | $$self{'maxsize'} and $size > $$self{'maxsize'} |
460 | 0 | 0 | 0 | defined $ctrl and ref $ctrl eq 'HASH' |
502 | 0 | 0 | 0 | open $fh, ">$file" and close $fh |
0 | 0 | 0 | open $fh, ">$file" and close $fh and unlink $file |
line | l | !l | condition |
---|---|---|---|
566 | 0 | 0 | $sfile ||= 'the sequence file' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
641 | 0 | 0 | 0 | ref $proto || $proto |