feat(bpp): add velocity interface #9344
+63
−2
Merged
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
failed
Nov 18, 2024 in 44s
CodeScene PR Check
❌ Code Health Quality Gates: FAILED
Change in average Code Health of affected files: +0.02 (7.31 -> 7.33)
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Complex Method planner_manager.cpp: PlannerManager::run
Annotations
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
❌ Getting worse: Complex Method
PlannerManager::run already has high cyclomatic complexity, and now it increases in Lines of Code from 73 to 74. 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