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

AJenbo / agcms / 21419177689

28 Jan 2026 12:03AM UTC coverage: 52.306% (-1.4%) from 53.72%
21419177689

Pull #77

github

web-flow
Merge 25510f18e into 655757ab5
Pull Request #77: Bump phpunit/phpunit from 9.6.11 to 9.6.33 in /application

3039 of 5810 relevant lines covered (52.31%)

12.21 hits per line

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

0.0
/application/inc/DTO/InvoiceFilter.php
1
<?php
2

3
namespace App\DTO;
4

5
class InvoiceFilter
6
{
7
    public function __construct(
8
        public readonly ?int $id,
9
        public readonly int $year,
10
        public readonly int $month,
11
        public readonly string $department,
12
        public readonly string $status,
13
        public readonly string $name,
14
        public readonly string $tlf,
15
        public readonly string $email,
16
        public readonly ?string $momssats,
17
        public readonly string $clerk,
18
    ) {
19
    }
×
20
}
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