...
Chart can be viewed for the number of paths through the code weighted by file, class or in different ways:
- complexity per file
- complexity per classÂ
- complexity per function/method
...
Calculation
Complexity = E - N + 2*P,
...
...
Chart can be viewed for the number of paths through the code weighted by file, class or in different ways:
...
Complexity = E - N + 2*P,
...