| blib/lib/AnyEvent/ProcessPool/Process.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 14 | 71.4 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 19 | 36 | if $self->is_running |
| 29 | 33 | 36 | if $self->handle |
| 44 | 0 | 38 | if $self->stopped |
| 46 | 25 | 13 | unless ($self->has_capacity) |
| 47 | 8 | 17 | if (my $handle = $self->handle) |
| 71 | 0 | 27 | if $self->stopped |
| 94 | 0 | 0 | if ($self->has_limit and ++$count >= $self->limit) |