| blib/lib/Pipeline/Segment/Async/Fork.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 0 | 1 | if (not my $pid = fork) { } |
| 48 | 1 | 2 | if (defined $id) { } |
| 59 | 1 | 2 | if (defined $pid) { } |
| 69 | 1 | 0 | if (waitpid($self->pid, 0) == $self->pid) { } |
| 102 | 0 | 1 | if $$self{'DESTROY_SHOULD_UNLINK'} |