ios - How can I check the cyclomatic complexity of an Xcode project's source? -


i need analyse large xcode project cyclomatic complexity.

has got easy way of checking cyclomatic complexity of code contained within xcode project?

is there tool setup read xcode projects, perhaps? can't seem find one.

after searching, found this python script project useful.

it works xcode projects, because ignores headers , #imports/includes - main issue other static analysing tools working xcode - have configure find sdk etc.

hope helps else looking cc tool was.

cheers :)


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -