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