Condition Coverage

blib/lib/IO/Framed/Write.pm
Criterion Covered Total %
condition 4 8 50.0


and 3 conditions

line !l l&&!r l&&r condition
22 3 0 0 $_[0]{'_write_queue'} and @{$_[0]{'_write_queue'};}

or 2 conditions

line l !l condition
31 0 2 $_[0]{'_write_queue'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
109 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 }