@@ -53,39 +53,38 @@ Options:
5353This is the result of running codestats on itself.
5454
5555```
56- Codestats for . : 18 files, 4340 total lines, 110 KiB total size.
57- Line breakdown: 3994 code lines, 148 comment lines, 195 blank lines, 3 shebang lines.
58- Percentages: 92.0 % code, 3.4 % comments, 4.5 % blanks, 0.1% shebangs .
56+ Codestats for codestats : 18 files, 4435 total lines, 115 KiB total size.
57+ Line breakdown: 4066 code lines, 160 comment lines, 209 blank lines.
58+ Percentages: 91.7 % code, 3.6 % comments, 4.7 % blanks.
5959Language breakdown:
6060Rust:
6161 Files: 14 files (77.8% of total).
62- Lines: 2133 lines (49.1 % of total).
63- Size: 60.6 KiB (55.2 % of total).
62+ Lines: 2209 lines (49.8 % of total).
63+ Size: 65.3 KiB (56.6 % of total).
6464 Line breakdown:
65- Code: 1808 lines (84.8%).
66- Comments: 148 lines (6.9%).
67- Blanks: 174 lines (8.2%).
68- Shebangs: 3 lines (0.1%).
69- JSONC:
65+ Code: 1860 lines (84.2%).
66+ Comments: 160 lines (7.2%).
67+ Blanks: 189 lines (8.6%).
68+ JSON5:
7069 Files: 1 file (5.6% of total).
71- Lines: 2060 lines (47.5 % of total).
72- Size: 45.3 KiB (41.2 % of total).
70+ Lines: 2079 lines (46.9 % of total).
71+ Size: 45.8 KiB (39.7 % of total).
7372 Line breakdown:
74- Code: 2060 lines (100.0%).
73+ Code: 2079 lines (100.0%).
7574Markdown:
7675 Files: 1 file (5.6% of total).
77- Lines: 93 lines (2.1% of total).
78- Size: 2.54 KiB (2.3 % of total).
76+ Lines: 92 lines (2.1% of total).
77+ Size: 2.56 KiB (2.2 % of total).
7978 Line breakdown:
80- Code: 77 lines (82.8 %).
81- Blanks: 16 lines (17.2 %).
79+ Code: 77 lines (83.7 %).
80+ Blanks: 15 lines (16.3 %).
8281TOML:
8382 Files: 2 files (11.1% of total).
84- Lines: 54 lines (1.2% of total).
85- Size: 1.40 KiB (1.3 % of total).
83+ Lines: 55 lines (1.2% of total).
84+ Size: 1.61 KiB (1.4 % of total).
8685 Line breakdown:
87- Code: 49 lines (90.7 %).
88- Blanks: 5 lines (9.3 %).
86+ Code: 50 lines (90.9 %).
87+ Blanks: 5 lines (9.1 %).
8988```
9089
9190## License
0 commit comments