blib/lib/Job/Async/Client/Redis.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 9 | 0.0 |
line | l | !l | condition |
---|---|---|---|
80 | 0 | 0 | +(shift())->{'prefix'} //= 'jobs' |
87 | 0 | 0 | +(shift())->{'queue'} //= 'pending' |
168 | 0 | 0 | $job->id // die('no job ID?') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
195 | 0 | 0 | 0 | $self->{'queue_length'} ||= $self->ryu->source('label', 'Currently pending events for ' . $self->queue) |