1
1
{
2
- "results" : [
3
- {
4
- "type" : " file" ,
5
- "fullPath" : " /samples/react-component-flow/Button.css" ,
6
- "path" : " /samples/react-component-flow" ,
7
- "filename" : " Button.css" ,
8
- "shouldAnalyze" : false ,
9
- "complexityReport" : null ,
10
- "timesDependedOn" : 0
11
- },
12
- {
13
- "type" : " file" ,
14
- "fullPath" : " /samples/react-component-flow/Button.jsx" ,
15
- "path" : " /samples/react-component-flow" ,
16
- "filename" : " Button.jsx" ,
17
- "shouldAnalyze" : true ,
18
- "complexityReport" : {
19
- "aggregate" : {
20
- "cyclomatic" : 12 ,
21
- "cyclomaticDensity" : 29.268 ,
22
- "halstead" : {
23
- "bugs" : 0.331 ,
24
- "difficulty" : 14.957 ,
25
- "effort" : 14872.029 ,
26
- "length" : 167 ,
27
- "time" : 826.224 ,
28
- "vocabulary" : 62 ,
29
- "volume" : 994.351 ,
30
- "operands" : {
31
- "distinct" : 46 ,
32
- "total" : 86
33
- },
34
- "operators" : {
35
- "distinct" : 16 ,
36
- "total" : 81
37
- }
38
- },
39
- "paramCount" : 5 ,
40
- "sloc" : {
41
- "logical" : 41 ,
42
- "physical" : 74
43
- }
44
- },
45
- "dependencies" : [
46
- {
47
- "line" : 3 ,
48
- "path" : " react" ,
49
- "type" : " esm"
50
- },
51
- {
52
- "line" : 4 ,
53
- "path" : " lodash/pick" ,
54
- "type" : " esm"
55
- },
56
- {
57
- "line" : 5 ,
58
- "path" : " ../../../utils/classcaded" ,
59
- "type" : " esm"
60
- },
61
- {
62
- "line" : 6 ,
63
- "path" : " ./Button.css" ,
64
- "type" : " esm"
65
- }
66
- ],
67
- "errors" : [],
68
- "lineEnd" : 74 ,
69
- "lineStart" : 1 ,
70
- "maintainability" : 120.805 ,
71
- "codehawkScore" : 53.68354105285161 ,
72
- "coverage" : " 0"
73
- },
74
- "timesDependedOn" : 0
75
- },
76
- {
77
- "type" : " file" ,
78
- "fullPath" : " /samples/react-component-flow/expected.json" ,
79
- "path" : " /samples/react-component-flow" ,
80
- "filename" : " expected.json" ,
81
- "shouldAnalyze" : false ,
82
- "complexityReport" : null ,
83
- "timesDependedOn" : 0
84
- }
85
- ]
86
- }
2
+ "summary" : {
3
+ "average" : 53.68354105285161 ,
4
+ "median" : 53.68354105285161 ,
5
+ "worst" : 53.68354105285161
6
+ },
7
+ "resultsList" : [
8
+ {
9
+ "fullPath" : " /samples/react-component-flow/Button.jsx" ,
10
+ "filename" : " Button.jsx" ,
11
+ "shouldAnalyze" : true ,
12
+ "path" : " /samples/react-component-flow" ,
13
+ "type" : " file" ,
14
+ "complexityReport" : {
15
+ "aggregate" : {
16
+ "cyclomatic" : 12 ,
17
+ "cyclomaticDensity" : 29.268 ,
18
+ "halstead" : {
19
+ "bugs" : 0.331 ,
20
+ "difficulty" : 14.957 ,
21
+ "effort" : 14872.029 ,
22
+ "length" : 167 ,
23
+ "time" : 826.224 ,
24
+ "vocabulary" : 62 ,
25
+ "volume" : 994.351 ,
26
+ "operands" : { "distinct" : 46 , "total" : 86 },
27
+ "operators" : { "distinct" : 16 , "total" : 81 }
28
+ },
29
+ "paramCount" : 5 ,
30
+ "sloc" : { "logical" : 41 , "physical" : 74 }
31
+ },
32
+ "dependencies" : [
33
+ { "line" : 3 , "path" : " react" , "type" : " esm" },
34
+ { "line" : 4 , "path" : " lodash/pick" , "type" : " esm" },
35
+ { "line" : 5 , "path" : " ../../../utils/classcaded" , "type" : " esm" },
36
+ { "line" : 6 , "path" : " ./Button.css" , "type" : " esm" }
37
+ ],
38
+ "errors" : [],
39
+ "lineEnd" : 74 ,
40
+ "lineStart" : 1 ,
41
+ "maintainability" : 120.805 ,
42
+ "codehawkScore" : 53.68354105285161 ,
43
+ "coverage" : " 0"
44
+ },
45
+ "timesDependedOn" : 0
46
+ }
47
+ ],
48
+ "fullResultsTree" : [
49
+ {
50
+ "fullPath" : " /samples/react-component-flow/Button.css" ,
51
+ "filename" : " Button.css" ,
52
+ "shouldAnalyze" : false ,
53
+ "path" : " /samples/react-component-flow" ,
54
+ "type" : " file" ,
55
+ "complexityReport" : null ,
56
+ "timesDependedOn" : 0
57
+ },
58
+ {
59
+ "fullPath" : " /samples/react-component-flow/Button.jsx" ,
60
+ "filename" : " Button.jsx" ,
61
+ "shouldAnalyze" : true ,
62
+ "path" : " /samples/react-component-flow" ,
63
+ "type" : " file" ,
64
+ "complexityReport" : {
65
+ "aggregate" : {
66
+ "cyclomatic" : 12 ,
67
+ "cyclomaticDensity" : 29.268 ,
68
+ "halstead" : {
69
+ "bugs" : 0.331 ,
70
+ "difficulty" : 14.957 ,
71
+ "effort" : 14872.029 ,
72
+ "length" : 167 ,
73
+ "time" : 826.224 ,
74
+ "vocabulary" : 62 ,
75
+ "volume" : 994.351 ,
76
+ "operands" : { "distinct" : 46 , "total" : 86 },
77
+ "operators" : { "distinct" : 16 , "total" : 81 }
78
+ },
79
+ "paramCount" : 5 ,
80
+ "sloc" : { "logical" : 41 , "physical" : 74 }
81
+ },
82
+ "dependencies" : [
83
+ { "line" : 3 , "path" : " react" , "type" : " esm" },
84
+ { "line" : 4 , "path" : " lodash/pick" , "type" : " esm" },
85
+ { "line" : 5 , "path" : " ../../../utils/classcaded" , "type" : " esm" },
86
+ { "line" : 6 , "path" : " ./Button.css" , "type" : " esm" }
87
+ ],
88
+ "errors" : [],
89
+ "lineEnd" : 74 ,
90
+ "lineStart" : 1 ,
91
+ "maintainability" : 120.805 ,
92
+ "codehawkScore" : 53.68354105285161 ,
93
+ "coverage" : " 0"
94
+ },
95
+ "timesDependedOn" : 0
96
+ },
97
+ {
98
+ "fullPath" : " /samples/react-component-flow/expected.json" ,
99
+ "filename" : " expected.json" ,
100
+ "shouldAnalyze" : false ,
101
+ "path" : " /samples/react-component-flow" ,
102
+ "type" : " file" ,
103
+ "complexityReport" : null ,
104
+ "timesDependedOn" : 0
105
+ }
106
+ ]
107
+ }
0 commit comments