Branch Coverage

blib/lib/Parallel/Runner.pm
Criterion Covered Total %
branch 34 36 94.4


line true false branch
15 3408 19018 if @_
26 1 3338 unless $self->_children
27 117 8046 if (defined $proc->exit_status)
28 8 109 if ($self->data_callback)
33 43 74 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
124 884 2751 if $self->iteration_callback
128 1 3634 if $timeout and $counter >= $timeout
133 1 1 if $timeout and $timeoutsub and $counter >= $timeout
144 1 0 if ($warn)
154 57 1 unless $self->pid == $$ and $self->children
162 0 1 if $^O eq 'MSWin32'