opencover icon indicating copy to clipboard operation
opencover copied to clipboard

A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points

Results 36 opencover issues
Sort by recently updated
recently updated
newest added

When merging multiple results using mergeoutput, if coverbytest is also specified, then the output TrackedMethod elements from each run start with a uid of 1. This causes the uid in...

bug
medium

### My Framework - [ ] .NET 2 - [ ] .NET 3.5 - [ ] .NET 4 - [X ] .NET 4.5 - [X ] .NET 4.6 - [...

feature
low

Would be nice. Maybe only enabled with a --teamcity cmdline option, like in NUnit. quick hack that works: ```diff main/OpenCover.Console/Program.cs | 37 +++++++++++++++++++++++++++---------- 1 file changed, 14 insertions(+), 1 deletions(-)...

feature
medium

See the following example. ```C# void SutWithoutNullCase(object o) { switch (o) { case string s: Console.WriteLine("case string: " + s); break; case Version v: Console.WriteLine("case Version: " + v); break;...

feature
medium

In 98bd0f01e2c0d236092e1fb932d50f7121cdab55 (feature request #302) support for ignoring delegate cache branches has been added. The detection seems to miss the situation, when using a static call in a lambda in...

feature
medium

This is more for adding to the collection of subtle things done by the compiler that include extra branches than any serious deficiency in OpenCover, and there is a ready...

feature
medium