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

gugod / Hijk / 212 / 2
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 03 May 2016 09:00PM UTC
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

03 May 2016 08:45PM UTC coverage: 89.936% (-0.3%) from 90.209%
TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/

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

Source Files on job 212.2 (TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 212
  • Travis Job 212.2
  • 0c79c492 on github
  • Prev Job for TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/ on master (#210.9)
  • Next Job for TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/ on master (#215.9)
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