All files / 0_Statement/1_Split Split.js

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