| blib/lib/Device/Chip/AVR_HVSP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 21 | 38.1 |
| line | l | !l | condition |
|---|---|---|---|
| 344 | 0 | 0 | $_memories[$_ * 2] eq $name and return $_memories[$_ * 2 + 1] |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 208 | 14 | 1 | 0 | ($partinfo = $PARTS{$_})->signature eq $sig and $part = $_, last |
| 604 | 1 | 0 | 0 | $fuse eq "efuse" and not $_partinfo->has_efuse |
| 631 | 1 | 0 | 0 | $fuse eq "efuse" and not $_partinfo->has_efuse |
| line | l | !l | condition |
|---|---|---|---|
| 714 | 1 | 0 | $opts{'start'} // 0 |
| 826 | 1 | 0 | $opts{'start'} // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 716 | 0 | 1 | 0 | $opts{'stop'} // $opts{'bytes'} |
| 828 | 0 | 1 | 0 | $opts{'stop'} // $opts{'bytes'} |