GitHub topics: cyclomatic-complexity
blueheron786/code-health
🔍 Analyze and visualize code health with metrics like cyclomatic complexity, TODOs, and more — for C#, Java, and beyond.
Language: C# - Size: 568 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

JetBrains/resharper-cyclomatic-complexity
ReSharper plugin to measure cyclomatic complexity as you type
Language: C# - Size: 6.87 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 124 - Forks: 16

sebastianbergmann/complexity
Library for calculating the complexity of PHP code units
Language: PHP - Size: 74.7 MB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1,200 - Forks: 10

helabenkhalfallah/code-health-meter
code-health-meter is a comprehensive tool designed to measure and monitor the health of a codebase (JavaScript/TypeScript). It provides a quantitative evaluation of your code's maintainability, complexity, and size using a variety of established software metrics.
Language: JavaScript - Size: 2.61 MB - Last synced at: 9 days ago - Pushed at: 29 days ago - Stars: 27 - Forks: 0

yegor256/cam
Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
Language: Shell - Size: 2.76 MB - Last synced at: 10 days ago - Pushed at: 18 days ago - Stars: 24 - Forks: 46

fzipp/gocyclo
Calculate cyclomatic complexities of functions in Go source code.
Language: Go - Size: 58.6 KB - Last synced at: 13 days ago - Pushed at: 10 months ago - Stars: 1,433 - Forks: 83

pilotpirxie/cyclomatic-complexity
🐌 Detect cyclomatic complexity of your JavaScript and TypeScript code
Language: TypeScript - Size: 209 KB - Last synced at: 18 days ago - Pushed at: 7 months ago - Stars: 17 - Forks: 3

fikin/go-complexity-analysis Fork of shoooooman/go-complexity-analysis
Calculate complexities of golang functions with static analysis
Language: Go - Size: 872 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 3

joaopauloaramuni/fundamentos-de-projeto-e-analise-de-algoritmos
Repo Fundamentos de Projeto e Análise de Algoritmos
Language: Python - Size: 366 MB - Last synced at: 18 days ago - Pushed at: about 1 month ago - Stars: 10 - Forks: 1

Teilkasko/leopardcc
LLM-Enabled Operations for Assured Refactoring to Decrease Cyclomatic Complexity
Language: Python - Size: 431 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

chaos-lang/chaos
The Chaos Programming Language
Language: C - Size: 2.09 MB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 281 - Forks: 19

shellspec/shellmetrics
Cyclomatic Complexity Analyzer for bash, mksh, zsh and POSIX shells
Language: Shell - Size: 43 KB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 55 - Forks: 5

andrey-tech/pdepend-summary-formatter-php
Tool to show software code quality metrics, measured by PHP Depend, in console and CI/CD
Language: PHP - Size: 200 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

sr-murthy/ccm
Exploring cyclomatic complexity with Python
Language: Python - Size: 422 KB - Last synced at: 21 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

PascalCorpsman/fpc_understand
Free Pascal static code analyser for Free Pascal and Lazarus Projects
Language: Pascal - Size: 1020 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 21 - Forks: 4

mosesliao/fastlane-plugin-lizard
🦎Official fastlane plugin for lizard code complexity analytics 🦎
Language: Ruby - Size: 78.1 KB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 28 - Forks: 13

beatmadsen/churn_vs_complexity
A tool to visualise code complexity in a project and help direct refactoring efforts.
Language: Ruby - Size: 141 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

hmc-alpaqa/metrinome
Create CFGs and compute complexity metrics for Python, C++, and Java code.
Language: Python - Size: 691 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 41 - Forks: 3

NielsdeBlaauw/php-doc-check
Uses complexity metrics to determine which functions need documentation.
Language: PHP - Size: 86.9 KB - Last synced at: 6 months ago - Pushed at: 11 months ago - Stars: 42 - Forks: 3

ahilke/js-crap-score
Calculate and visualize the CRAP score of a JS/TS project using the provided `jest` integration, CLI, or API.
Language: TypeScript - Size: 1020 KB - Last synced at: 9 days ago - Pushed at: 7 months ago - Stars: 6 - Forks: 0

Assifar-Karim/cyclomatix
A static analysis tool for Go that generates control flow graphs and computes cyclomatic complexity
Language: Go - Size: 26.4 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 19 - Forks: 0

mauricioabcz/simplecodemetrics Fork of fabiosperotto/simplecodemetrics
Software que auxilia nos cálculos de estruturas de códigos em Java (complexidade ciclomática)
Size: 90.8 KB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Split174/cyclopy
📊 computing the cyclomatic complexity of python algorithms
Language: Python - Size: 245 KB - Last synced at: 10 days ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

MohamedSaidSallam/halstead_cyclomatic
Calculates Halstead Metric and Cyclomatic Complexity for a given java file
Language: Python - Size: 8.79 KB - Last synced at: 28 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

lambdacasserole/helium
A fast and focused report-generation tool for lifting the quality of Python codebases.
Language: Python - Size: 96.7 KB - Last synced at: 15 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

nareyko/vscode-radon-linter
vscode-radon-linter is a Visual Studio Code extension for linting Python code using the Radon library. It automatically checks Python files for potential issues such as code complexity and maintainability, and displays them in the Problems tab.
Language: TypeScript - Size: 405 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

knsh14/gocc
check cyclomatic complexity of go functions
Language: Go - Size: 17.6 KB - Last synced at: 3 days ago - Pushed at: almost 4 years ago - Stars: 20 - Forks: 1

offgriddev/cyclomatic-js
A library to provide the Cyclomatic Complexity static code analysis for JavaScript (CommonJS / ESModule) codebases
Language: JavaScript - Size: 238 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

slyg/jscomplexity
💤 [Not maintained] JS cyclomatic complexity report generator
Language: JavaScript - Size: 552 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 30 - Forks: 3

UmmeKulsumTumpa/SPL-1
Here is my academic software project of 3rd Semester of IIT, DU. I will try to implement a very easy project using C++ language only.
Language: C++ - Size: 10.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

fabiosperotto/simplecodemetrics
Software que auxilia nos cálculos de estruturas de códigos em Java (complexidade ciclomática)
Language: Java - Size: 91.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

av-maramzin/PParMetrics
PPar Metrics tool. Uses LLVM framework to build a dependence graph of a program and calculates a set of software parallelisability metrics.
Language: Makefile - Size: 225 MB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

YTU94/check-cycle-complexity
🔧前端代码圈复杂度检查工具
Language: JavaScript - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 2

selcukusta/codalyze-rest-api
Codalyze: Code Complexity REST API
Language: HTML - Size: 805 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

ichiban/cyclomatic
go cyclomatic complexity analyzer
Language: Go - Size: 7.81 KB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 1

sajedjalil/C-Static-Analyzer
Parser, Lines of code, Cyclomatic Complexity, Halstead Complexity, Maintainability Index
Language: C++ - Size: 788 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 2

mehulthakral/logic_detector Fork of skandavc18/logic_detector
A Machine Learning based system to detect semantics in the form of semantic label and suggest optimized alternatives for Python and C++ function-based code snippet.Semantic Detection is language agnostic with accuracy above 95% while optimization with accuracy above 85% for both Python and C++.
Language: JavaScript - Size: 5.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

mansi-k/SSD_Assignment3
Assignment 3 for the course Software Systems Development @ IIITH
Language: Python - Size: 411 KB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

soda480/pybuilder-radon
A pybuilder plugin that checks the cyclomatic complexity of a project using radon.
Language: Python - Size: 48.8 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

procursor/javaqa-3.1.1-2-radio-complexity
3.1.1-2 «Объектно-ориентированное программирование и проектирование»
Language: Java - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ronitray95/2020201024_Assignment3a
Python Assignment for SSD
Language: Python - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

akash1309/program_file_complexity
Using C and C++ to build a program that can find the memory size that a program file can take and to tell the program complexity of the program.
Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Ewenwan/Code-Quality-Analyzer Fork of soumithk/Code-Quality-Analyzer
Language: Python - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

prantlf/grunt-escomplex-report
Software complexity analysis for JavaScript projects.
Language: JavaScript - Size: 196 KB - Last synced at: 28 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

sujannag/REST_Services
Language: Python - Size: 95.7 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jcass8695/CS4400-Internet-Applications-Repo-Complexity
Calculates Cyclomatic Complexity of a git repository, distributing the work across multiple nodes
Language: Python - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

orbitcowboy/cyclo-2.0
A copy of cyclo-2.0. A tool for measuring cyclomatic complexity of C code.
Language: PostScript - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
