Global Metrics

path: .metrics.loc.lloc
old: 9.0
new: 6.0

path: .metrics.cognitive.average
old: 0.25
new: 0.0

path: .metrics.cognitive.sum
old: 1.0
new: 0.0

Spaces Data

Minimal test - lines (40, 51)

path: .spaces[0].metrics.mi.mi_sei
old: 68.55012491795479
new: 70.42085584015776

path: .spaces[0].metrics.mi.mi_original
old: 99.70485334427693
new: 101.00154520858824

path: .spaces[0].metrics.mi.mi_visual_studio
old: 58.3069317802789
new: 59.06523111613347

path: .spaces[0].metrics.cognitive.average
old: 0.3333333333333333
new: 0.0

path: .spaces[0].metrics.cognitive.sum
old: 1.0
new: 0.0

path: .spaces[0].metrics.loc.lloc
old: 8.0
new: 5.0

path: .spaces[0].metrics.loc.ploc
old: 12.0
new: 11.0

path: .spaces[0].metrics.loc.sloc
old: 13.0
new: 12.0

Code

async function fn() {
  for await ({ x: xCover = (0, function() {}), x: cover = (function() {}) } of [{}]) {
    assert.notSameValue(xCover.name, 'xCover');

    verifyProperty(cover, 'name', {
      enumerable: false,
      writable: false,
      configurable: true,
      value: 'cover'
    });
    iterCount += 1;
  }