Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to capture code metrics in Xcode? [closed]

I want to write my code more cleaner. For this purpose I'm looking for a tool to generate code metrics in Xcode. I'd like to have a statistic showing me how many tests, classes etc. were added. And the main goal is retrieving cyclomatic complexity of a program.

Does anyone know a good Xcode tools or plugin that could provide me some code metrics?

like image 239
Igor Avatar asked Jun 20 '12 07:06

Igor


1 Answers

Have a look at Xcode Statistician.

like image 149
Tim Avatar answered Oct 05 '22 12:10

Tim