Branch Coverage

blib/lib/WorkerManager/TheSchwartz.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
17 0 0 if ($databases = delete $options->{'databases'}) { }
18 0 0 unless UNIVERSAL::isa($databases, 'ARRAY')
41 0 0 if ($msg =~ /Working/)
44 0 0 if $msg =~ /found no jobs/
45 0 0 if ($msg =~ /^job completed|^job failed/)
47 0 0 if $self->{'start_time'}
48 0 0 if $job and $self->{'start_time'}
51 0 0 unless $msg =~ /found no jobs/
53 0 0 if (UNIVERSAL::isa($self->{'worker'}, 'ARRAY')) { }
56 0 0 unless $_->can('work')
61 0 0 unless $_->can('work')
72 0 0 if (WorkerManager::TheSchwartz::getppid() == 1)
76 0 0 if ($self->{'client'}->work_once) { }