Files
codeql/python/ql/test/library-tests/ControlFlow/try/test_ssa.expected
2018-11-19 15:15:54 +00:00

9 lines
518 B
Plaintext

| test.py | SSA Variable f1 | 3 | Exit node for Module test | 0 |
| test.py | SSA Variable f2 | 13 | Exit node for Module test | 0 |
| test.py | SSA Variable f3 | 23 | Exit node for Module test | 0 |
| test.py | SSA Variable f4 | 33 | Exit node for Module test | 0 |
| test.py | SSA Variable x | 5 | ControlFlowNode for x | 11 |
| test.py | SSA Variable x | 21 | ControlFlowNode for x | 21 |
| test.py | SSA Variable x | 31 | ControlFlowNode for x | 31 |
| test.py | SSA Variable x | 40 | ControlFlowNode for x | 41 |