Search code examples
c#code-coveragemetrics

C# Code Coverage metrics


Is there a free commercially available code coverage tool (down to invidual LOC level) available?

I am aware of VS2008 Team Edition, but unfortunatly do not have the budget to perchase a license! So Im looking for a free (as in beer) alternative.

Any Ideas?


Solution

  • NCover is an open source code coverage tool for .NET. It appears that newer commercial versions are available too at NCover.com.

    Also see this previous question: Code Coverage for C#/.net