lib/IOMux/Poll.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 30 | 56.6 |
line | true | false | branch |
---|---|---|---|
40 | 13 | 19 | unless my $conn = $self->handler($fileno) |
43 | 13 | 6 | if ($state == 0) { } |
44 | 6 | 7 | if $r |
45 | 7 | 6 | if $w |
46 | 0 | 13 | if $e |
49 | 6 | 0 | if $r |
50 | 0 | 6 | if $w |
51 | 0 | 6 | if $e |
61 | 0 | 12 | if $heartbeat |
64 | 0 | 12 | if ($numready < 0) |
65 | 0 | 0 | if $! == 4 or $! == 11 |
71 | 0 | 12 | unless $numready |
85 | 0 | 12 | unless my $fileno = $fh->fileno |
86 | 12 | 0 | if (my $conn = $handlers->{$fileno}) { } |
93 | 0 | 0 | if $call eq 'muxReadFlagged' |