| blib/lib/POE/Wheel/UDP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 18 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 262 | 0 | 0 | 2 | $opts{'PeerAddr'} and $opts{'PeerPort'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 135 | 0 | 2 | 0 | ref $class || $class |
| 149 | 0 | 0 | 2 | exists $opts{'DefaultAddr'} or exists $opts{'DefaultPort'} |
| 168 | 0 | 2 | 0 | $opts{'InputFilter'} ||= $filter |
| 169 | 0 | 2 | 0 | $opts{'OutputFilter'} ||= $filter |
| 330 | 0 | 0 | 100 | exists $$thing{'addr'} or exists $$thing{'port'} |