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

wol-soft / php-json-schema-model-generator / 31972611204
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: unevaluated-properties
DEFAULT BRANCH: master
Ran 16 Aug 2026 09:10PM UTC
Jobs 1
Files 199
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

16 Aug 2026 09:03PM UTC coverage: 98.906% (+0.03%) from 98.88%
31972611204

Pull #157

github

wol-soft
Close remaining Phase 3 coverage gaps for accessor mutation paths

Cross-referenced a fresh --coverage-clover run against the original
gap analysis (57 uncovered lines) rather than trusting behavioral
verification alone. Closes two of the four remaining lines:

- UnevaluatedItemsValidatorFactory's dead-code classifier falls
  through to "not dead code" for items: null (not a valid items
  value) rather than misclassifying it as one of the three recognised
  dead-code shapes.

Also documents a genuine, previously-undiscovered bug found while
tracing the other two lines: a composition branch's own
unevaluatedProperties never sees properties the enclosing schema (or
a sibling branch) declares -- only the reverse direction (branch
claims propagating up to an outer unevaluatedProperties) was ever
built. `{properties: {name}, allOf: [{unevaluatedProperties: false}]}`
wrongly rejects {name: "Alice"} even though name is declared and
validated by the enclosing schema. Root cause and revisit trigger are
in implementation-plan.md item 20; surfaced here via markTestIncomplete
since the fix touches how a branch's nested class computes its
evaluated set, not a single call site.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pull Request #157: Unevaluated properties

1087 of 1097 new or added lines in 43 files covered. (99.09%)

8952 of 9051 relevant lines covered (98.91%)

575.6 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
96.49
src/SchemaProcessor/PostProcessor/Internal/UnevaluatedPropertiesPostProcessor.php
1
97.44
-2.56% src/Model/Validator/AdditionalPropertiesValidator.php
1
99.84
-0.16% src/PropertyProcessor/PropertyFactory.php
1
99.56
src/SchemaProcessor/PostProcessor/UnevaluatedPropertiesAccessorPostProcessor.php
1
88.89
src/Utils/JsonSchema.php
Jobs
ID Job ID Ran Files Coverage
1 Unit - 31972611204.1 16 Aug 2026 09:10PM UTC 199
98.91
GitHub Action Run
Source Files on build 31972611204
  • Tree
  • List 199
  • Changed 33
  • Source Changed 33
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31972611204
  • Pull Request #157
  • PR Base - master (#31641488273)
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