Branch Coverage

blib/lib/POE/Component/ForkManager.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
65 0 0 if (defined $min)
68 0 0 if (defined $max)
82 0 0 if (defined $value) { }
155 0 0 if (not defined $fork) { }
0 0 elsif ($fork) { }
201 0 0 if (exists $$callbacks{'child_fork'})
214 0 0 if (exists $$pids{$pid})
216 0 0 if (exists $$idle{$pid})
224 0 0 unless keys %$pids
236 0 0 if ($now_idle xor $previously_idle)
237 0 0 if ($now_idle) { }
252 0 0 if ($input)
253 0 0 if (exists $$callbacks{'child_shutdown'})
273 0 0 if ($idle_count > $max_idle) { }
0 0 elsif ($idle_count < $min_idle) { }
290 0 0 if $kernel->call($session, 'spawn_child')