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

NexusPHP / framework / 25616590342 / 2
100%
1.x: 100%

Build:
DEFAULT BRANCH: 1.x
Ran 10 May 2026 01:30AM UTC
Files 78
Run time 2s
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
25616590342.2

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>

1393 of 1393 relevant lines covered (100.0%)

5.02 hits per line

Source Files on job PHP_8.3-ubuntu-24.04 - 25616590342.2
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25616590342
  • ffc8652d on github
  • Prev Job for on 1.x (#24867206561.2)
  • Next Job for on 1.x (#25646072594.3)
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