Open Source Code Coverage Tools in C#

4 projects

Top-ranked projects first.

NCover

A test code coverage tool for C# .NET

Details
NCover GotDotNet

NCover is a code coverage analysis tool for .NET applications that gives line-by-line code coverage statistics.

Details
NCoverCop

NCoverCop is a custom NAnt task that fails your build when your code coverage drops by using NCover. It also tells you what code has become untested.

Details
PartCover

This is analog for NCover application, but have some advantages. It specifies which assemblies and classes you want to report and can work not only assemblies that have debug symbols. Manuals are included and will be placed in program directory

Details