本文介绍了计算代码指标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可用的工具来为您的项目计算代码量度(例如,代码行数,圈复杂度,耦合,内聚性),并随时间生成显示趋势的图形?

Are there any tools available that will calculate code metrics (for example number of code lines, cyclomatic complexity, coupling, cohesion) for your project and over time produce a graph showing the trends?

推荐答案

在我的最新项目中,我使用了 SourceMonitor .这是一个用于代码指标分析的不错的免费工具.
这是SourceMonitor官方网站的摘录:

On my latest project I used SourceMonitor. It's a nice free tool for code metrics analysis.
Here is an excerpt from SourceMonitor official site:

对于 NDepend 旁边的.NET(它只是最好的工具),我可以推荐 vil .

For .NET beside NDepend which is simply the best tool, I can recommend vil.

以下工具可以执行趋势分析:

Following tools can perform trend analysis:

  • CAST
  • Klocwork Insight

这篇关于计算代码指标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-11 17:58