blib/lib/Resque/Worker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 0 | 0 | 0 | not $self->paused and my $job = $self->reserve |
0 | 0 | 0 | not $self->cant_poll and $self->interval | |
109 | 0 | 0 | 0 | not $self->cant_fork and my $pid = fork |
250 | 0 | 0 | 0 | $_ and $self->encoder->decode($_) |
line | l | !l | condition |
---|---|---|---|
260 | 0 | 0 | $proc->{'run_at'} || (return) |
293 | 0 | 0 | $Resque::VERSION || 'devel' |
347 | 0 | 0 | $self->_started || die(q[Can't refresh_id before start]) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
236 | 0 | 0 | 0 | shift() || 'DateTime'->now->strftime('%Y-%m-%d %H:%M:%S %Z') |
259 | 0 | 0 | 0 | shift() || $self->processing |