Branch Coverage

lib/IOMux/Poll.pm
Criterion Covered Total %
branch 17 30 56.6


line true false branch
44 13 19 unless my $conn = $self->handler($fileno)
47 13 6 if ($state == 0) { }
48 6 7 if $r
49 7 6 if $w
50 0 13 if $e
53 6 0 if $r
54 0 6 if $w
55 0 6 if $e
65 0 12 if $heartbeat
68 0 12 if ($numready < 0)
69 0 0 if $! == 4 or $! == 11
75 0 12 unless $numready
89 0 12 unless my $fileno = $fh->fileno
90 12 0 if (my $conn = $handlers->{$fileno}) { }
97 0 0 if $call eq 'muxReadFlagged'