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

wol-soft / php-json-schema-model-generator-production / 23856283877

01 Apr 2026 03:21PM UTC coverage: 20.381% (-0.3%) from 20.696%
23856283877

push

github

wol-soft
Add basic attributes

0 of 8 new or added lines in 4 files covered. (0.0%)

107 of 525 relevant lines covered (20.38%)

0.59 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Attributes/Source.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace PHPModelGenerator\Attributes;
6

7
use Attribute;
8

9
/**
10
 * The JSON Schema source file
11
 */
12
#[Attribute(Attribute::TARGET_CLASS)]
13
readonly class Source
14
{
NEW
15
    public function __construct(public string $source)
×
NEW
16
    {}
×
17
}
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