Branch Coverage

blib/lib/Resque.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
62 0 0 unless $job
64 0 0 unless &blessed($job) and $job->isa('Resque::Job')
71 0 0 unless $payload
82 0 0 unless $payload
102 0 0 wantarray ? :
108 0 0 wantarray ? :
127 0 0 unless $target and $target->{'queue'} and $target->{'class'}
133 0 0 if ($job_item->class eq $target->{'class'})
134 0 0 if (exists $target->{'args'})
135 0 0 unless Compare($job_item->args, $target->{'args'})
148 0 0 if ($job and ref $job and ref $job eq 'HASH') { }
0 0 elsif ($job) { }
165 0 0 wantarray ? :
170 0 0 if (my(@keys) = $self->keys)
178 0 0 $count > 0 ? :