| blib/lib/Job/Machine/Worker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 40 | 0 | 0 | $self->_do_chores and next |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 0 | $self->keep_running and my $notifies = $db->set_listen($self->timeout) |
| line | l | !l | condition |
|---|---|---|---|
| 62 | 0 | 0 | $db->revive_tasks($self->max_runtime) || 0 |
| 67 | 0 | 0 | $db->fail_tasks($self->retries) || 0 |
| 72 | 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'} |