| blib/lib/Net/TCP/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 33 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | @Args == 2 and ref $Args[1] |
| 0 | 0 | 0 | @Args == 2 and ref $Args[1] and ref $Args[1] eq 'HASH' | |
| 0 | 0 | 0 | @Args == 1 and not ref $Args[0] | |
| 99 | 0 | 0 | 0 | @Args == 2 and ref $Args[1] |
| 0 | 0 | 0 | @Args == 2 and ref $Args[1] and ref $Args[1] eq 'HASH' | |
| 0 | 0 | 0 | @Args == 1 and not ref $Args[0] | |
| 105 | 0 | 0 | 0 | $self->getparam('srcaddrlist') and not $self->isbound |
| 108 | 0 | 0 | 0 | $self->isbound and not $self->didlisten |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | @Args == 2 and ref $Args[1] and ref $Args[1] eq 'HASH' or @Args == 1 and not ref $Args[0] |
| 99 | 0 | 0 | 0 | @Args == 2 and ref $Args[1] and ref $Args[1] eq 'HASH' or @Args == 1 and not ref $Args[0] |
| 109 | 0 | 0 | 0 | $self->isconnected or $self->listen |