Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
164 0 0 0 defined $bank and not defined $relay
226 0 0 0 defined $bank and not defined $relay
295 0 0 0 defined $resp and length $resp
344 0 0 0 defined $bank and not defined $relay
663 0 0 0 defined $resp and length $resp
686 0 0 0 $self->_valid_bank($bank) && $self->_valid_relay($relay)

or 3 conditions

line l !l&&r !l&&!r condition
712 0 0 0 $bank < 0 or $bank > 255
744 0 0 0 $relay < 0 or $relay > 7