blib/lib/Hex/Record.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 11 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
225 | 91 | 15 | 25 | $from < $end_addr and $to > $start_addr |
line | l | !l | condition |
---|---|---|---|
73 | 20 | 1 | $address_length_of_srec_type{$type} || (next) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 12 | 3 | 4 | $type == 1 or $type == 2 |
15 | 3 | 1 | $type == 1 or $type == 2 or $type == 3 |