-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Krzysztofci edited this page Jun 26, 2026
·
2 revisions
logic-cov (Logic Coverage) is a static Python code analyzer designed specifically for hybrid applications (GUI + Business Logic). The tool helps developers escape the "100% test coverage trap" by pinpointing where real, untested backend logic hides within the codebase, filtering out the layout boilerplate and noise associated with building user interfaces.
- Architecture & Heuristics — Detailed look into the AST mapping engine and the semantic weighting algorithm.
-
CLI Reference & Modes — Overview of all operational modes (
-v,-vv,-comp) and terminal outputs. - Pytest Integration — How to perform and interpret the test Gap Analysis.
Quick Start: The tool has no external dependencies beyond those required by the analyzed project and its test suite (specifically for the
-compmode). Simply download the script and run:python3 logic-cov.py