summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/CyclomaticComplexity.html
blob: 96acc30811f5de12742e9f6451d9005812e93b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
Reports methods that have too high a cyclomatic complexity. Cyclomatic
complexity is basically a measurement of the number of branching points in a method. Methods with too high
a cyclomatic complexity may be confusing and difficult to test.
<!-- tooltip end -->
<p>
Use the field provided below to specify the maximum acceptable cyclomatic complexity a method might have.
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>