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

zhanglab / psamm / 548 / 2
78%
master: 0%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 24 Nov 2015 08:07PM UTC
Files 46
Run time 2s
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

24 Nov 2015 08:04PM UTC coverage: 77.752%. First build
TOXENV=py27-qsoptex,py34-qsoptex,coverage

push

travis-ci

jonls
boolean: Use Expression object as a unified representation

Previously the AND and OR operators were implemented with two separate
objects, duplicating a lot of code. In addition, the substitute method
could return one of couple of different types. This changes the Expression
to be a proper object that can be initialized from a string (parsed), a
variable, a boolean or an expression tree composed of And/Or objects. The
substitute method always returns an Expression object and if this object
was fully evaluated the bool can be obtained from the value property.

The terms now use a FrozenOrderedSet which means that the order of terms
will be preserved after parsing or substitution. I simplification of the
expression will still be performed though.

3743 of 4814 relevant lines covered (77.75%)

0.78 hits per line

Source Files on job 548.2 (TOXENV=py27-qsoptex,py34-qsoptex,coverage)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 548
  • Travis Job 548.2
  • 971f1e7b on github
  • Prev Job for TOXENV=docs on boolean-parser (#547.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