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

Preprocessing counting. #48

Closed williamgranli closed 10 years ago

williamgranli commented 10 years ago

I am not getting the right numbers for cyclomatic_complexity for C preprocessing that is done outside of methods (i.e. it is done in the header of the file).

Is this a known issue or is there any fix for this?