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

devnix / psl
98%
next: 98%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: next
Repo Added 04 Nov 2024 08:57AM UTC
Token 4N76dWO5F3WsMDq87MNNFtxwYzsvtvpKJ regen
Build 17 Last
Files 841
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH patch-1
branch: patch-1
CHANGE BRANCH
x
Reset
Sync Branches
  • patch-1
  • clock
  • collection-benchmarks
  • either
  • filtrable-component
  • next
  • option-result-casting
  • phpstan-0

09 Dec 2025 04:23PM UTC coverage: 98.44%. Remained the same
20070646600

push

github

web-flow
revert(option): revert #475

Removes `param-immediately-invoked-callable` annotations.

They are indeed immediately called, but only if `Option` is `Some`. Here, PHPStan assumes that the callback is always called, and thinks that any code below `unwrapOrElse` is unreachable:

```php
$option
    ->unwrapOrElse(static fn (): never => throw new NotFoundHttpException());

// Unreachable statement - code above always terminates
// ...
```

6312 of 6412 relevant lines covered (98.44%)

48.5 hits per line

Relevant lines Covered
Build:
Build:
6412 RELEVANT LINES 6312 COVERED LINES
48.5 HITS PER LINE
Source Files on patch-1
  • Tree
  • List 841
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20070646600 patch-1 revert(option): revert #475 Removes `param-immediately-invoked-callable` annotations. They are indeed immediately called, but only if `Option` is `Some`. Here, PHPStan assumes that the callback is always called, and thinks that any code below ... push 09 Dec 2025 04:24PM UTC web-flow github
98.44
See All Builds (17)

Badge your Repo: psl

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
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