Return value of Modified cyclomatic complexity
1 次查看(过去 30 天)
显示 更早的评论
Hello,
Is there any way that Polyspace CodeProver could return also the "modified cyclomatic complexity" value, besides the existing Vg "cyclomatic complexity"?
Modified cyclomatic complexity is a variant of Cyclomatic Complexity in which switch statements are considered to have the same effect on complexity as if statements, regardless of the number of switch cases. (more here http://www.grammatech.com/codesonar/workflow-features/cyclomatic-complexity)
Thank you, Daniel
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Generate Report 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!