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

krixon / rules / 90 / 1
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2019 07:25PM UTC
Files 48
Run time 3s
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

18 Aug 2019 07:24PM UTC coverage: 98.383% (-0.9%) from 99.3%
DEPENDENCIES=standard

push

travis-ci

krixon
Compile `in` comparisons to a single logical OR specification

A composite specification of type logical OR is generated. This is
satisfied when any of its children is satisfied. The compiler generates
children by converting the `in` expression to a set of `is` specifications.

For example, given the expression `foo in [1,2,3]`, 3 child
specifications are produced as if the expression
`foo is 1 or foo is 2 or foo is 3` was compiled.

This removes some complexity from specifications themselves since they
no longer need to handle the `in` operator. However this behaviour can
be disabled if it is preferable that specifications are generated as
normal for `in` comparisons. This might be the case if a checking
many individual specifications would be more expensive for example.

852 of 866 relevant lines covered (98.38%)

49.34 hits per line

Source Files on job 90.1 (DEPENDENCIES=standard)
  • Tree
  • List 0
  • Changed 26
  • Source Changed 6
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 69
  • Travis Job 90.1
  • 2728e9ae on github
  • Prev Job for DEPENDENCIES=standard on master (#89.1)
  • Next Job for DEPENDENCIES=standard on master (#91.2)
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