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

skratchdot / random-picker / 9 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 08 Oct 2017 10:14PM 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

08 Oct 2017 10:12PM UTC coverage: 100.0%. Remained the same
9.2

Pull #4

travis-ci

web-flow
Allow zero probability

This allows for:

```js
picker.option('name', 0)
```

Might also want to look into the logic here:

```js
if (!Number.isFinite(num) || num < 0) {
  num = 0;
}
```

If a number is infinity, one would not want the probability to be zero.

Fixes issue #3
Pull Request #4: Allow zero probability

20 of 20 branches covered (100.0%)

57 of 57 relevant lines covered (100.0%)

692.96 hits per line

Source Files on job 9.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 9
  • Travis Job 9.2
  • 833a5dde on github
  • Prev Job for on master (#2.6)
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

© 2025 Coveralls, Inc