-
Notifications
You must be signed in to change notification settings - Fork 1
Feature08_CyclomaticComplexity
Andrei Ignat edited this page Oct 6, 2024
·
1 revision
The cyclomatic complexity of a section of code is the number of linearly independent paths through the code. It is a quantitative measure of the number of linearly independent paths through a program's source code.
The program is showing the cyclomatic complexity of the assembly, class, and method. You should start with the method - it is the easy to analyze .
Also , you can see on which methods you should focus to refactor - the ones with the highest cyclomatic complexity.
Install from https://nuget.org/packages/netpackageanalyzerconsole