blib/lib/Resque/Worker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
80 | 0 | 0 | 0 | not $self->paused and my $job = $self->reserve |
0 | 0 | 0 | not $self->cant_poll and $self->interval | |
104 | 0 | 0 | 0 | not $self->cant_fork and my $pid = fork |
line | l | !l | condition |
---|---|---|---|
236 | 0 | 0 | $self->processing->{'run_at'} || (return) |
269 | 0 | 0 | $Resque::VERSION || 'devel' |