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