| blib/lib/MBclient.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 24 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 161 | 0 | 0 | 0 | $port =~ /^\d{1,5}$/ and $port < 65536 |
| 386 | 0 | 0 | 0 | $rx_bit_addr == $bit_addr && $rx_bit_value == $bit_value |
| 412 | 0 | 0 | 0 | $rx_reg_addr == $reg_addr && $rx_reg_value == $reg_value |
| 512 | 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'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 85 | 0 | 0 | 0 | ref $this || $this |
| 144 | 0 | 0 | 0 | $hostname =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ or $hostname =~ /^[a-z][a-z0-9\.\-]+$/ |