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

hydralang / ptk / 16
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.5.0
DEFAULT BRANCH: master
Ran 18 Mar 2020 05:08PM UTC
Jobs 2
Files 30
Run time 36s
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

17 Mar 2020 08:24PM UTC coverage: 100.0%. First build
16

push

travis-ci

klmitch
Properly detect EOF from source

While developing a utility recognizer, it was realized that the lexer
state did not have a reliable way of determining if there were more
characters to retrieve from the character stream.  Such a call cannot be
added to the ordinary CharStream, because not all versions know that
without trying to return a character, so this commit adds a More method to
the BackTracker type and updates lexer.State to utilize this method.  This
will ensure that lexer.State.Next does not attempt to call a recognizer
unless there is input for it to consume, and the recognizer need do
nothing special to handle EOF.

1397 of 1397 relevant lines covered (100.0%)

8.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16.1 18 Mar 2020 05:08PM UTC 0
100.0
Travis Job 16.1
2 16.2 18 Mar 2020 05:09PM UTC 0
100.0
Travis Job 16.2
Source Files on build 16
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16
  • 001e0d7d 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