blib/lib/HTTP/Engine/Role/RequestBuilder/ParseEnv.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 18 | 100.0 |
line | true | false | branch |
---|---|---|---|
40 | 1 | 1 | unless $req->_connection->{'env'}{'REMOTE_HOST'} |
48 | 3 | 24 | $req->secure ? : |
52 | 1 | 22 | $req->secure ? : |
23 | 4 | unless $port | |
55 | 2 | 25 | if (exists $$env{'REDIRECT_URL'}) { } |
57 | 1 | 1 | if exists $$env{'PATH_INFO'} |
66 | 2 | 25 | if $req->proxy_request |
73 | 2 | 25 | if $$env{'QUERY_STRING'} |
81 | 25 | 2 | unless $base_path =~ m[/$] |