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
In a project where a particular line of code gets called a lot, the sequence point coverage value for that line can become negative if the line is hit more than int.MaxValue times. The value in the XML is negative and shows in the generated report as uncovered.
I created a simple repro of this because I cannot show the actual code that caused the problem (it's from my job).