Code coverage report for 6to5/generators/array-comprehensions.js

Statements: 50% (2 / 4)      Branches: 100% (0 / 0)      Functions: 0% (0 / 2)      Lines: 50% (2 / 4)      Ignored: none     

All files » 6to5/generators/ » array-comprehensions.js
1 2 3 4 5 6 7 81       1      
exports.ComprehensionBlock = function (node, print) {
  throw new Error("ComprehensionBlock");
};
 
exports.ComprehensionExpression = function (node, print) {
  throw new Error("ComprehensionExpression");
};