Branch Coverage

blib/lib/Plack/App/PHPCGI.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
24 0 0 unless defined $pid
26 0 0 if ($pid == 0)
39 0 0 unless open STDOUT, '>&=' . fileno($stdoutw)
41 0 0 unless open STDIN, '<&=' . fileno($stdinr)
44 0 0 unless exec $php_cgi, $script
66 0 0 if (POSIX::WIFEXITED($?)) { }
77 0 0 unless my $script = $self->script
83 0 0 unless -x $php_cgi