You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue had attachments: .coverage, DifferentBranchMissReport.py, DifferentBranchMissReport_Console.txt, htmlcov.zip. See the original issue for details.
The text was updated successfully, but these errors were encountered:
Originally reported by Rowan Pattieson (Bitbucket: rowanpattieson-ipl, GitHub: Unknown)
Using coverage 3.7.1 .
The "BrMiss" field in a console report and the "partial" field in an HTML report sometimes do not agree with one another.
A simple example to demonstrate this (borrowed from Issue #176) is attached as DifferentBranchMissReport.py .
Notice that the console report states there are 16/16 branch misses, whereas the HTML report states there are 0/16 branch misses.
I think the HTML report is correct.
(None of the branches are ever executed, thus they are counted as full misses rather than partial branch misses.)
Also attached are the coverage output, and console and HTML reports.
Commands executed :
The text was updated successfully, but these errors were encountered: