lib/HTTP/Promise/Pool.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 15 | 13.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
44 | 0 | 0 | 0 | length $host and length $port |
76 | 0 | 0 | 0 | defined $host_port and $host_port eq "${host}:$port" |
line | l | !l | condition |
---|---|---|---|
42 | 0 | 0 | $self->host || '' |
43 | 0 | 0 | $self->port || '' |
92 | 1 | 0 | shift @_ // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 0 | 0 | 1 | $serialiser eq "Sereal" or $serialiser eq "CBOR" |