blib/lib/CGI/Fast.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 29 | 72.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 1 | 1 | 2 | not $path =~ /^:/ and defined $perm |
line | l | !l | condition |
---|---|---|---|
53 | 0 | 4 | $ENV{'FCGI_LISTEN_QUEUE'} || $CGI::Fast::queue || 100 |
58 | 0 | 4 | $in_fh || \*STDIN |
0 | 4 | $out_fh || \*STDOUT | |
0 | 4 | $err_fh || \*STDERR | |
68 | 1 | 2 | $in_fh || \*STDIN |
1 | 2 | $out_fh || \*STDOUT | |
1 | 2 | $err_fh || \*STDERR |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
50 | 0 | 4 | 3 | $ENV{'FCGI_SOCKET_PATH'} or $CGI::Fast::socket |
51 | 0 | 4 | 0 | $ENV{'FCGI_SOCKET_PATH'} || $CGI::Fast::socket |
52 | 1 | 1 | 2 | $ENV{'FCGI_SOCKET_PERM'} || $CGI::Fast::socket_perm |
93 | 5 | 7 | 0 | $CGI::Fast::Ext_Request ||= _create_fcgi_request($in_fh, $out_fh, $err_fh) |