I am currently using OCLint, which can be integrated with XCode, but the format of the result has some problems. When the # of warning exceeds 200, it cannot be properly displayed.

What I want is more sophisticated code metrics, e.g. Cyclomatic complexity, afferent coupling, efferent coupling, NPath complexity and etc.

没有正确的解决方案

其他提示

I think most people use the Clang Static Analyzer, which is quite good and already integrated into Xcode.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top