ZeeshanSaud commited on
Commit
e51dfc6
·
verified ·
1 Parent(s): 7388ed8

Upload 5 files

Browse files
click_cli_report.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo": "C:\\repos\\click",
3
+ "run_time": "2026-07-16T12:02:57.573344+00:00",
4
+ "status": "COMPLETE",
5
+ "gate": "APPROVED",
6
+ "module1": {
7
+ "application_type": "CLI_TOOL",
8
+ "framework": "Click",
9
+ "gate": "APPROVED",
10
+ "architecture": "LIBRARY",
11
+ "confidence": 0.875
12
+ },
13
+ "module2": {
14
+ "language": "python",
15
+ "functions": 1659,
16
+ "classes": 167,
17
+ "call_graph_edges": 1115,
18
+ "unresolved_calls": 4235,
19
+ "gate": "APPROVED",
20
+ "files_scanned": 63,
21
+ "files_routed": 63
22
+ },
23
+ "module3": {
24
+ "phase_3a": {
25
+ "baseline_attr_calls": 3826,
26
+ "attr_calls_resolved": 9,
27
+ "attr_calls_ambiguous": 0,
28
+ "attr_calls_total": 9,
29
+ "pct_of_baseline": 0.24,
30
+ "reexport_symbols_grounded": 0,
31
+ "registry_uncertain_edges": 0
32
+ },
33
+ "phase_3b": {
34
+ "internal_edges_chainable": 558,
35
+ "terminal_edges": 566,
36
+ "callers_with_internal_edges": 295
37
+ },
38
+ "by_label": {
39
+ "RESOLVED": 9,
40
+ "INFERRED": 0,
41
+ "AMBIGUOUS": 0,
42
+ "UNCERTAIN": 0,
43
+ "UNRESOLVABLE": 0
44
+ },
45
+ "truth_boundary": {
46
+ "numeric_confidence_scores": 0,
47
+ "guesses": 0,
48
+ "note": "categorical labels only; bounded sets preserved; remaining attribute_calls retain documented reasons"
49
+ },
50
+ "local_receiver_counts": {
51
+ "local_typed_method_call": 0,
52
+ "local_inherited_method_call": 8,
53
+ "typed_recv_method_unverified": 0,
54
+ "ambiguous_receiver": 0,
55
+ "builtin_receiver": 1,
56
+ "super_call": 2,
57
+ "super_unresolved": 18,
58
+ "super_decline_external": 0,
59
+ "super_decline_inrepo_miss": 0,
60
+ "super_decline_nested_fid": 0,
61
+ "super_decline_no_bases": 18,
62
+ "super_decline_cyclic": 0,
63
+ "inrepo_miss_init_chain": 0,
64
+ "inrepo_miss_deep_mro": 0,
65
+ "inrepo_miss_name_collision": 0,
66
+ "inrepo_miss_other": 0
67
+ },
68
+ "imported_receiver_counts": {
69
+ "imported_class_method_call": 0,
70
+ "imported_inherited_method_call": 0,
71
+ "imported_target_external": 369,
72
+ "imported_unresolved": 2496,
73
+ "not_imported_receiver": 1184
74
+ },
75
+ "edge_provenance": {
76
+ "module2_edges": 1115,
77
+ "local_receiver_added": 9,
78
+ "total_edges": 1124
79
+ }
80
+ },
81
+ "language_selection": {
82
+ "language": "python",
83
+ "source": "bridge_classify_files",
84
+ "confidence": "high",
85
+ "dominance_vote": {
86
+ "python": {
87
+ "votes": 63,
88
+ "translation_units": 63,
89
+ "declarations": 0
90
+ }
91
+ },
92
+ "vote_rule": "translation units decide; declarations (.h/.hpp/.cuh/.pyi/.d.ts) are #included into units and do not vote. A language with zero translation units votes with its declarations (header-only libraries are real).",
93
+ "files_routed": 63
94
+ }
95
+ }
flask_web_report.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo": "C:\\repos\\v3\\flask",
3
+ "run_time": "2026-07-16T12:00:38.176774+00:00",
4
+ "status": "COMPLETE",
5
+ "gate": "APPROVED",
6
+ "module1": {
7
+ "application_type": "WEB_APPLICATION",
8
+ "framework": "Flask",
9
+ "gate": "APPROVED",
10
+ "architecture": "LIBRARY",
11
+ "confidence": 1.0
12
+ },
13
+ "module2": {
14
+ "language": "python",
15
+ "functions": 1460,
16
+ "classes": 160,
17
+ "call_graph_edges": 686,
18
+ "unresolved_calls": 2732,
19
+ "gate": "APPROVED",
20
+ "files_scanned": 83,
21
+ "files_routed": 83
22
+ },
23
+ "module3": {
24
+ "phase_3a": {
25
+ "baseline_attr_calls": 2506,
26
+ "attr_calls_resolved": 18,
27
+ "attr_calls_ambiguous": 0,
28
+ "attr_calls_total": 18,
29
+ "pct_of_baseline": 0.72,
30
+ "reexport_symbols_grounded": 1,
31
+ "registry_uncertain_edges": 0
32
+ },
33
+ "phase_3b": {
34
+ "internal_edges_chainable": 302,
35
+ "terminal_edges": 395,
36
+ "callers_with_internal_edges": 187
37
+ },
38
+ "by_label": {
39
+ "RESOLVED": 18,
40
+ "INFERRED": 0,
41
+ "AMBIGUOUS": 0,
42
+ "UNCERTAIN": 0,
43
+ "UNRESOLVABLE": 0
44
+ },
45
+ "truth_boundary": {
46
+ "numeric_confidence_scores": 0,
47
+ "guesses": 0,
48
+ "note": "categorical labels only; bounded sets preserved; remaining attribute_calls retain documented reasons"
49
+ },
50
+ "local_receiver_counts": {
51
+ "local_typed_method_call": 0,
52
+ "local_inherited_method_call": 17,
53
+ "typed_recv_method_unverified": 0,
54
+ "ambiguous_receiver": 0,
55
+ "builtin_receiver": 1,
56
+ "super_call": 0,
57
+ "super_unresolved": 4,
58
+ "super_decline_external": 0,
59
+ "super_decline_inrepo_miss": 0,
60
+ "super_decline_nested_fid": 0,
61
+ "super_decline_no_bases": 4,
62
+ "super_decline_cyclic": 0,
63
+ "inrepo_miss_init_chain": 0,
64
+ "inrepo_miss_deep_mro": 0,
65
+ "inrepo_miss_name_collision": 0,
66
+ "inrepo_miss_other": 0
67
+ },
68
+ "imported_receiver_counts": {
69
+ "imported_class_method_call": 0,
70
+ "imported_inherited_method_call": 0,
71
+ "imported_target_external": 203,
72
+ "imported_unresolved": 591,
73
+ "not_imported_receiver": 1425
74
+ },
75
+ "edge_provenance": {
76
+ "module2_edges": 686,
77
+ "local_receiver_added": 11,
78
+ "total_edges": 697
79
+ }
80
+ },
81
+ "language_selection": {
82
+ "language": "python",
83
+ "source": "bridge_classify_files",
84
+ "confidence": "high",
85
+ "dominance_vote": {
86
+ "python": {
87
+ "votes": 83,
88
+ "translation_units": 83,
89
+ "declarations": 0
90
+ },
91
+ "sql": {
92
+ "votes": 2,
93
+ "translation_units": 2,
94
+ "declarations": 0
95
+ }
96
+ },
97
+ "vote_rule": "translation units decide; declarations (.h/.hpp/.cuh/.pyi/.d.ts) are #included into units and do not vote. A language with zero translation units votes with its declarations (header-only libraries are real).",
98
+ "files_routed": 83
99
+ }
100
+ }
fluids_scientific_report.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo": "C:\\repos\\v3\\fluids",
3
+ "run_time": "2026-07-16T12:01:17.860468+00:00",
4
+ "status": "COMPLETE",
5
+ "gate": "APPROVED",
6
+ "module1": {
7
+ "application_type": "FLUIDS_ENGINEERING",
8
+ "framework": "Astropy",
9
+ "gate": "APPROVED",
10
+ "architecture": "LIBRARY",
11
+ "confidence": 1.0
12
+ },
13
+ "module2": {
14
+ "language": "python",
15
+ "functions": 2239,
16
+ "classes": 66,
17
+ "call_graph_edges": 9046,
18
+ "unresolved_calls": 3314,
19
+ "gate": "APPROVED",
20
+ "files_scanned": 108,
21
+ "files_routed": 108
22
+ },
23
+ "module3": {
24
+ "phase_3a": {
25
+ "baseline_attr_calls": 1869,
26
+ "attr_calls_resolved": 14,
27
+ "attr_calls_ambiguous": 0,
28
+ "attr_calls_total": 14,
29
+ "pct_of_baseline": 0.75,
30
+ "reexport_symbols_grounded": 32,
31
+ "registry_uncertain_edges": 0
32
+ },
33
+ "phase_3b": {
34
+ "internal_edges_chainable": 7044,
35
+ "terminal_edges": 2007,
36
+ "callers_with_internal_edges": 1197
37
+ },
38
+ "by_label": {
39
+ "RESOLVED": 14,
40
+ "INFERRED": 0,
41
+ "AMBIGUOUS": 0,
42
+ "UNCERTAIN": 0,
43
+ "UNRESOLVABLE": 0
44
+ },
45
+ "truth_boundary": {
46
+ "numeric_confidence_scores": 0,
47
+ "guesses": 0,
48
+ "note": "categorical labels only; bounded sets preserved; remaining attribute_calls retain documented reasons"
49
+ },
50
+ "local_receiver_counts": {
51
+ "local_typed_method_call": 6,
52
+ "local_inherited_method_call": 5,
53
+ "typed_recv_method_unverified": 0,
54
+ "ambiguous_receiver": 0,
55
+ "builtin_receiver": 3,
56
+ "super_call": 1,
57
+ "super_unresolved": 2,
58
+ "super_decline_external": 2,
59
+ "super_decline_inrepo_miss": 0,
60
+ "super_decline_nested_fid": 0,
61
+ "super_decline_no_bases": 0,
62
+ "super_decline_cyclic": 0,
63
+ "inrepo_miss_init_chain": 0,
64
+ "inrepo_miss_deep_mro": 0,
65
+ "inrepo_miss_name_collision": 0,
66
+ "inrepo_miss_other": 0
67
+ },
68
+ "imported_receiver_counts": {
69
+ "imported_class_method_call": 3,
70
+ "imported_inherited_method_call": 2,
71
+ "imported_target_external": 302,
72
+ "imported_unresolved": 127,
73
+ "not_imported_receiver": 1037
74
+ },
75
+ "edge_provenance": {
76
+ "module2_edges": 9046,
77
+ "local_receiver_added": 5,
78
+ "total_edges": 9051
79
+ }
80
+ },
81
+ "language_selection": {
82
+ "language": "python",
83
+ "source": "bridge_classify_files",
84
+ "confidence": "high",
85
+ "dominance_vote": {
86
+ "python": {
87
+ "votes": 108,
88
+ "translation_units": 108,
89
+ "declarations": 0
90
+ },
91
+ "go": {
92
+ "votes": 2,
93
+ "translation_units": 2,
94
+ "declarations": 0
95
+ },
96
+ "c_cpp": {
97
+ "votes": 2,
98
+ "translation_units": 2,
99
+ "declarations": 0
100
+ },
101
+ "javascript": {
102
+ "votes": 1,
103
+ "translation_units": 1,
104
+ "declarations": 0
105
+ }
106
+ },
107
+ "vote_rule": "translation units decide; declarations (.h/.hpp/.cuh/.pyi/.d.ts) are #included into units and do not vote. A language with zero translation units votes with its declarations (header-only libraries are real).",
108
+ "files_routed": 108
109
+ }
110
+ }
poliastro_aerospace_report.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo": "C:\\repos\\v3\\poliastro",
3
+ "run_time": "2026-07-16T12:03:36.368371+00:00",
4
+ "status": "COMPLETE",
5
+ "gate": "APPROVED",
6
+ "module1": {
7
+ "application_type": "SPACE_SYSTEM",
8
+ "framework": "poliastro",
9
+ "gate": "APPROVED",
10
+ "architecture": "LIBRARY",
11
+ "confidence": 1.0
12
+ },
13
+ "module2": {
14
+ "language": "python",
15
+ "functions": 1041,
16
+ "classes": 87,
17
+ "call_graph_edges": 1759,
18
+ "unresolved_calls": 3282,
19
+ "gate": "APPROVED",
20
+ "files_scanned": 189,
21
+ "files_routed": 189
22
+ },
23
+ "module3": {
24
+ "phase_3a": {
25
+ "baseline_attr_calls": 2729,
26
+ "attr_calls_resolved": 1,
27
+ "attr_calls_ambiguous": 0,
28
+ "attr_calls_total": 1,
29
+ "pct_of_baseline": 0.04,
30
+ "reexport_symbols_grounded": 0,
31
+ "registry_uncertain_edges": 0
32
+ },
33
+ "phase_3b": {
34
+ "internal_edges_chainable": 493,
35
+ "terminal_edges": 1448,
36
+ "callers_with_internal_edges": 324
37
+ },
38
+ "by_label": {
39
+ "RESOLVED": 1,
40
+ "INFERRED": 0,
41
+ "AMBIGUOUS": 0,
42
+ "UNCERTAIN": 0,
43
+ "UNRESOLVABLE": 0
44
+ },
45
+ "truth_boundary": {
46
+ "numeric_confidence_scores": 0,
47
+ "guesses": 0,
48
+ "note": "categorical labels only; bounded sets preserved; remaining attribute_calls retain documented reasons"
49
+ },
50
+ "local_receiver_counts": {
51
+ "local_typed_method_call": 0,
52
+ "local_inherited_method_call": 0,
53
+ "typed_recv_method_unverified": 0,
54
+ "ambiguous_receiver": 0,
55
+ "builtin_receiver": 1,
56
+ "super_call": 2,
57
+ "super_unresolved": 0,
58
+ "super_decline_external": 0,
59
+ "super_decline_inrepo_miss": 0,
60
+ "super_decline_nested_fid": 0,
61
+ "super_decline_no_bases": 0,
62
+ "super_decline_cyclic": 0,
63
+ "inrepo_miss_init_chain": 0,
64
+ "inrepo_miss_deep_mro": 0,
65
+ "inrepo_miss_name_collision": 0,
66
+ "inrepo_miss_other": 0
67
+ },
68
+ "imported_receiver_counts": {
69
+ "imported_class_method_call": 30,
70
+ "imported_inherited_method_call": 155,
71
+ "imported_target_external": 144,
72
+ "imported_unresolved": 41,
73
+ "not_imported_receiver": 792
74
+ },
75
+ "edge_provenance": {
76
+ "module2_edges": 1759,
77
+ "local_receiver_added": 182,
78
+ "total_edges": 1941
79
+ }
80
+ },
81
+ "language_selection": {
82
+ "language": "python",
83
+ "source": "bridge_classify_files",
84
+ "confidence": "high",
85
+ "dominance_vote": {
86
+ "python": {
87
+ "votes": 189,
88
+ "translation_units": 189,
89
+ "declarations": 0
90
+ }
91
+ },
92
+ "vote_rule": "translation units decide; declarations (.h/.hpp/.cuh/.pyi/.d.ts) are #included into units and do not vote. A language with zero translation units votes with its declarations (header-only libraries are real).",
93
+ "files_routed": 189
94
+ }
95
+ }
pydicom_medical_report.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo": "C:\\repos\\v3\\pydicom",
3
+ "run_time": "2026-07-16T12:04:06.399235+00:00",
4
+ "status": "COMPLETE",
5
+ "gate": "APPROVED",
6
+ "module1": {
7
+ "application_type": "MEDICAL_SYSTEM",
8
+ "framework": "PyDICOM",
9
+ "gate": "APPROVED",
10
+ "architecture": "LIBRARY",
11
+ "confidence": 1.0
12
+ },
13
+ "module2": {
14
+ "language": "python",
15
+ "functions": 930,
16
+ "classes": 58,
17
+ "call_graph_edges": 2049,
18
+ "unresolved_calls": 1879,
19
+ "gate": "APPROVED",
20
+ "files_scanned": 79,
21
+ "files_routed": 169
22
+ },
23
+ "module3": {
24
+ "phase_3a": {
25
+ "baseline_attr_calls": 1606,
26
+ "attr_calls_resolved": 42,
27
+ "attr_calls_ambiguous": 0,
28
+ "attr_calls_total": 42,
29
+ "pct_of_baseline": 2.62,
30
+ "reexport_symbols_grounded": 14,
31
+ "registry_uncertain_edges": 0
32
+ },
33
+ "phase_3b": {
34
+ "internal_edges_chainable": 1439,
35
+ "terminal_edges": 619,
36
+ "callers_with_internal_edges": 474
37
+ },
38
+ "by_label": {
39
+ "RESOLVED": 42,
40
+ "INFERRED": 0,
41
+ "AMBIGUOUS": 0,
42
+ "UNCERTAIN": 0,
43
+ "UNRESOLVABLE": 0
44
+ },
45
+ "truth_boundary": {
46
+ "numeric_confidence_scores": 0,
47
+ "guesses": 0,
48
+ "note": "categorical labels only; bounded sets preserved; remaining attribute_calls retain documented reasons"
49
+ },
50
+ "local_receiver_counts": {
51
+ "local_typed_method_call": 1,
52
+ "local_inherited_method_call": 0,
53
+ "typed_recv_method_unverified": 4,
54
+ "ambiguous_receiver": 0,
55
+ "builtin_receiver": 31,
56
+ "super_call": 8,
57
+ "super_unresolved": 37,
58
+ "super_decline_external": 26,
59
+ "super_decline_inrepo_miss": 11,
60
+ "super_decline_nested_fid": 0,
61
+ "super_decline_no_bases": 0,
62
+ "super_decline_cyclic": 0,
63
+ "inrepo_miss_init_chain": 1,
64
+ "inrepo_miss_deep_mro": 0,
65
+ "inrepo_miss_name_collision": 0,
66
+ "inrepo_miss_other": 10
67
+ },
68
+ "imported_receiver_counts": {
69
+ "imported_class_method_call": 1,
70
+ "imported_inherited_method_call": 0,
71
+ "imported_target_external": 163,
72
+ "imported_unresolved": 55,
73
+ "not_imported_receiver": 1110
74
+ },
75
+ "edge_provenance": {
76
+ "module2_edges": 2049,
77
+ "local_receiver_added": 9,
78
+ "total_edges": 2058
79
+ }
80
+ },
81
+ "language_selection": {
82
+ "language": "python",
83
+ "source": "bridge_classify_files",
84
+ "confidence": "high",
85
+ "dominance_vote": {
86
+ "python": {
87
+ "votes": 169,
88
+ "translation_units": 169,
89
+ "declarations": 0
90
+ },
91
+ "javascript": {
92
+ "votes": 1,
93
+ "translation_units": 1,
94
+ "declarations": 0
95
+ }
96
+ },
97
+ "vote_rule": "translation units decide; declarations (.h/.hpp/.cuh/.pyi/.d.ts) are #included into units and do not vote. A language with zero translation units votes with its declarations (header-only libraries are real).",
98
+ "files_routed": 169
99
+ }
100
+ }