Branch Coverage

blib/lib/Poe/Wheel/Spawner.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
92 0 0 unless (ref $self)
96 0 0 if (defined $opts{'pool_size'})
97 0 0 unless $opts{'pool_size'} =~ /^\d+$/
107 0 0 if %opts
141 0 0 unless ref $self->{'workload'} eq 'CODE'
187 0 0 if $pids_count >= $self->{'pool_size'}
214 0 0 unless ($child)
220 0 0 if ($self->{'stop_if_done'}) { }
221 0 0 if $self->{'_workers_sig_count'} >= $self->{'pool_size'}
224 0 0 unless scalar keys %{$$heap{'busy_worker_pid'};}
258 0 0 if (ref $result eq 'HASH' and $result->{'busy_worker_pid'})