lib/HTTP/Promise/Pool.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 10 | 20.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 1 | unless $self->SUPER::init(@_) |
44 | 0 | 0 | if length $host and length $port |
45 | 0 | 0 | if length $host |
76 | 0 | 0 | if (defined $host_port and $host_port eq "${host}:$port") { } |
97 | 0 | 1 | if $serialiser eq "Sereal" or $serialiser eq "CBOR" |