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
25 0 2 0 $used and !$self->keep_alive // 0

or 2 conditions

line l !l condition
25 2 0 !$self->keep_alive // 0
29 4 0 $self->new('Host', $host) || die($@)
30 3 1 $uri // ''
33 0 0 $self->new('Host', $self->peerhost, 'PeerPort', $self->peerport) || die($@)

or 3 conditions

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