forked from barnumbirr/coinmarketcap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
STATS
103 lines (74 loc) · 2.79 KB
/
STATS
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
91
92
93
94
95
96
97
98
99
100
101
102
103
Analyzing: https://github.com/mrsmn/coinmarketcap-api/blob/master/coinmarketcap/core.py
Total Lines: 87
Code Lines: 65 (74.7126%)
Blank Lines: 20 (22.9885%)
Comment Lines: 1 (1.14942%)
Doc String Lines: 1 (1.14942%)
Inline Comments: 1
Doc Strings: 1
Total Comments: 3
Longest Code Line: 111
Shortest Code Line: 14 [return 'false']
Longest Comment Line: 23
Shortest Comment Line: 23 [# -*- coding: utf-8 ...]
Imports: 5
Functions: 18
Classes: 0
If Statements: 4
Try Statements: 2
Except Statements: 2
Print Statements: 0
Assignments: 4
Variables: 3
Done analyzing: https://github.com/mrsmn/coinmarketcap-api/blob/master/coinmarketcap/core.py
Code stats generated by codecounter v.2.0.1
###########
Analyzing: https://github.com/mrsmn/coinmarketcap-api/blob/master/coinmarketcap/utils.py
Total Lines: 53
Code Lines: 43 (81.1320%)
Blank Lines: 7 (13.2075%)
Comment Lines: 3 (5.66037%)
Doc String Lines: 0 (0.0%)
Inline Comments: 1
Doc Strings: 0
Total Comments: 4
Longest Code Line: 111
Shortest Code Line: 19 [return coin_details]
Longest Comment Line: 36
Shortest Comment Line: 32 [# Fall back to Pytho...]
Imports: 4
Functions: 5
Classes: 0
If Statements: 2
Try Statements: 1
Except Statements: 1
Print Statements: 0
Assignments: 19
Variables: 15
Done analyzing: https://github.com/mrsmn/coinmarketcap-api/blob/master/coinmarketcap/utils.py
Code stats generated by codecounter v.2.0.1
###########
Analyzing: https://github.com/mrsmn/coinmarketcap-api/blob/master/coinmarketcap/__init__.py
Total Lines: 23
Code Lines: 11 (47.8260%)
Blank Lines: 3 (13.0434%)
Comment Lines: 9 (39.1304%)
Doc String Lines: 0 (0.0%)
Inline Comments: 1
Doc Strings: 0
Total Comments: 10
Longest Code Line: 73
Shortest Code Line: 1 [)]
Longest Comment Line: 68
Shortest Comment Line: 66 [# ...]
Imports: 1
Functions: 0
Classes: 0
If Statements: 0
Try Statements: 0
Except Statements: 0
Print Statements: 0
Assignments: 5
Variables: 3
Done analyzing: https://github.com/mrsmn/coinmarketcap-api/blob/master/coinmarketcap/__init__.py
Code stats generated by codecounter v.2.0.1