| blib/lib/ControlX10/CM11.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 33 | 60.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 181 | 0 | 1 | 2 | $extended_data >= 0 and $extended_data < 65 |
| 295 | 67 | 1 | 0 | $data_d == 90 || $data_d == 165 and not $checksum == 90 || $checksum == 165 |
| 342 | 136 | 0 | 2 | $ControlX10::CM11::DEBUG and not $no_block |
| 353 | 137 | 1 | 0 | $data_d == 165 and not $no_power_fail_check |
| 410 | 0 | 0 | 0 | $ControlX10::CM11::DEBUG and not $no_block |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 224 | 1 | 1 | 46 | $code eq 'DIM' or $code eq 'M' |
| 2 | 1 | 45 | $code eq 'DIM' or $code eq 'M' or $code eq 'BRIGHT' | |
| 2 | 2 | 43 | $code eq 'DIM' or $code eq 'M' or $code eq 'BRIGHT' or $code eq 'L' | |
| 295 | 0 | 1 | 67 | $data_d == 90 || $data_d == 165 |
| 0 | 1 | 0 | $checksum == 90 || $checksum == 165 | |
| 313 | 0 | 0 | 0 | $data_d == 90 or $data_d == 165 |