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

api-platform / core / 10740459985

06 Sep 2024 02:47PM UTC coverage: 6.92% (-0.2%) from 7.159%
10740459985

push

github

web-flow
fix(laravel): docs _format and open swagger ui (#6595)

0 of 90 new or added lines in 11 files covered. (0.0%)

1910 existing lines in 69 files now uncovered.

11347 of 163980 relevant lines covered (6.92%)

14.18 hits per line

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

100.0
/src/Symfony/Maker/Resources/skeleton/StateProcessor.tpl.php
1
<?php declare(strict_types=1);
UNCOV
2
echo "<?php\n"; ?>
6✔
3

UNCOV
4
namespace <?php echo $namespace; ?>;
6✔
5

6
use ApiPlatform\Metadata\Operation;
7
use ApiPlatform\State\ProcessorInterface;
8

UNCOV
9
class <?php echo $class_name; ?> implements ProcessorInterface
6✔
10
{
11
    public function process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []): void
12
    {
13
        // Handle the state
14
    }
15
}
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