Is there any tool/library that calculate percent of \"condition/decision coverage\" of python code. I found only coverage.py but it calculates only percent of \"statement covera
It looks like "instrumental" implements condition coverage:
Instrumental on Pypi
Link about coverage.py and instrumental
Has anyone tried it? It has a tiny version number. I need something I can trust.