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
Post a Comment