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

nlohmann / json / 1411 / 3
99%
develop: 99%

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

10 Dec 2016 02:47AM UTC coverage: 100.0%. Remained the same
COMPILER=g++-4.9 SPECIAL=coveralls

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

Source Files on job 1411.3 (COMPILER=g++-4.9 SPECIAL=coveralls)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1411
  • Travis Job 1411.3
  • 3ce1720f on github
  • Prev Job for COMPILER=g++-4.9 SPECIAL=coveralls on develop (#1379.3)
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