| blib/lib/Job/Machine/Worker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 41 | 0 | 0 | $self->_do_chores and next |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 0 | $self->keep_running and my $notifies = $db->set_listen($self->timeout) |
| line | l | !l | condition |
|---|---|---|---|
| 64 | 0 | 0 | $db->revive_tasks($self->max_runtime) || 0 |
| 69 | 0 | 0 | $db->fail_tasks($self->retries) || 0 |
| 74 | 0 | 0 | $db->remove_tasks($self->remove_after) || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 11 | 0 | 0 | 0 | $queue ||= $self->{'queue'} |
| 21 | 0 | 0 | 0 | $queue ||= $self->{'queue'} |
| 28 | 0 | 0 | 0 | $queue ||= $self->{'queue'} |