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

nlohmann / json / 1411
99%

Build:
DEFAULT BRANCH: develop
Ran 10 Dec 2016 02:54AM UTC
Jobs 1
Files 1
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

pending completion
1411

Pull #390

travis-ci

web-flow
Fix issue #380: Signed integer overflow check

Instead of checking something like `x * y + z > max` where `x * y` can
overflow, check for `x > (max - z) / y` instead.
Pull Request #390: Fix issue #380: Signed integer overflow check

2042 of 2042 relevant lines covered (100.0%)

1477874.52 hits per line

Jobs
ID Job ID Ran Files Coverage
3 1411.3 (COMPILER=g++-4.9 SPECIAL=coveralls) 10 Dec 2016 02:54AM UTC 0
100.0
Travis Job 1411.3
Source Files on build 1411
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1411
  • Pull Request #390
  • PR Base - develop (#1379)
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