blib/lib/IO/Async/Loop/Mojo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 6 | 66.6 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 1 | 15 | 0 | $self->{'io_cbs'}{$fd} ||= do { $reactor->io($handle, sub { my($reactor, $writable) = @_; if ($writable) { $cbs->[1]->() if $cbs->[1]; } else { $cbs->[0]->() if $cbs->[0]; }; } ); [] } |
136 | 1 | 0 | 9 | defined $cbs->[0] or defined $cbs->[1] |