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