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.81k stars 246 forks source link

File (Classes) Complexity #342

Open arakhia opened 2 years ago

arakhia commented 2 years ago

Hi There,

Thanks for such an amazing tool. I have a questions regarding File Complexity for Java/Kotlin Files. How Lizard is actually calculating complexity? it is an aggregation of methods complexity? or it calculates class complexity? in that case, does it take into account nested classes as well or ignore them?

Thanks for your time