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

electronjoe / piecewise / 4 / 14
80%
master: 80%

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

21 Apr 2019 03:28PM UTC coverage: 79.71%. Remained the same
4.14

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

Source Files on job 4.14
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2
  • Travis Job 4.14
  • 6b9fb41f on github
  • Prev Job for on master (#3.14)
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