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

rurban / Cpanel-JSON-XS / 475 / 15
69%
master: 69%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2019 02:14PM UTC
Files 3
Run time 0s
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

05 Jun 2019 02:14PM UTC coverage: 69.333%. Remained the same
COVERAGE=1 AUTHOR_TESTING=1

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

Source Files on job 475.15 (COVERAGE=1 AUTHOR_TESTING=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 288
  • Travis Job 475.15
  • ad43f897 on github
  • Prev Job for COVERAGE=1 AUTHOR_TESTING=1 on master (#473.15)
  • Next Job for COVERAGE=1 AUTHOR_TESTING=1 on master (#476.15)
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