blib/lib/IO/Framed/Write.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 8 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 3 | 0 | 0 | $_[0]{'_write_queue'} and @{$_[0]{'_write_queue'};} |
line | l | !l | condition |
---|---|---|---|
31 | 0 | 2 | $_[0]{'_write_queue'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
112 | 3 | 4095 | 0 | $_[0]->can('WRITE')->($_[0]{'_out_fh'}, $_[1]) || do { if ($! and not $!{'EAGAIN'} and not $!{'EWOULDBLOCK'}) { die 'IO::Framed::X'->create('WriteError', $!); }; return undef } |