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

onmoon / openapi-server-bundle / 15881876638

25 Jun 2025 04:28PM UTC coverage: 80.585% (-0.5%) from 81.095%
15881876638

Pull #196

github

web-flow
Merge 90ce8070d into c35fba5f2
Pull Request #196: Fix minimum versions install

9 of 29 new or added lines in 5 files covered. (31.03%)

44 existing lines in 12 files now uncovered.

1378 of 1710 relevant lines covered (80.58%)

3.8 hits per line

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

0.0
/src/CodeGenerator/Definitions/ComponentReference.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace OnMoon\OpenApiServerBundle\CodeGenerator\Definitions;
6

7
final class ComponentReference implements DtoReference
8
{
9
    public function __construct(private ComponentDefinition $referencedComponent)
10
    {
UNCOV
11
    }
×
12

13
    public function getClassName(): string
14
    {
UNCOV
15
        return $this->referencedComponent->getDto()->getClassName();
×
16
    }
17

18
    public function getNamespace(): string
19
    {
UNCOV
20
        return $this->referencedComponent->getDto()->getNamespace();
×
21
    }
22

23
    public function getFQCN(): string
24
    {
UNCOV
25
        return $this->referencedComponent->getDto()->getFQCN();
×
26
    }
27

28
    public function isEmpty(): bool
29
    {
30
        return $this->referencedComponent->getDto()->isEmpty();
×
31
    }
32
}
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