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

nikic / PHP-Parser / 1059
93%

Build:
DEFAULT BRANCH: master
Ran 11 May 2019 06:08PM UTC
Jobs 1
Files 220
Run time 10s
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
1059

push

travis-ci

nikic
Fix attributes for zero-length nop nodes

Previously zero-length nop nodes used the lookahead start attributes
and current end attributes. This choice ends up being somewhat weird,
because the end attributes will be the at the last non-whitespace,
non-comment token, which might be quite far back. More problematically,
we may not have encountered any non-discarded token if we're at the
start of the file, in which case we will have no end attributes to
assign.

Change things to use a canonical "zero-length" node representation,
where the end position (token & file) will be exactly one before the
start position.

Fixes #589.

5584 of 5878 relevant lines covered (95.0%)

97.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1059.1 11 May 2019 06:07PM UTC 0
95.0
Travis Job 1059.1
Source Files on build 1059
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1059
  • 60d025a9 on github
  • Prev Build on master (#1058)
  • Next Build on master (#1060)
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