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

patgrasso / parsey / 16
100%

Build:
DEFAULT BRANCH: master
Ran 04 Aug 2016 04:20PM UTC
Jobs 2
Files 6
Run time 38s
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
16

push

travis-ci

patgrasso
Create CFG class to contain a set of rules + spec

The CFG class is just like an Array, so it can be used with `parse()`
and other functions that take a list of rules as a grammar, except its
primary method, `rule()`, accepts either a `Rule` instance OR a string
of the form
    A -> B C D
which describes a production.

Symbols in stringy productions are matched with existing Sym objects in
the grammar (so now the name *does* matter).

Also, terminal symbols are distinguished by surrounding quotes "", '',
or bare regex constructors /.*?/g.

54 of 54 new or added lines in 2 files covered. (100.0%)

179 of 226 relevant lines covered (79.2%)

448.09 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
10
100.0
lib/rules.js

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
lib/rules.js
Jobs
ID Job ID Ran Files Coverage
2 16.2 04 Aug 2016 04:20PM UTC 0
79.2
Travis Job 16.2
3 16.3 04 Aug 2016 04:20PM UTC 0
79.2
Travis Job 16.3
Source Files on build 16
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16
  • 1f249d59 on github
  • Prev Build on master (#15)
  • Next Build on master (#17)
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

© 2025 Coveralls, Inc