| blib/lib/Device/Chip/CC1101.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 32 | 59.3 |
| line | l | !l | condition |
|---|---|---|---|
| 592 | 5 | 9 | XXX eq $state and $ok = 1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 128 | 0 | 0 | 21 | $addr >= 0 and $addr <= 61 |
| 441 | 1 | 7 | 99 | $addr < length $newconfig and substr($newconfig, $addr, 1) eq substr($oldconfig, $addr, 1) |
| 445 | 1 | 7 | 187 | $until > $addr and substr($newconfig, $until - 1, 1) eq substr($oldconfig, $until - 1, 1) |
| 453 | 6 | 0 | 2 | defined $newpatable and $newpatable ne $_patable |
| 458 | 0 | 24 | 0 | defined $config{$_} and $_cached_config{$_} = $config{$_} |
| 544 | 0 | 0 | 13 | $cmd >= 48 and $cmd <= 61 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 335 | 0 | 3 | 0 | $_config //= XXX |
| 0 | 3 | 0 | $_patable //= XXX | |
| 478 | 15 | 0 | 0 | $MARCSTATE[$marcstate] // $marcstate |
| 592 | 9 | 1 | 4 | XXX eq $state and $ok = 1 or &gettimeofday() > $deadline |