pyscn Analysis Report

Generated: 2025-09-10 11:27:37

Health Score: 75/100 (Grade: C)

Analysis Summary

11
Total Files
11
Analyzed Files
1.91
Avg Complexity
0
Dead Code Issues
1442
Clone Pairs
40.7%
Code Duplication
36
Total Classes
0
High Dependencies
0.19
Avg Dependencies

Complexity Analysis

147
Total Functions
1.91
Average
33
Maximum

Top Complex Functions

Function File Complexity Risk
AbstractClass.abstract_method testdata/python/simple/classes.py 2 low
AbstractClass.concrete_method testdata/python/simple/classes.py 1 low
AsyncClass.async_class_method testdata/python/complex/async_await.py 1 low
AsyncClass.async_method testdata/python/complex/async_await.py 1 low
AsyncClass.async_static_method testdata/python/complex/async_await.py 1 low
AsyncContextManager.__aenter__ testdata/python/complex/async_await.py 1 low
AsyncContextManager.__aexit__ testdata/python/complex/async_await.py 1 low
AsyncRange.__aiter__ testdata/python/complex/async_await.py 1 low
AsyncRange.__anext__ testdata/python/complex/async_await.py 3 low
AsyncRange.__init__ testdata/python/complex/async_await.py 1 low

Dead Code Detection

0
Total Issues
0
Critical
0
Warnings

Clone Detection

1442
Clone Pairs
2
Clone Groups
0.73
Avg Similarity

Dependency Analysis

Class coupling metrics (CBO - Coupling Between Objects)

36
Total Classes
0
High Risk Classes
0.19
Average Dependencies
2
Max Dependencies

Most Dependent Classes

Class File Dependencies Risk Level Dependent Classes
MultipleInheritance testdata/python/simple/classes.py 2 low SimpleClass, EmptyClass
InnerClass testdata/python/edge_cases/nested_structures.py 1 low MethodClass
ValidationError testdata/python/complex/exceptions.py 1 low CustomError
ClassWithMagicMethods testdata/python/simple/classes.py 1 low ClassWithMagicMethods
InheritedClass testdata/python/simple/classes.py 1 low SimpleClass
ComplexClass testdata/python/edge_cases/nested_structures.py 1 low MethodClass
AsyncRange testdata/python/complex/async_await.py 0 low
SimpleClass testdata/python/simple/classes.py 0 low
MethodDecorators testdata/python/complex/decorators.py 0 low
PropertyExample testdata/python/complex/decorators.py 0 low