Skip to content

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages. Kotlin version.

License

Notifications You must be signed in to change notification settings

kevinah95/KLizard

Repository files navigation

KLizard

GitHub license Maven Central Sonatype Nexus (Snapshots) Kotlin FOSSA Status

KLizard 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.

About this repository

This project is a kotlin implementation of Lizard by Terry Yin, originally from Lizard.

Installation

with Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.github.kevinah95:klizard:[version]")
}

License

FOSSA Status

About

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages. Kotlin version.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages