Condition Coverage

blib/lib/Net/HTTP/Client.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
93 0 2 0 $used and !$self->keep_alive // 0

or 2 conditions

line l !l condition
93 2 0 !$self->keep_alive // 0
97 2 0 $self->new('Host', $host) || die($@)
98 2 0 $uri // ''
101 2 0 $self->new('Host', $self->peerhost, 'PeerPort', $self->peerport) || die($@)

or 3 conditions

line l !l&&r !l&&!r condition
124 8 0 0 defined $n or $!{'EINTR'}
8 0 0 defined $n or $!{'EINTR'} or $!{'EAGAIN'}