forked from weewx/weewx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODE_SUMMARY.txt
62 lines (55 loc) · 3.62 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
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
-------------------------------------------------------------------------------