Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psyqo Multi-tap driver and example update #1815

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Merge branch 'main' into psyqo_multitap_additions

ceea701
Select commit
Loading
Failed to load commit list.
Open

psyqo Multi-tap driver and example update #1815

Merge branch 'main' into psyqo_multitap_additions
ceea701
Select commit
Loading
Failed to load commit list.
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) 🚩

View detailed results in CodeScene

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

See this annotation in the file changed.

@codescene-delta-analysis 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.