CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (release/15.1)
succeeded
Dec 11, 2024 in 31s
CodeScene PR Check
β Code Health Quality Gates: OK
Change in average Code Health of affected files: -0.18 (9.71 -> 9.52)
-
Declining Code Health: 2 findings(s) π©
-
Affected Hotspots: 1 files(s) π₯
Details
π© Declining Code Health (highest to lowest):
- Complex Method property-editor-ui-block-list.element.ts: UmbPropertyEditorUIBlockListElement.constructor π₯
- Complex Method property-editor-ui-block-grid.element.ts: UmbPropertyEditorUIBlockGridElement.constructor
Annotations
codescene-delta-analysis / CodeScene Cloud Delta Analysis (release/15.1)
β Getting worse: Complex Method
UmbPropertyEditorUIBlockListElement.constructor increases in cyclomatic complexity from 9 to 12, threshold = 9. This function has many conditional statements (e.g. if, for, while), leading to lower code health. Avoid adding more conditionals and code to it without refactoring.
codescene-delta-analysis / CodeScene Cloud Delta Analysis (release/15.1)
β New issue: Complex Method
UmbPropertyEditorUIBlockGridElement.constructor has a cyclomatic complexity of 10, threshold = 9. This function has many conditional statements (e.g. if, for, while), leading to lower code health. Avoid adding more conditionals and code to it without refactoring.
Loading