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

tempestphp / tempest-framework / 14049246919

24 Mar 2025 09:42PM UTC coverage: 79.353% (-0.04%) from 79.391%
14049246919

push

github

web-flow
feat(support): support array parameters in string manipulations (#1073)

48 of 48 new or added lines in 2 files covered. (100.0%)

735 existing lines in 126 files now uncovered.

10492 of 13222 relevant lines covered (79.35%)

90.78 hits per line

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

50.0
/src/Tempest/Router/src/StaticPage.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Tempest\Router;
6

7
use Attribute;
8
use Tempest\Reflection\MethodReflector;
9

10
#[Attribute]
11
final class StaticPage
12
{
13
    public ?MethodReflector $handler = null;
14

15
    public function __construct(
×
16
        /** @var class-string<\Tempest\Router\DataProvider> */
17
        public readonly ?string $dataProviderClass = null,
UNCOV
18
    ) {}
×
19

20
    public function setHandler(MethodReflector $handler): void
660✔
21
    {
22
        $this->handler = $handler;
660✔
23
    }
24
}
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