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

KarpelesLab / goro / 25757421794
13%

Build:
DEFAULT BRANCH: master
Ran 12 May 2026 07:32PM UTC
Jobs 1
Files 398
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

12 May 2026 07:30PM UTC coverage: 10.759% (+0.2%) from 10.548%
25757421794

push

github

MagicalTux
vm: match expressions and switch statements via AST delegation

match (…) { … } and switch (…) { … } both contain complex flow that's
not worth re-deriving piecewise:

* match needs PHP 8 strict-comparison semantics, comma-separated arm
  conditions, and the UnhandledMatchError throw on no-default miss.
* switch needs fall-through, case-list grouping, and the PHP quirk
  that \`continue\` in a switch acts as \`break\`.

Both AST-delegate: match via OpClassConst (push result), switch via
OpTryFinally (void) + OP_REFRESH_SLOTS. Return inside an AST-delegated
switch propagates through OpTryFinally's error re-raise. IsSlotSafe
flags bodies containing either so the hashtable stays authoritative.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

32 of 0 new or added lines in 0 files covered. (NaN%)

188 existing lines in 4 files now uncovered.

12400 of 115250 relevant lines covered (10.76%)

1701.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
62
83.61
0.27% core/vm/vmcompiler/emit_expr.go
57
51.45
0.84% core/compiler/dispatch.go
55
80.94
0.46% core/vm/vmcompiler/emit_stmt.go
14
82.04
0.9% core/compiler/vmaccess.go
Jobs
ID Job ID Ran Files Coverage
1 25757421794.1 12 May 2026 07:32PM UTC 398
10.76
GitHub Action Run
Source Files on build 25757421794
  • Tree
  • List 398
  • Changed 11
  • Source Changed 4
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25757421794
  • 9ec55bc7 on github
  • Prev Build on master (#25757298880)
  • Next Build on master (#25757496368)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc