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

jdmclark / gorc / 34 / 1
100%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: develop
Ran 30 Aug 2015 06:56AM UTC
Files 187
Run time 5s
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

30 Aug 2015 06:45AM UTC coverage: 100.0%. Remained the same
34.1

push

travis-ci

jdmclark
Added warning when the result of an assignment expression is used

The original cog compiler did not implement assignment expressions
correctly. For example, the following statement:

x = y = z = 5;

is equivalent to:

z = 5;
x = y;

It is therefore recommended that cog scripts do not rely upon the
correct behavior of using an assignment expression as an rvalue.

The Gorc cog interpreter implements this language feature correctly.

3177 of 3177 relevant lines covered (100.0%)

909.61 hits per line

Source Files on job 34.1
  • Tree
  • List 0
  • Changed 91
  • Source Changed 5
  • Coverage Changed 91
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 34
  • Travis Job 34.1
  • c903f360 on github
  • Prev Job for on next (#33.1)
  • Next Job for on next (#35.1)
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