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

apache / commons-numbers / 516 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 08 Apr 2020 01:11PM UTC
Files 53
Run time 5s
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

08 Apr 2020 12:14PM UTC coverage: 99.544% (-0.001%) from 99.545%
516.1

push

travis-ci

aherbert
Fix fraction hashCode

The sign must be incorporated into the hash as a fraction with the same
numerical value can have different representations:

-1/3 == 1/-3

Using the sign ensures that -1/3 and 1/3 have different hash codes. This
would not be true if the hash were constructed using only the absolute
values of numerator and denominator.

2620 of 2632 relevant lines covered (99.54%)

1.0 hits per line

Source Files on job 516.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 398
  • Travis Job 516.1
  • 51973c32 on github
  • Prev Job for on master (#515.1)
  • Next Job for on master (#518.1)
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