| blib/lib/Process/Async/Manager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 14 | 35.7 |
| line | true | false | branch |
|---|---|---|---|
| 57 | 1 | 0 | if exists $args{'worker'} |
| 58 | 1 | 0 | if exists $args{'child'} |
| 88 | 0 | 1 | unless $self->loop |
| 98 | 0 | 1 | if (ref $child // '') eq 'CODE' |
| 99 | 1 | 0 | unless ref $child |
| 113 | 0 | 0 | if (ref $worker // '') eq 'CODE' |
| 114 | 0 | 0 | unless ref $worker |