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

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

Build:
Build:
LAST BUILD BRANCH: audit/fixtures-150-158
DEFAULT BRANCH: main
Ran 19 May 2026 06:28PM UTC
Jobs 1
Files 31
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

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

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`

20 of 23 new or added lines in 2 files covered. (86.96%)

1 existing line in 1 file now uncovered.

1185 of 1645 relevant lines covered (72.04%)

0.72 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
81.19
-0.31% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
1
85.65
0.0% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Parameter.java

Coverage Regressions

Lines Coverage ∆ File
1
85.65
0.0% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Parameter.java
Jobs
ID Job ID Ran Files Coverage
1 #1482.1 19 May 2026 06:28PM UTC 31
72.04
Source Files on build #1482
  • Tree
  • List 31
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #518
  • 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