| blib/lib/Net/Server/Proto/TCP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 70 | 30 | 0 | 0 | $port eq 0 and $port = $sock->sockport |
| 30 | 0 | 0 | $port =~ /\D/ and $port = $sock->sockport | |
| 124 | 0 | 109 | 0 | defined $bytes and length $content >= $bytes |
| 0 | 107 | 2 | defined $end_qr and $content =~ /$end_qr/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 119 | 2 | 0 | 0 | defined $bytes or defined $end_qr |