Branch Coverage

blib/lib/IPC/ForkPipe.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
28 0 2 unless pipe my $child, $parent
30 0 2 unless defined $pid
31 1 1 if ($pid) { }
36 0 1 unless open STDIN, '<&=' . fileno($child)
44 0 3 unless pipe $parent, my $child
46 0 3 unless defined $pid
47 2 1 if ($pid) { }
52 0 1 unless open STDOUT, '>&=' . fileno($child)