-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodeclone.baseline.json
More file actions
35 lines (35 loc) · 926 Bytes
/
codeclone.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.0.0b6"
},
"schema_version": "2.1",
"fingerprint_version": "1",
"python_tag": "cp314",
"created_at": "2026-04-24T14:37:27Z",
"payload_sha256": "a2e5e3ac672ddbc7ba95c3a9608257727a01480ef343bc6a70c168fc9355e99a",
"metrics_payload_sha256": "26ebd9e502bb4d98d97da593532395de140b2c64b03d85ab91e681f9025fedff"
},
"clones": {
"functions": [],
"blocks": []
},
"metrics": {
"max_complexity": 20,
"high_risk_functions": [],
"max_coupling": 9,
"high_coupling_classes": [],
"max_cohesion": 3,
"low_cohesion_classes": [],
"dependency_cycles": [],
"dependency_max_depth": 16,
"dead_code_items": [],
"health_score": 90,
"health_grade": "A",
"typing_param_permille": 1000,
"typing_return_permille": 999,
"docstring_permille": 39,
"typing_any_count": 10
}
}