blib/lib/Plack/Middleware/Proxy/Connect/IO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
64 | 0 | 0 | unless defined $self->timeout |
71 | 0 | 0 | unless $env->{'REQUEST_METHOD'} eq "CONNECT" |
74 | 0 | 0 | unless $env->{'psgi.streaming'} and $env->{'psgix.io'} |
90 | 0 | 0 | unless ($remote) |
91 | 0 | 0 | if ($! eq 'Operation timed out') { } |
101 | 0 | 0 | if (eval { do { 1 } }) |
120 | 0 | 0 | if ($read) { } |
121 | 0 | 0 | if ($socket == $client) { } |
0 | 0 | elsif ($socket == $remote) { } | |
136 | 0 | 0 | if ($socket == $client and length $bufin) { } |
0 | 0 | elsif ($socket == $remote and length $bufout) { } |