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

ponder-lab / Hybridize-Functions-Refactoring / #2272
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-739-6721f597b1febe25181379bb3e6a99b1f85dd4e0
DEFAULT BRANCH: main
Ran 02 Jul 2026 05:55PM UTC
Jobs 1
Files 32
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

02 Jul 2026 05:52PM UTC coverage: 79.836% (+0.6%) from 79.286%
#2272

Pull #712

github

khatchad
Add an alwaysCheckTensorComputation option, mirroring the recursion flag

Completes the tensor-op check's parity with the recursion and side-effect
checks. `computeTensorComputation` is gated on a tensor-parameter candidate
(the only case it can affect a transformation decision); the new
`alwaysCheckTensorComputation` option overrides the gate to run it on every
function, for measuring barren-ness corpus-wide and hedging against a missed
tensor parameter, exactly as `alwaysCheckRecursion` does for recursion.

The forced value is now observable: `functions.csv` gains a per-function
`tensor computation` column alongside `recursive` and `side-effects`, and
`results.csv` records the flag among the experimental settings. The option is
plumbed as `EvaluationOption.ALWAYS_CHECK_TENSOR_COMPUTATION` (system property
`edu.cuny.hunter.hybridize.eval.alwaysCheckTensorComputation`) and the runner's
`CHECK_TENSOR_COMPUTATION` environment knob, set on the processor via a setter
like `targetedCfaDepth`. Off by default, so the precondition matrix is
unchanged.

Refs #709.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC
Pull Request #712: Add benefit preconditions for barren functions

119 of 127 new or added lines in 5 files covered. (93.7%)

29 existing lines in 2 files now uncovered.

1754 of 2197 relevant lines covered (79.84%)

0.8 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
85.42
3.74% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Util.java
2
94.32
-0.06% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
2
70.33
-0.08% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/refactorings/HybridizeFunctionRefactoringProcessor.java

Coverage Regressions

Lines Coverage ∆ File
18
70.33
-0.08% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/refactorings/HybridizeFunctionRefactoringProcessor.java
11
85.42
3.74% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Util.java
Jobs
ID Job ID Ran Files Coverage
1 #2272.1 02 Jul 2026 05:55PM UTC 32
79.84
Source Files on build #2272
  • Tree
  • List 32
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #712
  • 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