是否有一个库可以从我的 C# 代码中分析 VB.Net 代码的复杂性?
给定字符串中的 VB.Net 代码,是否有一个库(或命令行工具)可以计算 Cyclomatic Complextiy 和 LOC? 这必须在我的 C# 代码中完成。
谢谢。
Given VB.Net code in a string, is there a library (or a command line tool) out there that could calculate Cyclomatic Complextiy and LOC?
This has to be done within my C# code.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有 Refactor!,它确实提供了一些可扩展性,并且还提供了测量(以及可扩展点)
除此之外,还有 NDepend,它允许您查询代码以获取此类信息:
http://www.ndepend.com/Features.aspx
There is Refactor!, which does supply some extensibility and also supplys the mesurements (And an extesibility point)
Besides that, there is also NDepend, which allows you to query your code for such infos:
http://www.ndepend.com/Features.aspx