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

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

Build:
Build:
LAST BUILD BRANCH: unevaluated-properties
DEFAULT BRANCH: master
Repo Added 12 Oct 2018 08:31AM UTC
Files 199
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

LAST BUILD ON BRANCH unevaluated-properties
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.1.0
  • 0.10.0
  • 0.10.1
  • 0.11.0
  • 0.11.1
  • 0.12.0
  • 0.13.0
  • 0.14.0
  • 0.14.1
  • 0.15.0
  • 0.15.1
  • 0.16.0
  • 0.17.0
  • 0.18.0
  • 0.19.0
  • 0.2.0
  • 0.20.0
  • 0.21.0
  • 0.21.1
  • 0.21.2
  • 0.21.3
  • 0.21.4
  • 0.21.5
  • 0.21.6
  • 0.21.7
  • 0.21.8
  • 0.22.0
  • 0.22.1
  • 0.23.0
  • 0.23.1
  • 0.23.2
  • 0.23.3
  • 0.23.4
  • 0.23.5
  • 0.24.0
  • 0.24.1
  • 0.24.2
  • 0.25.0
  • 0.25.1
  • 0.26.1
  • 0.26.2
  • 0.3.0
  • 0.3.1
  • 0.4.0
  • 0.5.0
  • 0.6.0
  • 0.7.0
  • 0.8.0
  • 0.9.0
  • 65-recursive-reference-resolving
  • 70-filter-in-composition
  • AddOptionToDefaultArraysToEmptyArray
  • AdvancedFilter
  • BaseProcessor
  • BuilderClassPostProcessor
  • CompositionValidationOnMutableObjects
  • FormatValidation
  • JsonSchemaDraftTestSuite
  • MoveCI
  • NestedObjectException
  • OptimizeMergedProperties
  • PatternProperties
  • PerformanceImprovements
  • PostProcessor
  • PostProcessorHooks
  • ReworkExceptions
  • SchemaHooks
  • SkipFilterAfterTransformingFilterIfTransformationFails
  • ThrowExceptionFromNestedModel
  • additionalProperties
  • attributes
  • bogus-loop-var
  • booleanSchemas
  • chore/phpunit-13-upgrade
  • claude/autodetection-draft-ref-bug-dyf4j3
  • claude/code-formatting-analysis-ipp4bf
  • claude/comprehensiveformatting-arrays-ksd26j
  • claude/docs-schema-consistency-kq0qwe
  • claude/exciting-cori-7aca14
  • claude/issue-167-q6ebfv
  • claude/issue-169-ti28cz
  • claude/issue-171-b6066p
  • claude/issue-172-yns270
  • claude/library-output-generation-plan-fmo3bz
  • claude/mr-74-review-adoption-3p8hdm
  • claude/mr-93-typescript-postprocessor-8u1wwl
  • claude/pr-151-review-oaznmm
  • claude/pr-166-continuation-8dtt5e
  • claude/pr-166-coverage-3hhtc2
  • claude/ref-resolution-improvements-th04wg
  • claude/remove-ext-json-requirement-6rewh4
  • claude/schema-error-line-numbers-b76c62
  • claude/type-guard-collision-eval-3c5l0n
  • claude/validation-error-messages-c73hox
  • debug
  • drafts
  • enumPostProcessor
  • feat-required-and-optional-const-property
  • feat/composition-required-promotion
  • feature/class-name-generator-improvements
  • feature/defs-keyword-support
  • feature/ref-sibling-draft-aware
  • filter-composition-ordering
  • fix-implicit-null-allowed
  • fix-name-normalization
  • fix/composed-schema-branch-defaults
  • fix/enum-types-in-composition-branches
  • fix/issue-101
  • fix/issue-110
  • fix/issue-129-enum-type-check-validator
  • fix/issue-130-duplicate-ref-builder-methods
  • fix/issue-98
  • implicitNullableConfiguration
  • improveRefResolving
  • issue133
  • issue72_nestedComposition
  • issue77_dynamicProperty
  • issue79_CombinedRefAndObjectDefinition
  • jsonSchemaDraft2019
  • jsonSchemaDraft7
  • master
  • modernizeCode
  • optionalConst
  • order-schema-files
  • param
  • patch-1
  • patch-2
  • php82tessting
  • propertyinterface-bogus-signature
  • ref-required-and-optional-property
  • refImprovements
  • renameRawModelDataInput
  • supportNumericProperties
  • typos
  • unevaluated-properties
  • useInNestedReferences

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

Relevant lines Covered
Build:
Build:
9051 RELEVANT LINES 8952 COVERED LINES
575.6 HITS PER LINE
Source Files on master
  • Tree
  • List 199
  • Changed 33
  • Source Changed 33
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31972611204 unevaluated-properties 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 rem... Pull #157 16 Aug 2026 09:10PM UTC wol-soft github
98.91
31808505301 unevaluated-properties Close remaining Phase 3 coverage gaps for accessor mutation paths Adds regression coverage for harvestCompositionPropertyNames()'s if/then/else recursion, found by cross-referencing a fresh coverage report against the earlier gap analysis: allOf/... Pull #157 14 Aug 2026 02:15PM UTC wol-soft github
98.9
31713051742 unevaluated-properties Add regression test for composition dropped inside array branches Recovers testCompositionNestedInsideArrayBranchIsNotSilentlyDropped and its fixture, which had only ever been git-stashed before the master merge and never actually landed on the b... Pull #157 13 Aug 2026 03:01PM UTC wol-soft github
98.54
31641488273 master Merge pull request #166 from wol-soft/claude/mr-74-review-adoption-3p8hdm Fix crashes and silent misvalidation in object-implied compositions, reject non-representable ones push 12 Aug 2026 09:17PM UTC web-flow github
98.88
31640503194 claude/mr-74-review-adoption-3p8hdm Fix defects found while reviewing the object-shape work Four crashes and false rejections, each verified against master to separate regressions from pre-existing behaviour. An allOf branch whose declared type is a LIST containing "object" was re... Pull #166 12 Aug 2026 09:02PM UTC wol-soft github
98.88
31431102822 claude/mr-74-review-adoption-3p8hdm Merge master: adopt draft-aware $ref sibling handling Master replaced JsonSchema's allOf rewrite hack for {$ref, siblings} with a draft-aware producer model, and moved the reference resolution out of PropertyFactory into RefResolver. Three things... Pull #166 10 Aug 2026 08:53PM UTC claude github
98.9
31429899973 master Merge pull request #185 from wol-soft/feature/ref-sibling-draft-aware Draft-aware $ref+sibling handling (Draft 2019-09+) push 10 Aug 2026 08:39PM UTC web-flow github
98.81
31429310725 feature/ref-sibling-draft-aware Use the test helper's getReturnTypeNames() instead of raw reflection AbstractPHPModelGeneratorTestCase already provides getReturnTypeNames() for asserting nullable/union type hints; use it instead of manually building a ReflectionClass/Reflection... Pull #185 10 Aug 2026 08:31PM UTC wol-soft github
98.81
31428786369 feature/ref-sibling-draft-aware Address PR review comments on the PropertyMerger consolidation - Derive the object structural-keyword list in PropertyFactory from the draft's own registered validators (Draft::getKeywordsForType()) instead of a hardcoded, partly-aspirational... Pull #185 10 Aug 2026 08:25PM UTC wol-soft github
98.81
31333517295 claude/docs-schema-consistency-kq0qwe Merge 5901be844 into f647e32c0 Pull #188 09 Aug 2026 08:13PM UTC web-flow github
98.76
See All Builds (837)
  • Repo on GitHub
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