Condition Coverage

blib/lib/Job/Async/Client/Redis.pm
Criterion Covered Total %
condition 0 9 0.0


or 2 conditions

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?')

or 3 conditions

line l !l&&r !l&&!r condition
196 0 0 0 $self->{'queue_length'} ||= $self->ryu->source('label', 'Currently pending events for ' . $self->queue)