coverage: Add an extra "transcribe" step after counter creation
This commit is contained in:
parent
aca6dba6d1
commit
44e4e4515c
37 changed files with 1609 additions and 1441 deletions
|
@ -1,14 +1,14 @@
|
|||
Function name: unicode::main
|
||||
Raw bytes (61): 0x[01, 01, 06, 01, 05, 16, 0d, 01, 09, 11, 13, 16, 0d, 01, 09, 09, 01, 0e, 01, 00, 0b, 05, 01, 09, 00, 0c, 03, 00, 10, 00, 1b, 05, 00, 1c, 00, 28, 01, 02, 08, 00, 25, 09, 00, 29, 00, 46, 11, 00, 47, 02, 06, 13, 02, 05, 00, 06, 0f, 02, 05, 01, 02]
|
||||
Raw bytes (61): 0x[01, 01, 06, 01, 05, 0b, 09, 01, 11, 13, 09, 17, 11, 01, 0d, 09, 01, 0e, 01, 00, 0b, 05, 01, 09, 00, 0c, 03, 00, 10, 00, 1b, 05, 00, 1c, 00, 28, 01, 02, 08, 00, 25, 09, 00, 29, 00, 46, 0d, 00, 47, 02, 06, 06, 02, 05, 00, 06, 0e, 02, 05, 01, 02]
|
||||
Number of files: 1
|
||||
- file 0 => global file 1
|
||||
Number of expressions: 6
|
||||
- expression 0 operands: lhs = Counter(0), rhs = Counter(1)
|
||||
- expression 1 operands: lhs = Expression(5, Sub), rhs = Counter(3)
|
||||
- expression 2 operands: lhs = Counter(0), rhs = Counter(2)
|
||||
- expression 3 operands: lhs = Counter(4), rhs = Expression(4, Add)
|
||||
- expression 4 operands: lhs = Expression(5, Sub), rhs = Counter(3)
|
||||
- expression 5 operands: lhs = Counter(0), rhs = Counter(2)
|
||||
- expression 1 operands: lhs = Expression(2, Add), rhs = Counter(2)
|
||||
- expression 2 operands: lhs = Counter(0), rhs = Counter(4)
|
||||
- expression 3 operands: lhs = Expression(4, Add), rhs = Counter(2)
|
||||
- expression 4 operands: lhs = Expression(5, Add), rhs = Counter(4)
|
||||
- expression 5 operands: lhs = Counter(0), rhs = Counter(3)
|
||||
Number of file 0 mappings: 9
|
||||
- Code(Counter(0)) at (prev + 14, 1) to (start + 0, 11)
|
||||
- Code(Counter(1)) at (prev + 1, 9) to (start + 0, 12)
|
||||
|
@ -17,12 +17,12 @@ Number of file 0 mappings: 9
|
|||
- Code(Counter(1)) at (prev + 0, 28) to (start + 0, 40)
|
||||
- Code(Counter(0)) at (prev + 2, 8) to (start + 0, 37)
|
||||
- Code(Counter(2)) at (prev + 0, 41) to (start + 0, 70)
|
||||
- Code(Counter(4)) at (prev + 0, 71) to (start + 2, 6)
|
||||
- Code(Expression(4, Add)) at (prev + 2, 5) to (start + 0, 6)
|
||||
= ((c0 - c2) + c3)
|
||||
- Code(Expression(3, Add)) at (prev + 2, 5) to (start + 1, 2)
|
||||
= (c4 + ((c0 - c2) + c3))
|
||||
Highest counter ID seen: c4
|
||||
- Code(Counter(3)) at (prev + 0, 71) to (start + 2, 6)
|
||||
- Code(Expression(1, Sub)) at (prev + 2, 5) to (start + 0, 6)
|
||||
= ((c0 + c4) - c2)
|
||||
- Code(Expression(3, Sub)) at (prev + 2, 5) to (start + 1, 2)
|
||||
= (((c0 + c3) + c4) - c2)
|
||||
Highest counter ID seen: c3
|
||||
|
||||
Function name: unicode::他 (unused)
|
||||
Raw bytes (9): 0x[01, 01, 00, 01, 00, 1e, 19, 00, 25]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue