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

rurban / Cpanel-JSON-XS / 474
69%
master: 69%

Build:
Build:
LAST BUILD BRANCH: gh179-threads
DEFAULT BRANCH: master
Ran 05 Jun 2019 01:48PM UTC
Jobs 1
Files 3
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

pending completion
474

push

travis-ci

rurban
Rethrow error from eval_sv()

Function eval_sv() does not croak on error. Instead it puts undef on stack
and set error message to ERRSV ($@). We do not want to return undef when
loading or calling Math::BigInt/BigFloat fails. So ensure that error
message from Math::BigInt/BigFloat is propagated back to the caller.

Calling croak(NULL) would rethrow current error message from ERRSV,
similarly like calling croak_sv(ERRSV). But because croak_sv() is not
supported by older Perl versions, use croak(NULL) construction.

52 of 75 relevant lines covered (69.33%)

26.97 hits per line

Jobs
ID Job ID Ran Files Coverage
15 474.15 (COVERAGE=1 AUTHOR_TESTING=1) 05 Jun 2019 01:48PM UTC 0
69.33
Travis Job 474.15
Source Files on build 474
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #474
  • ad43f897 on github
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