d01df6f9aa
Some of these cases currently don't occur in practice, but are included for completeness, and to avoid having to add them later as branch coverage and MC/DC coverage start building more complex expressions.
20 lines
895 B
Plaintext
20 lines
895 B
Plaintext
Function name: let_else::let_else
|
|
Raw bytes (43): 0x[01, 01, 01, 05, 09, 07, 01, 0c, 01, 01, 10, 20, 02, 09, 03, 09, 00, 10, 02, 00, 0e, 00, 0f, 05, 00, 13, 00, 18, 09, 01, 09, 01, 0f, 02, 04, 05, 00, 0b, 05, 01, 01, 00, 02]
|
|
Number of files: 1
|
|
- file 0 => global file 1
|
|
Number of expressions: 1
|
|
- expression 0 operands: lhs = Counter(1), rhs = Counter(2)
|
|
Number of file 0 mappings: 7
|
|
- Code(Counter(0)) at (prev + 12, 1) to (start + 1, 16)
|
|
- Branch { true: Expression(0, Sub), false: Counter(2) } at (prev + 3, 9) to (start + 0, 16)
|
|
true = (c1 - c2)
|
|
false = c2
|
|
- Code(Expression(0, Sub)) at (prev + 0, 14) to (start + 0, 15)
|
|
= (c1 - c2)
|
|
- Code(Counter(1)) at (prev + 0, 19) to (start + 0, 24)
|
|
- Code(Counter(2)) at (prev + 1, 9) to (start + 1, 15)
|
|
- Code(Expression(0, Sub)) at (prev + 4, 5) to (start + 0, 11)
|
|
= (c1 - c2)
|
|
- Code(Counter(1)) at (prev + 1, 1) to (start + 0, 2)
|
|
|