Ran
|
Jobs
2
|
Files
12
|
Run time
6s
|
Badge
Embed ▾
README BADGES
|
travis-ci
<a href="https://github.com/jshint/jshint/commit/<a class=hub.com/jshint/jshint/commit/1f726c90a070a28ca17858993a65347a66a8ce88">1f726c90a<a href="https://github.com/jshint/jshint/commit/1f726c90a070a28ca17858993a65347a66a8ce88">">Allow `this` in class expression methods Commit </a><a class="double-link" href="https://github.com/jshint/jshint/commit/<a class="double-link" href="https://github.com/jshint/jshint/commit/d75ef694385ba44ab49b2d2b2cf1f4bed0949ca7">d75ef6943</a>">d75ef6943</a><a href="https://github.com/jshint/jshint/commit/1f726c90a070a28ca17858993a65347a66a8ce88"> oversimplified the information passed to the `doFunction` method. Prior to that commit, `doFunction` was invoked inconsistently (with a token and with an object literal). This was incorrectly simplified to a boolean value, which caused the helper function `isMethod` to stop working: function isMethod() { return funct["(statement)"] && funct["(statement)"].type === "class" || funct["(context)"] && funct["(context)"]["(verb)"] === "class"; } Re-implement the option to be a token and specify consistently at each invocation of `doFunction`.
3 of 3 new or added lines in 1 file covered. (100.0%)
3644 of 3784 relevant lines covered (96.3%)
4582.15 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
95.39 |
0.0% | src/jshint.js |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 1645.1 | 12 | Travis Job 1645.1 | ||
2 | 1645.2 | 12 |
96.3 |
Travis Job 1645.2 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|