Branch Coverage

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


line true false branch
90 0 0 unless (ref $self)
94 0 0 if (defined $opts{'pool_size'})
95 0 0 unless $opts{'pool_size'} =~ /^\d+$/
105 0 0 if %opts
139 0 0 unless ref $$self{'workload'} eq 'CODE'
185 0 0 if $pids_count >= $$self{'pool_size'}
212 0 0 unless ($child)
218 0 0 if ($$self{'stop_if_done'}) { }
219 0 0 if $$self{'_workers_sig_count'} >= $$self{'pool_size'}
222 0 0 unless scalar keys %{$$heap{'busy_worker_pid'};}
256 0 0 if (ref $result eq 'HASH' and $$result{'busy_worker_pid'})