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

JuliaData / Nulls.jl / 109 / 3
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2017 10:13PM UTC
Files 1
Run time 1min
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

30 Aug 2017 08:15PM UTC coverage: 100.0% (+7.0%) from 93.023%
109.3

push

travis-ci

ararslan
Add coalesce() function (#28)

Small helper function which is useful either to take the first non-missing
value, or to replace missing values with a given value (when passing a value known
not to be missing). Also usable in its broadcasted form, where a non-null
scalar argument will be automatically used in place of all nulls.
Inspired by the equivalent SQL and dplyr function.

Currently, broadcast returns a Vector{Any} rather than the more efficient
Vector{Union{Null, T}} when the result contains nulls. This will have to
be improved in Base.

The function is not exported (like replace() and skip()), but it could be
at some point since its name is unlikely to conflict with other packages.

45 of 45 relevant lines covered (100.0%)

5.4 hits per line

Source Files on job 109.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 109
  • Travis Job 109.3
  • 05a1e803 on github
  • Prev Job for on master (#103.4)
  • Next Job for on master (#110.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