本文介绍了C#代码覆盖率指标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有一个免费市售的代码覆盖工具(下降到invidual LOC级)可用?
Is there a free commercially available code coverage tool (down to invidual LOC level) available?
我知道VS2008团队版,但不幸的是不具备预算perchase许可证!因此,进出口寻找一个免费的(如啤酒)的替代方案。
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.
任何想法?
推荐答案
是针对.NET的一个开源代码覆盖工具。看来,新的商业版本可在太。
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
这篇关于C#代码覆盖率指标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!