<div dir="ltr"><div><div><div><div><div><div><br></div>I&#39;m looking for a way of getting a condition coverage report for python code.<br><br></div>We&#39;ve been using coverage.py .<br><br></div>coverage.py appears to, at best, give branch coverage in its HTML report.  However, it&#39;s beginning to look like coverage.py can give condition coverage (which is what we prefer). but only via its XML report.<br><br></div>Is that accurate?<br><br></div>If so, is there a way of transforming the XML report into HTML, without resorting to jenkins+cobertura?<br><br></div>Thanks!<br><br></div>