Steve Gilham
Steve Gilham
This is the same issue as [OpenCover issue #615](https://github.com/OpenCover/opencover/issues/615) -- the compiler generates many functions (such as comparison operations) which show in the IL but not in the source ...
Code under test ``` namespace ClassLibrary1 open System open System.IO open System.Linq module CommandLine = let internal WriteColoured (writer:TextWriter) colour operation = let original = Console.ForegroundColor try Console.ForegroundColor
In F# code like this (which itself is an attempt to work around issue #76) ``` namespace MyNamespace module MyModule = [] type internal AlgebraicType = | First | Second ...
Writing unit tests for auto-properties is a futile exercise; they are essentially noise (as is the coverage or otherwise of such properties). Auto-properties in code exercised by coverlet are marked...
In passing, I noticed that in the code in issue #82, the method `Normal` that was tested reported a branch (1 out of 1 covered). This turns out to be...
Please provide the following information when submitting an issue. > Where appropriate replace the `[ ]` with a `[X]` ### My Framework - [ ] .NET 2 - [ ]...
### My Framework - [ ] .NET 2 - [ ] .NET 3.5 - [ ] .NET 4 - [ ] .NET 4.5 - [ ] .NET 4.6 - [...
### My Framework - [ ] .NET 2 - [ ] .NET 3.5 - [ ] .NET 4 - [ ] .NET 4.5 - [ ] .NET 4.6 - [...
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...
Although it looks like it was intended to, with the adding of the "-" sigil to distinguish attribute names in the resulting JSON, exporting XML as JSON text and then...