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

mstade / funkis / 46 / 2
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: get-in
DEFAULT BRANCH: master
Ran 15 Apr 2014 09:04PM UTC
Files 30
Run time 3s
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

15 Apr 2014 08:56PM UTC coverage: 100.0%. Remained the same
46.2

push

travis-ci

mstade
Changed some `is` logic to make it a bit more consistent

`is(null, x)` will return true for `undefined` and `null`,
whereas before it was strict. Reason is if you care about
`null` you probably don't care to distinguish between it and
`undefined`. If you do, explicitly check for `undefined` which
is strict.

Also changed `is` to make use of `not` for checking if
something is logically true. This means anything is said to
*be* if it is logically true. That is, `is` will return true
for anything that isn't `false`, `null`, or `undefined`;
unless it was called with a type parameter in which case it's
more strict.

284 of 284 relevant lines covered (100.0%)

1156.97 hits per line

Source Files on job 46.2
  • Tree
  • List 0
  • Changed 16
  • Source Changed 3
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 46
  • Travis Job 46.2
  • f2bca786 on github
  • Prev Job for on is-and-isnt (#44.2)
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