Branch Coverage

blib/lib/Redis/Jet.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
24 0 8 ref $_[0] ? :
46 0 2 unless my $socket = 'IO::Socket::INET'->new('PeerAddr', $self->get_server, 'Timeout', $self->get_connect_timeout)
50 0 2 unless $socket->setsockopt(6, 1, 1)
52 0 2 unless $socket->blocking(0)