The Pear CodeSniffer seems to come with a Cyclomatic Complexity Sniff (CyclomaticComplexitySniff.php). Does anyone know how to use it? I'd like to calculate the complexity of the code I'm analyzing. I'd like to use the Zend coding standard, but no matter what standard I use though, I don't see complexity information being output.
If anyone has advice regarding this, please let me know.
Thanks.