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

mknos / PerlPowerTools / 11770142600
62%

Build:
DEFAULT BRANCH: master
Ran 11 Nov 2024 01:00AM UTC
Jobs 10
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

09 Nov 2024 12:49PM UTC coverage: 73.805% (+0.7%) from 73.069%
11770142600

push

github

web-flow
ed: implement ';' addressing mode (#792)

* ";" address by itself is taken to mean current address to end, i.e. ".,$"
* "A1;A2" expression is the same as "A1,A2"
* ";A2" expression works like ".,A2"
* I tested the following combinations...

,p   ---> all lines
%p   ---> all lines
;p   ---> current line to end
1,p  ---> only line 1
1%p  ---> not supported
1;p  ---> only line 1
1,2p ---> range 1-2
1%2p ---> not supported
1;2p ---> range 1-2
,2p  ---> range 1-2
%2n  ---> range 1-2
;20p ---> range current line to 20 (error if current>20)

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11770142600.1 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
2 11770142600.2 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
3 11770142600.3 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
4 11770142600.4 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
5 11770142600.5 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
6 11770142600.6 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
7 11770142600.7 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
8 11770142600.8 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
9 11770142600.9 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
10 11770142600.10 11 Nov 2024 01:00AM UTC 0
73.07
GitHub Action Run
Source Files on build 11770142600
Detailed source file information is not available for this build.
  • Back to Repo
  • 03dae73d on github
  • Prev Build on master (#11770142600)
  • Next Build on master (#11770142599)
  • 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