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

libwww-perl / libwww-perl / 347 / 24
61%
master: 61%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2019 08:27PM UTC
Files 19
Run time 211min
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

06 Mar 2019 07:55PM UTC coverage: 60.411%. Remained the same
COVERAGE=1

push

travis-ci

oalders
Allow IPv6 proxy hosts starting with [.

Altered the regular expression that checked for a sane-ish looking
URL for our proxy host:

 if $url =~ /^https?:/ && $url !~ m,^https?://\w,;

Given this expression, a proxy host in the form of
http://[::1]:33485/ would fail because it starts with a left bracket.

The expression above has been altered to:

 if $url =~ /^https?:/ && $url !~ m,^https?://[\w[],;

Which will allow it to begin with a word character or a left bracket.

This will resolve issue #237

Also, edit the Travis config to ensure we test against threaded Perls.

1030 of 1705 relevant lines covered (60.41%)

24.14 hits per line

Source Files on job 347.24 (COVERAGE=1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 307
  • Travis Job 347.24
  • 130b83d5 on github
  • Prev Job for COVERAGE=1 on master (#337.13)
  • Next Job for COVERAGE=1 on master (#348.24)
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