blib/lib/Device/Chip/AVR_HVSP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 21 | 38.1 |
line | l | !l | condition |
---|---|---|---|
325 | 0 | 0 | $_memories[$_ * 2] eq $name and return $_memories[$_ * 2 + 1] |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
189 | 3 | 1 | 0 | ($partinfo = $PARTS{$_})->signature eq $sig and $part = $_, last |
585 | 1 | 0 | 0 | $fuse eq "efuse" and not $_partinfo->has_efuse |
612 | 1 | 0 | 0 | $fuse eq "efuse" and not $_partinfo->has_efuse |
line | l | !l | condition |
---|---|---|---|
695 | 1 | 0 | $opts{'start'} // 0 |
807 | 1 | 0 | $opts{'start'} // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
697 | 0 | 1 | 0 | $opts{'stop'} // $opts{'bytes'} |
809 | 0 | 1 | 0 | $opts{'stop'} // $opts{'bytes'} |