Global Metrics

path: .metrics.nargs.average
old: 2.0
new: 1.0

path: .metrics.nargs.sum
old: 2.0
new: 1.0

Spaces Data

Minimal test - lines (67, 71)

path: .spaces[0].metrics.nargs.sum
old: 2.0
new: 1.0

path: .spaces[0].metrics.nargs.average
old: 2.0
new: 1.0

Code

class C {
  static async *method(...x = []) {
    
  }
}

Minimal test - lines (68, 70)

path: .spaces[0].spaces[0].metrics.nargs.average
old: 2.0
new: 1.0

path: .spaces[0].spaces[0].metrics.nargs.sum
old: 2.0
new: 1.0

Code

  static async *method(...x = []) {
    
  }