inc/Test/HTTP/AnyEvent/Server.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 16 | 12.5 |
line | true | false | branch |
---|---|---|---|
59 | 8 | 0 | if $self->disable_proxy |
62 | 8 | 0 | if (not $self->forked) { } |
109 | 0 | 0 | unless defined $len and $len |
129 | 0 | 0 | if ($self->forked) |
153 | 0 | 0 | if (scalar keys %pool > $self->maxconn) { } |
187 | 0 | 0 | if ($hdr =~ /\bContent-length:\s*(\d+)\b/six) { } |
216 | 0 | 0 | if not defined $r or $@ |
238 | 0 | 0 | if ($req =~ m[^(GET|POST)\s+(.+)\s+(HTTP/1\.[01])$]xi) { } |