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

lizard -w --sort cyclomatic_complexity --CCN 10 -H includes all files instead of CCN >10 #357

Open huornlmj opened 2 years ago

huornlmj commented 2 years ago

Running:

lizard -w --sort cyclomatic_complexity --CCN 10 -H

Yields a report that contains all files with the files above threshold coloured pink. Is there a way to not show the files that score 10 and below? image