Branch Coverage

blib/lib/Parallel/Runner.pm
Criterion Covered Total %
branch 36 38 94.7


line true false branch
15 2944 16413 if @_
26 1 2874 unless $self->_children
27 98 6709 if (defined $proc->exit_status)
28 7 91 if ($self->data_callback)
33 27 71 if $self->reap_callback
63 10 124 unless $self->pid == $$
67 114 10 if $fork
71 4 3 if $self->data_callback
95 1 16 if $self->exit_callback
98 4 13 if $self->data_callback
102 48 52 $self->pipe || $self->data_callback ? :
106 19 64 if $self->max == 1
108 64 17 unless defined $proc->exit_status
125 769 2351 if $self->iteration_callback
129 1 3119 if $timeout and $counter >= $timeout
134 1 1 if $timeout and $timeoutsub and $counter >= $timeout
145 1 0 if ($warn)
155 57 1 unless $self->pid == $$ and $self->children
163 0 1 if $^O eq "MSWin32"