Branch Coverage

lib/Qudo/Worker.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
13 0 0 if ($job->funcname->set_job_status)
22 0 0 if ($job->is_aborted)
27 0 0 if (my $e = $@ or not $job->is_completed) { }
28 0 0 if ($job->retry_cnt < $class->max_retries) { }