feat(autoware_overlay_rviz_plugin): add plugin to show string stamped #9683
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Dec 25, 2024 in 32s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Code Health of new files: 9.85
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Complex Conditional jsk_overlay_utils.cpp: OverlayObject::updateTextureSize
Annotations
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
❌ New issue: Complex Conditional
OverlayObject::updateTextureSize has 1 complex conditionals with 2 branches, threshold = 2. A complex conditional is an expression inside a branch (e.g. if, for, while) which consists of multiple, logical operators such as AND/OR. The more logical operators in an expression, the more severe the code smell.
Loading