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

gugod / Hijk / 212
92%

Build:
DEFAULT BRANCH: master
Ran 03 May 2016 09:00PM UTC
Jobs 1
Files 19
Run time 116min
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

pending completion
212

push

travis-ci

gugod
Decorate low-level dying messages with host/ip/port.

Since "$!" does not contains host/ip/port info,
when users calls Hijk::request() without putting
enough effort in error handling, this error happens:

    Connection refused at ../lib/Hijk.pm line 110.

... without further information about the connection.

This commit is just an attempt to leave a little bit
more trace in the dying message, since we do name resolution
withitn Hijk, instead of just re-throwing system errors like

    die $!

We now do:

    die "Failed to connect (host=$host, ip=$ip, port=$port) : $!";

563 of 626 relevant lines covered (89.94%)

484.27 hits per line

Jobs
ID Job ID Ran Files Coverage
2 212.2 (TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/) 03 May 2016 09:00PM UTC 0
89.94
Travis Job 212.2
Source Files on build 212
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #212
  • 0c79c492 on github
  • Prev Build on master (#210)
  • Next Build on master (#215)
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