Condition Coverage

blib/lib/Process/Async/Manager.pm
Criterion Covered Total %
condition 4 12 33.3


or 2 conditions

line l !l condition
97 1 0 $self->child || 'Process::Async::Child'
98 1 0 ref $child // ''
113 0 0 ref $worker // ''

or 3 conditions

line l !l&&r !l&&!r condition
94 0 1 0 $worker ||= $self->worker
97 0 1 0 $child ||= $self->child || 'Process::Async::Child'