Get-CyclomaticComplexity
2.0.1
Calculates the cyclomatic complexity of a PowerShell script or code block, including both functions and top-level code.
Installation Options
Owners
Package Details
Author(s)
- https://github.com/voytas75
Tags
Cyclomatic Complexity Script Function code
Functions
Get-CyclomaticComplexity Get-ComplexityDescription
Dependencies
This script has no dependencies.
Release Notes
2.0.1: Added functionality to create objects from complexity data for easier manipulation and default sorting by complexity in decreasing order.
1.1.0: Added analysis of top-level code outside of functions.
1.0.1: initializing.
FileList
- Get-CyclomaticComplexity.nuspec
- Get-CyclomaticComplexity.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.1 (current version) | 8 | 6/21/2024 |
1.0.1 | 10 | 6/17/2024 |