C# Code Coverage metrics

2019-02-24 07:44发布

问题:

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?

回答1:

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