terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

Add new counter : max depth of function #193

Closed robutcher closed 7 years ago

robutcher commented 7 years ago

would you add a new counter ? max depth of function

rakhimov commented 7 years ago

@robutcher C'mon this is a duplicate of your #187 (Why are you opening a duplicate?). You haven't clarified what 'depth' you want. All the discussion is in #187.

rakhimov commented 7 years ago

This is a duplicate of a duplicate : Dupliception :)

robutcher commented 7 years ago

sorry, I forgot it. but how can I get the 'nesting CCN depth' and 'depth of nested control-flow structures' for c c++?