blib/lib/AnyEvent/ForkManager.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 14 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 15 | 0 | 1 | $self->num_workers == 0 and $self->num_queues == 0 |
201 | 39 | 0 | 1 | $self->num_workers == 0 and $self->num_queues == 0 |
203 | 23 | 0 | 16 | $pid and exists $self->running_worker->{$pid} |
line | l | !l | condition |
---|---|---|---|
126 | 12 | 0 | $exit_code || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 14 | 0 | 0 | $arg->{'max_workers'} ||= $class->default_max_workers |