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

Implement C++ nesting_level for structures w/o braces #123

Closed rakhimov closed 8 years ago

rakhimov commented 8 years ago

The 'nesting_level' is considered for internal uses only and necessary for properly implementing generic Nested Structures metric (PR #120). The implementation is tested indirectly through the aforementioned metric.


This change is Reviewable

terryyin commented 8 years ago

Shall I pull the two pull request together?

rakhimov commented 8 years ago

No, they are not meant to be. Besides, the 'revert-revert' PR should be removed. I put the comment there.