报告分支覆盖的工具试图度量决策点(比如包含逻辑AND或OR的条件块)的覆盖率。
Tools that report branch coverage attempt to measure the coverage of decision points, such as conditional blocks containing logical ANDs or ORs.
通过分析代码的度量报告,比如由JDepend(参阅Resources)工具生成的报告,您可以有效地判定代码是否实现了确定的架构。
Analyzing code metric reports, like those created by tools such as JDepend (see Resources), can be effective in determining if your code adheres to an established architecture.
通过分析代码的度量报告,比如由JDepend(参阅Resources)工具生成的报告,您可以有效地判定代码是否实现了确定的架构。
Analyzing code metric reports, like those created by tools such as JDepend (see Resources), can be effective in determining if your code adheres to an established architecture.
应用推荐