• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

UI5 / webcomponents-react / 25426826672 / 3 – main/src/internal
83%
main: 83%

Build:
DEFAULT BRANCH: main
Ran 06 May 2026 09:29AM UTC
Files 348
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 May 2026 09:07AM UTC coverage: 15.989% (+0.002%) from 15.987%
main/src/internal – 25426826672.3

push

github

web-flow
refactor(AnalyticalTable - useToggleRowExpand): remove useless conditional (#8552)

To fix this without changing functionality, simplify the boolean
condition in `getToggleRowExpandedProps` at line 24 by removing the
redundant `renderRowSubComponent && ...` branch.

General approach:
- Replace logically redundant boolean expressions with their minimal
equivalent form.
- Keep behavior identical while making intent explicit and avoiding
static-analysis warnings.

Best concrete fix in this file:
- In
`packages/main/src/components/AnalyticalTable/hooks/useToggleRowExpand.ts`,
change:
- `(!renderRowSubComponent || (renderRowSubComponent &&
alwaysShowSubComponent))`
  - to
  - `(!renderRowSubComponent || alwaysShowSubComponent)`

No imports, helper methods, or additional definitions are required.


_Suggested fixes powered by Copilot Autofix. Review carefully before
merging._

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

71 of 2307 branches covered (3.08%)

Branch coverage included in aggregate %.

1023 of 4535 relevant lines covered (22.56%)

7.39 hits per line

Source Files on job main/src/internal - 25426826672.3
  • Tree
  • List 348
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25426826672
  • 8396f8d0 on github
  • Prev Job for on main (#25426316744.6)
  • Next Job for on main (#25428016367.)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc