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

ponder-lab / Hybridize-Functions-Refactoring / #1482 / 1
72%
main: 72%

Build:
Build:
LAST BUILD BRANCH: feat/run-output-fixtures
DEFAULT BRANCH: main
Ran 19 May 2026 06:28PM UTC
Files 31
Run time 1s
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

19 May 2026 06:24PM UTC coverage: 72.036% (-0.2%) from 72.199%
#1482.1

Pull #518

travis-pro

khatchad
Refactor `markParam` to an arrow-form `switch` (#516)

Replaces the chain of eight `paramName.equals(...)` branches with a
modern switch expression. The ten parameter-name constants on
`HybridizationParameters` are all `private static final String` (lines
140-158), so they're eligible as `case` labels directly.

The two deprecated-alias branches (`JIT_COMPILE`/`EXPERIMENTAL_COMPILE`
and `REDUCE_RETRACING`/`EXPERIMENTAL_RELAX_SHAPES`) collapse to
comma-separated cases. No `default` clause: Java permits non-exhaustive
switch statements on `String`, matching the existing "unknown names are
silently ignored" behavior documented on the method.

Closes #516

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #518: Refactor `markParam` to an arrow-form `switch`

1185 of 1645 relevant lines covered (72.04%)

0.72 hits per line

Source Files on job #1482.1
  • Tree
  • List 31
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1482
  • 864bc9c9 on github
  • Prev Job for on refactor/markparam-switch (##1479.1)
  • Next Job for on refactor/markparam-switch (#26116886396.1)
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