lib/IOMux/Net/TCP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 0 | 0 | 0 | $self->{'IMNT_shutread'} and $self->{'IMNT_shutwrite'} |
0 | 0 | 0 | $self->{'IMNT_shutread'} and $self->{'IMNT_shutwrite'} and not $self->muxOutputWaiting | |
99 | 0 | 0 | 0 | $self->{'IMNT_shutwrite'} and not $self->muxOutputWaiting |
line | l | !l | condition |
---|---|---|---|
26 | 0 | 0 | $args->{'Proto'} ||= 'tcp' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | delete $args->{'socket'} || $self->extractSocket($args) |
30 | 0 | 0 | 0 | $args->{'name'} ||= 'tcp ' . $socket->peerhost . ':' . $socket->peerport |