Branch Coverage

blib/lib/TheSchwartz/Moosified/Job.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
41 0 0 if (my $arg = $params->{'arg'})
42 0 0 if (ref $arg eq 'SCALAR') { }
0 0 elsif (not ref $arg) { }
54 0 0 unless my $funcname = $self->client->funcid_to_name($self->dbh, $self->funcid)
70 0 0 if $self->can($col)
79 0 0 unless defined $msg
82 0 0 if (my $len = $job->handle->client->error_length)
102 0 0 if ($job->did_something)
125 0 0 unless my $secs = $class->keep_exit_status_for
146 0 0 if ($needs_update)
161 0 0 if (rand() < $clean_thres)
171 0 0 if ($job->did_something)
180 0 0 if ($job->did_something)
205 0 0 if ($_retry) { }
210 0 0 if (my $delay = $class->retry_delay($failures))
230 0 0 if ($job->did_something)
241 0 0 unless ref $new_job->arg
263 0 0 if ($magic and $magic->{'major'} and $magic->{'major'} >= 2 and $magic->{'major'} <= 5) { }
265 0 0 if ($@)