psyqo Multi-tap driver and example update #1815
Open
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Jan 10, 2025 in 41s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: +0.09 (8.62 -> 8.71)
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Complex Method multitap.cpp: MultitapTestScene::printPadType
Annotations
Check warning on line 206 in src/mips/psyqo/examples/multitap/multitap.cpp
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
❌ New issue: Complex Method
MultitapTestScene::printPadType has a cyclomatic complexity of 13, 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