blib/lib/Device/BusPirate/Mode/I2C.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 11 | 36.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
229 | 0 | 0 | 1 | $address >= 0 and $address < 128 |
252 | 0 | 0 | 1 | $address >= 0 and $address < 128 |
277 | 0 | 0 | 1 | $address >= 0 and $address < 128 |
line | l | !l | condition |
---|---|---|---|
18 | 0 | 7 | $ENV{'PIRATE_DEBUG'} // 0 |