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

ponder-lab / Hybridize-Functions-Refactoring / #1192
71%
main: 72%

Build:
Build:
LAST BUILD BRANCH: test/precision-audit-batch-14
DEFAULT BRANCH: main
Ran 05 May 2026 05:00PM UTC
Jobs 1
Files 29
Run time 1min
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

05 May 2026 04:56PM UTC coverage: 71.262%. Remained the same
#1192

Pull #458

travis-pro

khatchad
Address CodeQL `non-short-circuit-evaluation` alerts in tests.

Eleven `assertTrue(...)` boolean expressions in
`HybridizeFunctionRefactoringTest` mixed `&&` with a single bitwise `&`
in the middle (`isInputSignatureParamExists() & ...AutoGraphParamExists()`).
The operands are pure boolean getters with no side effects, so behavior
is unchanged, but CodeQL flags the inconsistency. Switch the bare `&`
to `&&` to match the surrounding operators.

Resolves alerts #10, #11, #12, #13, #14, #15, #16, #17, #18, #19, #20.
Pull Request #458: Address CodeQL `non-short-circuit-evaluation` alerts in tests

1101 of 1545 relevant lines covered (71.26%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1192.1 05 May 2026 05:00PM UTC 29
71.26
Source Files on build #1192
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #458
  • PR Base - main (#)
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