forked from weewx/weewx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODE_SUMMARY.txt
90 lines (80 loc) · 5.42 KB
/
CODE_SUMMARY.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
the makefile target 'code-summary' will display a summary of the codebase. it
uses the tool cloc (github.com/AlDanial/cloc).
here is the summary as of 14jan2019:
308 text files.
294 unique files.
142 files ignored.
github.com/AlDanial/cloc v 1.81 T=2.12 s (78.6 files/s, 39192.0 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Python 101 7816 15299 29005
HTML 17 3044 43 20501
CSS 9 171 146 1824
Pascal 11 59 11 1091
Perl 2 45 83 755
Bourne Shell 9 115 188 664
JavaScript 8 382 277 611
make 2 54 47 310
Bourne Again Shell 2 34 185 203
Markdown 3 34 0 149
XML 3 8 7 84
-------------------------------------------------------------------------------
SUM: 167 11762 16286 55197
-------------------------------------------------------------------------------
the bin directory:
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Python 88 7513 14822 27888
HTML 2 56 0 1316
Markdown 1 9 0 61
-------------------------------------------------------------------------------
SUM: 91 7578 14822 29265
-------------------------------------------------------------------------------
the test directories:
-------------------------------------------------------------------------------
weecfg/test
Python 1 117 176 370
weecfg/test
Python 4 107 62 464
weeutil/test
Python 2 146 88 606
weewx/test
Python 9 311 237 1048
-------------------------------------------------------------------------------
SUM: 16 681 563 2488
-------------------------------------------------------------------------------
the driver directory:
-------------------------------------------------------------------------------
Python 15 2808 5530 13796
-------------------------------------------------------------------------------
bin less drivers and tests directories:
-------------------------------------------------------------------------------
Python 57 4024 8729 11604
-------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
As of 12-Dec-2020
---------------------------------------------------------------------------------------------------
cloc --force-lang="HTML",tmpl --force-lang="INI",conf --force-lang="INI",inc bin docs examples skins util
321 text files.
317 unique files.
54 files ignored.
github.com/AlDanial/cloc v 1.84 T=0.73 s (367.6 files/s, 152852.8 lines/s)
--------------------------------------------------------------------------------
Language files blank comment code
--------------------------------------------------------------------------------
Python 119 9103 17309 33363
HTML 54 3686 59 26686
INI 55 2874 0 11229
JavaScript 8 308 190 1317
CSS 7 214 86 1100
Perl 1 99 84 1027
Markdown 5 261 0 900
Bourne Shell 13 61 136 406
Bourne Again Shell 2 36 186 204
XML 2 8 12 83
SVG 1 0 0 1
--------------------------------------------------------------------------------
SUM: 267 16650 18062 76316
--------------------------------------------------------------------------------