coffee-coverage-v2
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -39,5 +39,5 @@ // Generated by CoffeeScript 2.0.2 | ||
CoverageError = class CoverageError extends Error { | ||
constructor(message1) { | ||
super(message); | ||
this.message = message1; | ||
constructor(message) { | ||
super(); | ||
this.message = message; | ||
this.name = "CoverageError"; | ||
@@ -44,0 +44,0 @@ Error.captureStackTrace(this, arguments.callee); |
@@ -181,3 +181,8 @@ // Generated by CoffeeScript 2.0.2 | ||
visitStatement(node) { | ||
var location, statementId; | ||
var grandParentType, location, ref, ref1, ref2, ref3, statementId; | ||
grandParentType = (ref = node.parent) != null ? (ref1 = ref.parent) != null ? (ref2 = ref1.node) != null ? (ref3 = ref2.constructor) != null ? ref3.name : void 0 : void 0 : void 0 : void 0; | ||
if (grandParentType === "StringWithInterpolations" && !node.parent.parent.skipped) { | ||
node.parent.parent.skipped = true; | ||
return; | ||
} | ||
// Ignore nodes marked 'noCoverage' | ||
@@ -184,0 +189,0 @@ if (node.isMarked('noCoverage')) { |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Benbria (http://www.benbria.com/)", | ||
@@ -18,0 +18,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160980
44
1994