Skip to content
Krzysztofci edited this page Jun 26, 2026 · 2 revisions

Welcome to the logic-cov Wiki

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.

🗺️ Documentation Navigation


Quick Start: The tool has no external dependencies beyond those required by the analyzed project and its test suite (specifically for the -comp mode). Simply download the script and run:

python3 logic-cov.py

Clone this wiki locally