line |
!l |
l&&!r |
l&&r |
condition |
161
|
0 |
0 |
0 |
$port =~ /^\d{1,5}$/ and $port < 65536 |
208
|
0 |
0 |
0 |
$timeout =~ /^\d{1,5}$/ and $timeout < 180 |
403
|
0 |
0 |
0 |
$rx_bit_addr == $bit_addr && $rx_bit_value == $bit_value |
429
|
0 |
0 |
0 |
$rx_reg_addr == $reg_addr && $rx_reg_value == $reg_value |
529
|
0 |
0 |
0 |
$rx_hd_tr_id == $self->{'hd_tr_id'} and $rx_hd_pr_id == 0 |
|
0 |
0 |
0 |
$rx_hd_tr_id == $self->{'hd_tr_id'} and $rx_hd_pr_id == 0 and $rx_hd_length < 256 |
|
0 |
0 |
0 |
$rx_hd_tr_id == $self->{'hd_tr_id'} and $rx_hd_pr_id == 0 and $rx_hd_length < 256 and $rx_hd_unit_id == $self->{'UNIT_ID'} |