| blib/lib/HTTP/Server/Simple/CGI/PreFork.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 29 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 0 | 0 | not $remote_sockaddr and defined $main::_realpeername |
| 131 | 0 | 0 | 0 | $proto =~ m[HTTP/(\d(\.\d)?)$] and $1 >= 1 |
| 142 | 0 | 0 | 0 | $xheaders{'Expect'} && $xheaders{'Expect'} =~ /100\-continue/i |
| 179 | 0 | 0 | 0 | not $remote_sockaddr and defined $main::_realpeername |
| 252 | 0 | 0 | 0 | $proto =~ m[HTTP/(\d(\.\d)?)$] and $1 >= 1 |
| 263 | 0 | 0 | 0 | $xheaders{'Expect'} && $xheaders{'Expect'} =~ /100\-continue/i |
| line | l | !l | condition |
|---|---|---|---|
| 75 | 0 | 0 | inet_ntoa($iaddr) || '127.0.0.1' |
| 111 | 0 | 0 | $proto ||= 'HTTP/0.9' |
| 189 | 0 | 0 | inet_ntoa($iaddr) || '127.0.0.1' |
| 226 | 0 | 0 | $proto ||= 'HTTP/0.9' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 230 | 0 | 0 | 0 | not defined $request_uri or $request_uri eq '' |