Condition Coverage

blib/lib/Parallel/Tiny.pm
Criterion Covered Total %
condition 7 14 50.0


and 3 conditions

line !l l&&!r l&&r condition
136 0 0 55 defined $self->{'_worker_total'} and $self->{'_worker_total'} > 0
166 0 65 11 defined $self->{'_worker_total'} and $self->{'_worker_total'} <= 0

or 2 conditions

line l !l condition
94 0 24 $args->{'reap_timeout'} ||= 0.1
95 0 24 $args->{'subname'} ||= 'run'
96 24 0 $args->{'workers'} ||= 1
97 24 0 $args->{'worker_total'} ||= 1