mirror of
https://github.com/github/codeql.git
synced 2026-05-19 05:37:10 +02:00
Note that this does not give the exact same results as the old function, however it's not clear to me that the old results were actually correct (it _looks_ like `read()` might be doing an IO operation, but in fact `read` is not defined, so at best this will raise a NameError, not an IOError).
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
| code.py:35:1:35:21 | Function exceptions | 5 |
|
|
| code.py:23:1:23:17 | Function nested | 4 |
|
|
| code.py:12:1:12:21 | Function two_branch | 3 |
|
|
| code.py:6:1:6:18 | Function one_branch | 2 |
|
|
| code.py:1:1:1:16 | Function f_linear | 1 |
|
|
| code.py:45:1:45:39 | Function must_be_positive | 1 |
|