Files
codeql/cpp/ql/test/library-tests/numlines/numlines.expected
2018-10-18 12:36:42 +01:00

12 lines
383 B
Plaintext

| C::ff() | 4 | 4 | 0 |
| C::gg<T>(T) | 4 | 4 | 0 |
| conventional() | 4 | 4 | 1 |
| hh() | 4 | 4 | 0 |
| long_char() | 3 | 3 | 0 |
| long_string() | 5 | 5 | 0 |
| misleading_comment() | 7 | 2 | 5 |
| numlines | 73 | 54 | 8 |
| onceUsedTemplateFunction<T>(T) | 6 | 6 | 0 |
| templateFunctionUser(signed int,unsigned int) | 5 | 5 | 0 |
| twiceUsedTemplateFunction<T>(T) | 6 | 6 | 0 |