Branch Coverage

blib/lib/Coro/ProcessPool/Pipeline.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
27 0 0 unless my $finished = $self->{'complete'}->get
29 0 0 if ($error) { }
39 0 11 if $self->{'is_shutdown'}
40 1 10 if $self->{'shutting_down'}
55 0 0 if (--$self->{'num_pending'} == 0)
56 0 0 if ($self->{'shutting_down'} or $self->{'auto_shutdown'})