C# Code Coverage metrics

左心房为你撑大大i 提交于 2020-01-11 09:17:45

问题


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



来源:https://stackoverflow.com/questions/556399/c-sharp-code-coverage-metrics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!