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

KarpelesLab / goro / 26002964966
13%

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

17 May 2026 09:17PM UTC coverage: 12.225% (+0.007%) from 12.218%
26002964966

push

github

MagicalTux
vm: lower Cls::IDENT (runClassStaticObjRef) natively

Extracted EvalClassStaticObjRef from runClassStaticObjRef.Run. This
handles the literal-name class const / enum case fetch form — the
most common form in PHP code (\`Cls::CONST\`, \`Cls::EnumCase\`).
Includes the full machinery from the original: trait const blocking,
self/parent/static error-message preservation, visibility checks,
interface/parent walking, attribute deprecation, CompileDelayed
resolution with [constant expression] frame decoration, enum errors,
and typed-const coercion.

Added OP_CLASS_STATIC_OBJREF that pops the class-source value and
pushes the resolved value (const-name from Consts[A]).

This was a complex extraction — 200+ lines of helper logic — but
removes the most common class-const AST delegation from the VM hot
path. The earlier OP_CLASS_DYN_CONST handles the dynamic-name form
(\`Cls::{\$name}\`) via a separate helper.

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

28 of 57 new or added lines in 4 files covered. (49.12%)

16 existing lines in 4 files now uncovered.

14232 of 116417 relevant lines covered (12.23%)

2575.86 hits per line

Uncovered Changes

Lines Coverage ∆ File
20
10.63
0.33% core/compiler/compile-classref.go
4
62.2
0.02% core/vm/vm.go
4
69.08
-0.89% core/vm/vmcompiler/emit_expr.go
1
79.26
0.01% core/compiler/vmaccess.go

Coverage Regressions

Lines Coverage ∆ File
7
69.08
-0.89% core/vm/vmcompiler/emit_expr.go
6
54.17
-1.25% core/compiler/dispatch.go
2
79.26
0.01% core/compiler/vmaccess.go
1
10.63
0.33% core/compiler/compile-classref.go
Jobs
ID Job ID Ran Files Coverage
1 26002964966.1 17 May 2026 09:24PM UTC 398
12.23
GitHub Action Run
Source Files on build 26002964966
  • Tree
  • List 398
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26002964966
  • 3e121245 on github
  • Prev Build on master (#26002682840)
  • Next Build on master (#26003028547)
  • 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