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

KarpelesLab / goro / 26095678956
12%

Build:
DEFAULT BRANCH: master
Ran 19 May 2026 12:09PM 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

19 May 2026 11:58AM UTC coverage: 12.33% (-0.001%) from 12.331%
26095678956

push

github

MagicalTux
vm: lower \$arr[\$k1][\$k2] ?? default coalesce LHS natively

The coalesce \`??\` LHS used to AST-delegate the whole expression
when the LHS was an array-access chain. emit_expr now uses the
same permissive chain reads as nested isset
(emitIssetContainerRead + OP_ARRAY_GET_SAFE) — they return null on
missing intermediate / final keys without warning, which is exactly
what \`??\` needs.

Only array-access chains whose innermost container is a simple
variable are lowered (matching emitIssetContainerRead's supported
shapes). Object props, nullsafe chains, and other LHS shapes still
AST-delegate.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

4 of 20 new or added lines in 1 file covered. (20.0%)

14496 of 117566 relevant lines covered (12.33%)

2553.1 hits per line

Uncovered Changes

Lines Coverage ∆ File
16
65.77
-1.07% core/vm/vmcompiler/emit_expr.go
Jobs
ID Job ID Ran Files Coverage
1 26095678956.1 19 May 2026 12:09PM UTC 398
12.33
GitHub Action Run
Source Files on build 26095678956
  • Tree
  • List 398
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26095678956
  • 27d50363 on github
  • Prev Build on master (#26095605299)
  • Next Build on master (#26137959604)
  • Delete
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