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

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

Build:
Build:
LAST BUILD BRANCH: warn/unknown-tf-function-arg
DEFAULT BRANCH: main
Ran 18 May 2026 05:10PM UTC
Jobs 1
Files 30
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

18 May 2026 05:07PM UTC coverage: 71.375% (+0.1%) from 71.23%
#1400

Pull #500

travis-pro

khatchad
Collapse `classifyAsTensor` cache-and-return pairs and restore inline section labels in test (#500).

Each return path in `Parameter.classifyAsTensor` was `this.isTensor = X;
return matching-x;` — two lines that must stay in lock-step or the
method silently returns the wrong verdict. Combined into
`return this.isTensor = X;` at five sites (Java auto-unboxes
`Boolean.TRUE`/`FALSE` to the primitive return type). Also fix the
`@return` Javadoc to the file convention (`True iff ...`).

Restore two inline section labels in `testParameterClassifyAsTensorContract`
(`// Classifier→query contract.` and `// Parameter-level → function-level
reflection.`) that were stripped during the assertion-style rewrite in
6bc0937; their removal was out of #500's scope.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #500: Split `Parameter.isTensorTyped` into `classifyAsTensor` + `isTensor`

6 of 8 new or added lines in 2 files covered. (75.0%)

1132 of 1586 relevant lines covered (71.37%)

0.71 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
85.58
1.04% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Parameter.java
Jobs
ID Job ID Ran Files Coverage
1 #1400.1 18 May 2026 05:10PM UTC 30
71.37
Source Files on build #1400
  • Tree
  • List 30
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #500
  • 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