| lib/IOMux/Net/TCP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 17 | 0.0 |
| 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 |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 0 | 0 | $args->{'Proto'} ||= 'tcp' |
| 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 |