You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/insights/complexity.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ For now the Complexity section is only one Insight in one Metric:
6
6
7
7
## Cyclomatic Complexity is high <Badgetext="^1.0"/> <Badgetext="Complexity"type="warn"/>
8
8
9
-
This insight checks complexity cyclomatic on your classes. It raises an issue if complexity is over `5`.
9
+
This insight checks complexity cyclomatic on your classes, the lower the score the easier your code is to understand. It raises an issue if complexity is over `5`.
0 commit comments