blib/lib/AnyEvent/FastPing.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 8 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
160 | 0 | 0 | 1 | $ICMP4_FD >= 0 && open($ICMP4_FH, "<&=$ICMP4_FD") && &AE::io($ICMP4_FH, 0, \&AnyEvent::FastPing::_recv_icmp4) |
161 | 0 | 0 | 1 | $ICMP6_FD >= 0 && open($ICMP6_FH, "<&=$ICMP6_FD") && &AE::io($ICMP6_FH, 0, \&AnyEvent::FastPing::_recv_icmp6) |
line | l | !l | condition |
---|---|---|---|
170 | 1 | 0 | $IDLE_CB[$id] || sub { } |