blib/lib/Net/HTTP2/Client/ConnectionPool.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 5 | 40.0 |
line | l | !l | condition |
---|---|---|---|
31 | 2 | 0 | $port or "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
31 | 0 | 2 | 0 | $self->{'pool'}{$host}{$port or ""} ||= $self->{'conn_ns'}->new($host, %{$$self{"conn_opts"};}, $port == 443 ? () : ("port", $port)) |