ports/devel/py-lizard/pkg-descr
Muhammad Moinur Rahman 9078d49d2c
devel/py-lizard: New port
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
2024-10-10 10:05:05 +02:00

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.