Condition Coverage

blib/lib/Gungho/Request/http.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

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()

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
37 0 0 0 /\s/ or not length $_