Generated: 2025-09-10 11:27:37
| 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 |
Class coupling metrics (CBO - Coupling Between Objects)
| 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 |