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

electronjoe / piecewise / 4
80%

Build:
DEFAULT BRANCH: master
Ran 21 Apr 2019 03:41PM UTC
Jobs 1
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

pending completion
4

push

travis-ci

electronjoe
Rename SmallPiecewiseBuilder.add -> add_overlay and return Self

As I have so far decided to make the SmallPiecewiseBuilder
consume itself on build(), I should make the add function compatible
with such use.  Operating on self by reference and returning self
reference does not permit the final build() to consume the Builder.

Second, I renamed add -> add_overlay, in an attempt to clarify
the behavior - in which new ValueOverIntervals (should they
overlap in Domain with existing defined Domain) over-write the
value (overlay).

E.g. If the Builder already contains an Unbounded interval with
value 5.0, and a new add_overlay gives a value of -1.0 for the
closed interval [1, 4] -> then the Builder should contain three
ValueOverIntervals as a result of the operation:
[-inf, 1) @ 5.0
[1, 4] @ -1.0
(4, inf) @ 5.0

55 of 69 relevant lines covered (79.71%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
14 4.14 21 Apr 2019 03:41PM UTC 0
79.71
Travis Job 4.14
Source Files on build 4
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4
  • 6b9fb41f on github
  • Prev Build on master (#3)
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