blib/lib/Hex/Record.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 19 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
111 | 6 | 70 | 4 | $create_part == 0 and $to == $start_addr |
6 | 50 | 20 | $create_part == 0 and $from == $end_addr + 1 | |
229 | 91 | 15 | 25 | $from < $end_addr and $to > $start_addr |
line | l | !l | condition |
---|---|---|---|
76 | 20 | 1 | $address_length_of_srec_type{$type} || (next) |
98 | 6 | 49 | $create_part ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
88 | 12 | 3 | 4 | $type == 1 or $type == 2 |
15 | 3 | 1 | $type == 1 or $type == 2 or $type == 3 |