@complexity-guard/windows-x64
v0.10.0
Published
ComplexityGuard binary for Windows x64
Readme
@complexity-guard/windows-x64
This package contains the ComplexityGuard binary for Windows (x64).
Do not install directly
This package is automatically installed as a dependency of the main complexity-guard package. Install that instead:
npm install -g complexity-guardWhat ComplexityGuard Measures
- Cyclomatic Complexity — independent code paths (testability)
- Cognitive Complexity — nesting-penalized readability score
- Halstead Metrics — vocabulary density, volume, difficulty, effort, estimated bugs
- Structural Metrics — function length, parameters, nesting depth, file length, exports
- Duplication Detection — Rabin-Karp clone detection across files; enable with
--duplication - Health Score — composite 0–100 score combining all metrics; enforce in CI with
--fail-health-below - Multi-threaded Parallel Analysis — Analyzes files concurrently across all CPU cores by default; use
--threads Nto control thread count - SARIF Output —
--format sarifgenerates SARIF 2.1.0 for GitHub Code Scanning inline PR annotations - HTML Reports —
--format htmlgenerates a self-contained interactive report with dashboard, treemap, and sortable metric tables
Links
License
MIT
