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

electronjoe / piecewise
80%

Build:
DEFAULT BRANCH: master
Repo Added 20 Apr 2019 01:23PM UTC
Files 1
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • master

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

Relevant lines Covered
Build:
Build:
69 RELEVANT LINES 55 COVERED LINES
0.9 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
4 master 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 ret... push 21 Apr 2019 03:41PM UTC electronjoe travis-ci pending completion  
3 master Remove un-necessary type parameter push 21 Apr 2019 02:00PM UTC electronjoe travis-ci pending completion  
See All Builds (2)
  • Repo on GitHub
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