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

for..of statement has something wrong. #128

@obbaeiei

Description

@obbaeiei

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions