Branch Coverage

blib/lib/Mail/MtPolicyd/Client.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
23 0 0 if (defined $self->socket_path) { }
24 0 0 unless $fh = 'IO::Socket::UNIX'->new('Peer', $self->socket_path, 'autoflush', 0)
29 0 0 unless $fh = 'IO::Socket::INET'->new('PeerAddr', $self->host, 'Proto', 'tcp', 'autoflush', 0)
47 0 0 if (defined $self->_fh)
56 0 0 unless ($self->_is_connected)
67 0 0 if (not $self->keepalive or $self->_fh->eof)