All files / 0_Statement/0_Normal Normal.js

50% Statements 1/2
100% Branches 0/0
100% Functions 1/1
50% Lines 1/2
1 2 3 4  1x    
export default function() {
  return;
  const foo = "foofoo".substr(1).substr(1).substr(1);
};