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

source-academy / js-slang / 135 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 02 Oct 2018 10:22AM UTC
Files 28
Run time 1s
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

02 Oct 2018 10:20AM UTC coverage: 59.555% (+0.6%) from 58.97%
135.1

push

travis-ci

martin-henz
Concat string with (functions and lists) enhancement (#70)

* Implemented hoisting

Implemented hoisting for ```let```, ```const``` and function declarations according to es6 spec (Except that redeclaration of functions is disallowed here unlike in es6).

* Proper for loop behaviour implemented according to es2015 spec if needed.

- Each iteration block will have its own closure of the loop variables
- But updating of loop variables within the iteration block will still update the original loop variables

* Proper for loop behaviour implemented according to es2015 spec if needed.

- Each iteration block will have its own closure of the loop variables
- But updating of loop variables within the iteration block will still update the original loop variables
- Updated block scoping tests

* Removed accidentally committed items.

* Used Source ```toString``` method instead of native ```toString``` during ```BinaryExpression```.

Should resolve #69 and #56

* revert for loop scoping

* simplified toString, and only checks types during "+" operation.

* Removed blank lines

* Removed blank lines

214 of 432 branches covered (49.54%)

Branch coverage included in aggregate %.

777 of 1232 relevant lines covered (63.07%)

301.89 hits per line

Source Files on job 135.1
  • Tree
  • List 0
  • Changed 12
  • Source Changed 1
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 130
  • Travis Job 135.1
  • 2c8f5d1e on github
  • Prev Job for on master (#128.1)
  • Next Job for on master (#153.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