Codehawk is a static analysis tool for JavaScript projects.
-
Updated
Jul 18, 2023 - TypeScript
Codehawk is a static analysis tool for JavaScript projects.
Visualize source code complexity with Sabik. This tool is to find the bad smell code. I think your helpful refactoring.
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.
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++.
A Cognitive Code Complexity Analysis Tool. Cognitive complexity measures how hard it is for a human to understand the code, while cyclomatic complexity measures how hard your code is to test. Understandability is a huge cost factor because ~80% time is spent on reading and understanding code.
Static Code Analyzer (SCA) analyzes the ‘C’ source codes without executing the program. It determines the software metrics (such as LOC and Halstead Complexity metrics) and detect syntactic code clones.
Calculates Halstead Metric and Cyclomatic Complexity for a given java file
Software complexity can be defined as the degree of difficulty in analysis, testing, design and implementation of software.
Add a description, image, and links to the halstead-metrics topic page so that developers can more easily learn about it.
To associate your repository with the halstead-metrics topic, visit your repo's landing page and select "manage topics."