All files / 0_Statement/3_Abuse Abuse.js

33.33% Statements 1/3
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); const foofoo = "foofoofoo".substr(1).substr(1).substr(1);
};