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

nicmart / Numbers / 15 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2013 04:51PM UTC
Files 4
Run time –
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

06 Sep 2013 04:51PM UTC coverage: 91.525%. Remained the same
15.3

push

travis-ci

nicmart
Fixed a bug that caused errors with the magnitude method when the number was a power of ten.

I fixed it using log10 instead than log(#, 10), and removing $base argument from magnitude method.
Although var_dump(log10(1000)) = double(3) and var_dump(log(1000,10) = double(3), applying floor to the former
results in a "3", as expected, to the latter a "2". Another php wtf?

54 of 59 relevant lines covered (91.53%)

2.29 hits per line

Source Files on job 15.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15
  • Travis Job 15.3
  • 7f4032f3 on github
  • Prev Job for on master (#14.3)
  • Next Job for on master (#16.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