Condition Coverage

blib/lib/Device/ProXR/RelayControl.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
161 0 0 0 defined $bank and not defined $relay
223 0 0 0 defined $bank and not defined $relay
292 0 0 0 defined $resp and length $resp
593 0 0 0 defined $resp and length $resp
616 0 0 0 $self->_valid_bank($bank) && $self->_valid_relay($relay)

or 3 conditions

line l !l&&r !l&&!r condition
642 0 0 0 $bank < 0 or $bank > 255
674 0 0 0 $relay < 0 or $relay > 7