Condition Coverage

blib/lib/HealthCheck/Parallel.pm
Criterion Covered Total %
condition 12 19 63.1


and 2 conditions

line l !l condition
77 0 0 $forker->finish(0, \@r) and next

and 3 conditions

line !l l&&!r l&&r condition
92 2 0 20 $max_procs =~ /^\d+$/ and $max_procs >= 0
99 11 4 2 defined $child_init and ref $child_init ne "CODE"

or 2 conditions

line l !l condition
19 1 16 $params{'max_procs'} //= 4

or 3 conditions

line l !l&&r !l&&!r condition
38 4 13 0 $params->{'max_procs'} // $self->{'max_procs'}
39 0 4 13 $params->{'child_init'} // $self->{'child_init'}
40 0 0 17 $params->{'tempdir'} // $self->{'tempdir'}