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

briandfoy / PerlPowerTools / 10284007667
62%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2024 12:15PM UTC
Jobs 1
Files 3
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

07 Aug 2024 12:10PM UTC coverage: 73.375%. Remained the same
10284007667

push

github

web-flow
patch: runtime error when patching the wrong file (#703)

* patch failed with a strictness error when I specified a file
* Patch::apply() calls back into Patch::Context::apply() on L714 with the wrong params
* When setting a breakpoint in Patch::apply(), its params are not identical to Patch::Context::apply(), so passing @_ as parameter fails
* Reading the code, this would only be a problem for applying context diffs (no callback to self->apply() happened for the other diff types)
* I confirmed that this error was not caused by the recent use-base.diff (now I suspect it goes back to 1999)
* Removing the code with the incorrect self->apply() call causes patch to correctly report that applying Hunk #1 failed, then the program exits with status 1 to indicate that >=1 lines could not be applied

350 of 477 relevant lines covered (73.38%)

4717.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10284007667.1 07 Aug 2024 12:15PM UTC 0
73.38
GitHub Action Run
Source Files on build 10284007667
Detailed source file information is not available for this build.
  • Back to Repo
  • ea56ff0e on github
  • Prev Build on master (#10283975838)
  • Next Build on master (#10284007665)
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