Condition Coverage

lib/Mail/Pyzor/Client.pm
Criterion Covered Total %
condition 12 24 50.0


or 3 conditions

line l !l&&r !l&&!r condition
144 1 4 0 $OPTS{'server_host'} || $DEFAULT_SERVER_HOST
1 4 0 $OPTS{'server_port'} || $DEFAULT_SERVER_PORT
1 4 0 $OPTS{'username'} || $DEFAULT_USERNAME
1 0 4 $OPTS{'password'} || $DEFAULT_PASSWORD
1 4 0 $OPTS{'timeout'} || $DEFAULT_TIMEOUT
317 2 0 0 defined $bytes or $!{'EAGAIN'}
0 0 0 defined $bytes or $!{'EAGAIN'} or $!{'EWOULDBLOCK'}
353 0 0 1 $self->{'_sock'} ||= 'IO::Socket::INET'->new('PeerHost', $self->{'_server_host'}, 'PeerPort', $self->{'_server_port'}, 'Proto', 'udp')