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

NexusPHP / framework / 25411402249
100%

Build:
DEFAULT BRANCH: 1.x
Ran 06 May 2026 01:22AM UTC
Jobs 3
Files 78
Run time 1min
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

04 May 2026 07:26AM UTC coverage: 100.0%. Remained the same
25411402249

push

github

web-flow
Ignore ProtectedVisibility mutator on ClockSensitive PHPUnit hooks (#26)

The `saveClock` and `restoreClock` methods in the `ClockSensitive` trait are
invoked by PHPUnit via `#[Before]` and `#[After]` attributes, so visibility
does not affect their invocation. PHPUnit's per-test line coverage (with
either Xdebug or PCOV) does not record attribute or method-signature lines,
so infection cannot link any test to those lines and reports the mutants as
"Not Covered" — `--with-uncovered` only generates them, it does not run
tests against them. The full test suite would actually catch the mutation
(changing visibility to `private` causes 41 errors), but infection cannot
reach those tests for these specific lines.

Add the entry to `InfectionConfigBuilder::PER_MUTATOR_IGNORE` and regenerate
`infection.json5` via `bin/build-infection`, matching the existing pattern
used for other false-positive mutators.

Co-authored-by: Claude <noreply@anthropic.com>

1570 of 1570 relevant lines covered (100.0%)

13.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 PHP_8.4-ubuntu-24.04 - 25411402249.1 06 May 2026 01:22AM UTC 78
99.86
GitHub Action Run
2 PHP_8.3-ubuntu-24.04 - 25411402249.2 06 May 2026 01:22AM UTC 78
100.0
GitHub Action Run
3 PHP_8.5-ubuntu-24.04 - 25411402249.3 06 May 2026 01:22AM UTC 78
99.86
GitHub Action Run
Source Files on build 25411402249
  • Tree
  • List 78
  • Changed 28
  • Source Changed 0
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25411402249
  • ffc8652d on github
  • Prev Build on 1.x (#24867206561)
  • Next Build on 1.x (#25470713835)
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