mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Extensible Cyclomatic Complexity Analyzer Lizard is an extensible Cyclomatic Complexity Analyzer for many programming languages including C/C++ (doesn't require all the header files or Java imports). It also does copy-paste detection (code clone detection/code duplicate detection) and many other forms of static code analysis. WWW: https://github.com/terryyin/lizard Sponsored by: The FreeBSD Foundation
5 lines
286 B
Text
5 lines
286 B
Text
Lizard is an extensible Cyclomatic Complexity Analyzer for many
|
|
programming languages including C/C++ (doesn't require all the header
|
|
files or Java imports). It also does copy-paste detection (code clone
|
|
detection/code duplicate detection) and many other forms of static code
|
|
analysis.
|