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.84k stars 248 forks source link

Fix error function statistic in some scenario #351

Closed lijingda closed 2 years ago

lijingda commented 2 years ago

fix 2 bug

  1. 304

  2. error function information when function return interface{}
terryyin commented 2 years ago

Thanks for the pull request. It looks great. Thanks.

The next_if looks like a bad abstraction now....