coverage: Completely overhaul counter assignment, using node-flow graphs
This commit is contained in:
parent
e70112caf8
commit
f1300c860e
51 changed files with 1930 additions and 1973 deletions
|
@ -1,17 +1,15 @@
|
|||
Function name: assert_not::main
|
||||
Raw bytes (33): 0x[01, 01, 02, 05, 00, 0d, 00, 05, 01, 06, 01, 01, 12, 05, 02, 05, 00, 14, 02, 01, 05, 00, 14, 0d, 01, 05, 00, 16, 06, 01, 01, 00, 02]
|
||||
Raw bytes (31): 0x[01, 01, 01, 0d, 00, 05, 01, 06, 01, 01, 12, 05, 02, 05, 00, 14, 09, 01, 05, 00, 14, 0d, 01, 05, 00, 16, 02, 01, 01, 00, 02]
|
||||
Number of files: 1
|
||||
- file 0 => global file 1
|
||||
Number of expressions: 2
|
||||
- expression 0 operands: lhs = Counter(1), rhs = Zero
|
||||
- expression 1 operands: lhs = Counter(3), rhs = Zero
|
||||
Number of expressions: 1
|
||||
- expression 0 operands: lhs = Counter(3), rhs = Zero
|
||||
Number of file 0 mappings: 5
|
||||
- Code(Counter(0)) at (prev + 6, 1) to (start + 1, 18)
|
||||
- Code(Counter(1)) at (prev + 2, 5) to (start + 0, 20)
|
||||
- Code(Expression(0, Sub)) at (prev + 1, 5) to (start + 0, 20)
|
||||
= (c1 - Zero)
|
||||
- Code(Counter(2)) at (prev + 1, 5) to (start + 0, 20)
|
||||
- Code(Counter(3)) at (prev + 1, 5) to (start + 0, 22)
|
||||
- Code(Expression(1, Sub)) at (prev + 1, 1) to (start + 0, 2)
|
||||
- Code(Expression(0, Sub)) at (prev + 1, 1) to (start + 0, 2)
|
||||
= (c3 - Zero)
|
||||
Highest counter ID seen: c3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue