blib/lib/Acme/Spork.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 18 | 5.5 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 1 | if (grep /^-reopen_stdfhs$/, @_) |
31 | 0 | 0 | if ref $spork ne 'CODE' |
39 | 0 | 0 | unless defined(my $kid = fork) |
41 | 0 | 0 | if ($kid) { } |
50 | 0 | 0 | unless (defined &setsid) |
57 | 0 | 0 | unless defined(my $grandkid = fork) |
58 | 0 | 0 | if ($grandkid) { } |
70 | 0 | 0 | if (exists $reopen_stdfhs_to{$stdfh} and ref $reopen_stdfhs_to{$stdfh} eq 'ARRAY') |
72 | 0 | 0 | if $@ |