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

top_nesting_level stay to 0 #372

Open Mathis-Full opened 1 year ago

Mathis-Full commented 1 year ago

Hello,

First of all, thank you for your tool, it's really well made.

I have a question about the "top_nesting_level" parameter, which always remains at 0 with the Python library. I have tried it on various programs in C and Python, but it always returns 0.

So, does this functionality work, and if so, is it possible to modify the size and format of the indentations?

Have a great day.