fix(crosswalk): fix passing direction calclation for the objects #9071
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Oct 10, 2024 in 52s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: +0.00 (4.92 -> 4.92)
- Improving Code Health: 2 findings(s) ✅
Details
✅ Improving Code Health:
- Lines of Code in a Single File scene_crosswalk.cpp
- Overall Code Complexity scene_crosswalk.cpp
Annotations
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
✅ Getting better: Lines of Code in a Single File
The lines of code decreases from 1086 to 1081, improve code health by reducing it to 1000. The number of Lines of Code in a single file. More Lines of Code lowers the code health.
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
✅ Getting better: Overall Code Complexity
The mean cyclomatic complexity decreases from 6.05 to 6.00, threshold = 4. This file has many conditional statements (e.g. if, for, while) across its implementation, leading to lower code health. Avoid adding more conditionals.
Loading