LICENSE
README.md
pyproject.toml
setup.py
codecoco.egg-info/PKG-INFO
codecoco.egg-info/SOURCES.txt
codecoco.egg-info/dependency_links.txt
codecoco.egg-info/entry_points.txt
codecoco.egg-info/not-zip-safe
codecoco.egg-info/top_level.txt
cognitive_complexity/__init__.py
cognitive_complexity/api.py
cognitive_complexity/autofix.py
cognitive_complexity/cli.py
cognitive_complexity/common_types.py
cognitive_complexity/discovery.py
cognitive_complexity/report.py
cognitive_complexity/detectors/__init__.py
cognitive_complexity/detectors/base.py
cognitive_complexity/detectors/decompose_by_span.py
cognitive_complexity/detectors/extract_helper.py
cognitive_complexity/detectors/extract_predicate.py
cognitive_complexity/detectors/flatten_else_after_return.py
cognitive_complexity/detectors/guard_clause.py
cognitive_complexity/detectors/merge_nested_if.py
cognitive_complexity/detectors/sequential_dispatch.py
cognitive_complexity/detectors/split_dispatcher.py
cognitive_complexity/utils/__init__.py
cognitive_complexity/utils/ast.py
evals/__init__.py
evals/refactor_eval.py
tests/test_autofix.py
tests/test_cli.py
tests/test_cognitive_complexity.py
tests/test_edge_cases.py
tests/test_eval_refactors.py
tests/test_explain.py
tests/test_properties.py
tests/test_refactor.py