| blib/lib/POE/Component/WakeOnLAN.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 11 | 36.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 1 | 0 | 0 | $params{'port'} and $params{'port'} =~ /^\d+$/ |
| 24 | 1 | 0 | 0 | $params{'address'} and Net::IP::Minimal::ip_get_version($params{'address'}) |
| 40 | 1 | 0 | 0 | $kernel == $sender and not $$self{'session'} |
| line | l | !l | condition |
|---|---|---|---|
| 58 | 1 | 0 | 'IO::Socket::INET'->new('Proto', 'udp') || (return) |