| blib/lib/Net/HTTP2/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 24 | 54.1 |
| line | true | false | branch |
|---|---|---|---|
| 37 | 0 | 2 | if ($auth =~ /\A([^:]+):(.+)/) |
| 50 | 0 | 1 | unless ($scheme) |
| 54 | 0 | 1 | if ($scheme ne "https") |
| 65 | 0 | 1 | if (defined $query and length $query) |
| 92 | 0 | 2 | if ($status == 303) |
| 99 | 1 | 1 | if ($redirect_yn) |
| 122 | 0 | 1 | if (defined $query and length $query) |
| 126 | 1 | 0 | if ($scheme) |
| 127 | 0 | 1 | if ($scheme ne "https") |
| 134 | 0 | 1 | if (rindex($path, "/", 0) != 0) |
| 145 | 2 | 0 | $port == 443 ? : |
| 164 | 0 | 1 | unless eval "require $ns" |