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

uaraven / omg / 124
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: feature/bytecode2
DEFAULT BRANCH: master
Ran 05 Oct 2019 11:31PM UTC
Jobs 1
Files 157
Run time 9s
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
124

push

travis-ci

uaraven
Add support for referencing fields of object properties

Added support for syntax like

  lastName.length > 10
  friends.firstName in ("Ann", "Annie", "Anne")
  address.city ~= 'New.*'

I cheated and instead of properly following chain of properties, I
just cut everything before first dot rewrite condition as OMQL query
IN (SELECT...) and compile that query, basically
`address.city ~= 'New.*'`  gets rewritten as
```
address IN (SELECT * FROM Address WHERE city ~= 'New.*'`
```
Well, this library is my pet project and I can do whatever I want, right?

1628 of 1762 relevant lines covered (92.4%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 124.1 05 Oct 2019 11:31PM UTC 0
92.4
Travis Job 124.1
Source Files on build 124
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #124
  • 7560096f 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