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

[new] counts the max depth Functions #187

Closed robutcher closed 7 years ago

robutcher commented 7 years ago

now counter needed the max depth Functions

rakhimov commented 7 years ago

@robutcher Can you clarify what you mean by 'deapth'?

Lizard already has 'nesting CCN depth' and 'depth of nested control-flow structures', which count the complexity of nesting 'if { while { for {....', for example. Take a look at #69

rakhimov commented 7 years ago

@terryyin I suggest closing this issue as duplicate.