blib/lib/Device/Chip/CC1101.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 27 | 51.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
127 | 0 | 0 | 17 | $addr >= 0 and $addr <= 61 |
440 | 1 | 7 | 99 | $addr < length $newconfig and substr($newconfig, $addr, 1) eq substr($oldconfig, $addr, 1) |
444 | 1 | 7 | 187 | $until > $addr and substr($newconfig, $until - 1, 1) eq substr($oldconfig, $until - 1, 1) |
452 | 6 | 0 | 2 | defined $newpatable and $newpatable ne $_patable |
457 | 0 | 24 | 0 | defined $config{$_} and $_cached_config{$_} = $config{$_} |
543 | 0 | 0 | 11 | $cmd >= 48 and $cmd <= 61 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
334 | 0 | 3 | 0 | $_config //= XXX |
0 | 3 | 0 | $_patable //= XXX | |
477 | 11 | 0 | 0 | $MARCSTATE[$marcstate] // $marcstate |