Condition Coverage

blib/lib/Test/Device/Chip/Adapter.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
230 37 0 1 $method eq "read" and $_read_buffer

or 3 conditions

line l !l&&r !l&&!r condition
113 1 0 0 $_read_buffer || croak('Read buffer is not enabled')
253 0 0 0 $_txn_helper //= "Test::Device::Chip::Adapter::_TxnHelper"->new("adapter", $self)