-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodeclone.baseline.json
More file actions
35 lines (35 loc) · 926 Bytes
/
Copy pathcodeclone.baseline.json
File metadata and controls
35 lines (35 loc) · 926 Bytes
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
{
"meta": {
"generator": {
"name": "codeclone",
"version": "2.1.0a1"
},
"schema_version": "2.1",
"fingerprint_version": "1",
"python_tag": "cp314",
"created_at": "2026-06-01T13:12:27Z",
"payload_sha256": "a2e5e3ac672ddbc7ba95c3a9608257727a01480ef343bc6a70c168fc9355e99a",
"metrics_payload_sha256": "988dd9d57712603e46cbd43a05f3894b67ec73da9ba43267205ff6b17485c30c"
},
"clones": {
"functions": [],
"blocks": []
},
"metrics": {
"max_complexity": 20,
"high_risk_functions": [],
"max_coupling": 8,
"high_coupling_classes": [],
"max_cohesion": 3,
"low_cohesion_classes": [],
"dependency_cycles": [],
"dependency_max_depth": 18,
"dead_code_items": [],
"health_score": 91,
"health_grade": "A",
"typing_param_permille": 1000,
"typing_return_permille": 999,
"docstring_permille": 81,
"typing_any_count": 20
}
}