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
129 0 0 55 defined $self->{'_worker_total'} and $self->{'_worker_total'} > 0
159 0 65 11 defined $self->{'_worker_total'} and $self->{'_worker_total'} <= 0

or 2 conditions

line l !l condition
81 0 24 $args->{'reap_timeout'} ||= 0.1
82 0 24 $args->{'subname'} ||= 'run'
83 24 0 $args->{'workers'} ||= 1
84 24 0 $args->{'worker_total'} ||= 1