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

mknos / PerlPowerTools / 7556197598
76%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 17 Jan 2024 01:16PM UTC
Jobs 1
Files 4
Run time 1s
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

17 Jan 2024 01:09PM UTC coverage: 75.781%. Remained the same
7556197598

push

github

web-flow
ed: allow whitespace in argment

* In GNU ed, subcommand "f" requires a space before the filename argument, but the first non-space and everything after it becomes the argument
* e.g. for command "f why hello", command is "f" and argument is "why hello"
* The current command parser doesn't agree with this
* This problem was why I implemented "!" subcommand outside the big regex, but it's better for a more general fix
* Within the big regex, only non-spaces matched as the argument but any remaining characters should match
* test1: "!ls -a" no space between "!" and "l", which unfortunately gets taken as command suffix and has to be re-added into $args[0]
* test2: " f 12 " space after 12, sets file argument to "12 "
* OpenBSD ed agrees with GNU version for these tests

388 of 512 relevant lines covered (75.78%)

4399.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7556197598.1 17 Jan 2024 01:16PM UTC 0
75.78
GitHub Action Run
Source Files on build 7556197598
Detailed source file information is not available for this build.
  • Back to Repo
  • 52e205e8 on github
  • Prev Build on master (#7549989370)
  • Next Build on ed-trailingspace (#7556197590)
  • Delete
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