| blib/lib/RPi/GPIOExpander/MCP23017.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 179 | 0 | 0 | 0 | $bank != 0 and $bank != 1 |
| 185 | 0 | 0 | 0 | $mode != 1 and $mode != 0 |
| 192 | 0 | 0 | 0 | $state != 1 and $state != 0 |
| 203 | 0 | 0 | 0 | $state != 1 and $state != 0 |
| line | l | !l | condition |
|---|---|---|---|
| 26 | 0 | 0 | $addr // 32 |