blib/lib/Gungho/Request/http.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
63 | 0 | 0 | 0 | length $content and not $given{'content-length'} |
68 | 0 | 0 | 0 | $self->send_te and zlib_ok() |
line | l | !l | condition |
---|---|---|---|
30 | 0 | 0 | $request->method || 'GET' |
31 | 0 | 0 | $request->uri->path || '/' |
40 | 0 | 0 | $request->protocol || 'HTTP/1.1' |
42 | 0 | 0 | $self->peer_http_version || '1.0' |
46 | 0 | 0 | $request->header('Host') || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | /\s/ or not length $_ |