Table 8. Mean (Median) values of the metrics about lines of code for all the considered programming languages.
Language | SLOC | PLOC | LLOC | CLOC | BLANK |
---|---|---|---|---|---|
C | 209 (201) | 129 (128) | 48 (41) | 43 (49) | 37 (36) |
C++ | 186 (177) | 137 (120) | 51 (50) | 20 (15) | 28 (26) |
Rust | 144 (145) | 105 (95) | 52 (62) | 21 (19) | 18 (17) |
Python | 99 (76) | 73 (61) | 59 (53) | 8 (6) | 18 (16) |
JavaScript | 107 (92) | 83 (76) | 58 (60) | 9 (7) | 16 (9) |
TypeScript | 95 (64) | 74 (46) | 51 (42) | 8 (7) | 13 (10) |