Condition Coverage

lib/HTTP/Promise/Pool.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

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"

or 2 conditions

line l !l condition
42 0 0 $self->host || ''
43 0 0 $self->port || ''
92 1 0 shift @_ // ""

or 3 conditions

line l !l&&r !l&&!r condition
97 0 0 1 $serialiser eq "Sereal" or $serialiser eq "CBOR"