Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

for..of statement has something wrong. #128

Open
obbaeiei opened this issue Nov 17, 2016 · 0 comments
Open

for..of statement has something wrong. #128

obbaeiei opened this issue Nov 17, 2016 · 0 comments

Comments

@obbaeiei
Copy link

Hello.

loop();
function loop() {
  const seq = [1, 2, 3, 4, 5];
  for (const s of seq) {
    console.log('s = ', s);
  }
}

This code is missing branch & statement test (got 50% for branches, 76.47% for statement), which is istanbul can get 100%

sorry if i missing something.

Thank you,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant