Condition Coverage

lib/IOMux/Net/TCP.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 0 $self->{'IMNT_shutread'} and $self->{'IMNT_shutwrite'}
0 0 0 $self->{'IMNT_shutread'} and $self->{'IMNT_shutwrite'} and not $self->muxOutputWaiting
96 0 0 0 $self->{'IMNT_shutwrite'} and not $self->muxOutputWaiting

or 2 conditions

line l !l condition
22 0 0 $args->{'Proto'} ||= 'tcp'

or 3 conditions

line l !l&&r !l&&!r condition
24 0 0 0 delete $args->{'socket'} || $self->extractSocket($args)
26 0 0 0 $args->{'name'} ||= 'tcp ' . $socket->peerhost . ':' . $socket->peerport