Global Metrics
path: .metrics.halstead.length
old: 47.0
new: 46.0
path: .metrics.halstead.estimated_program_length
old: 97.21928094887365
new: 92.5293250129808
path: .metrics.halstead.bugs
old: 0.055023785334845136
new: 0.0544665561524941
path: .metrics.halstead.time
old: 117.82435560140335
new: 116.03907318646964
path: .metrics.halstead.vocabulary
old: 26.0
new: 25.0
path: .metrics.halstead.volume
old: 220.92066675263132
new: 213.6173847296373
path: .metrics.halstead.purity_ratio
old: 2.068495339337737
new: 2.0115070654995826
path: .metrics.halstead.level
old: 0.10416666666666669
new: 0.10227272727272728
path: .metrics.halstead.difficulty
old: 9.6
new: 9.77777777777778
path: .metrics.halstead.n2
old: 10.0
new: 9.0
path: .metrics.halstead.effort
old: 2120.8384008252606
new: 2088.7033173564537
path: .metrics.halstead.N2
old: 12.0
new: 11.0
path: .metrics.mi.mi_original
old: 73.18889557739826
new: 73.36370486214375
path: .metrics.mi.mi_visual_studio
old: 42.800523729472665
new: 42.902751381370614
path: .metrics.mi.mi_sei
old: 79.39785314598404
new: 79.65004963418772
Spaces Data
Minimal test - lines (56, 60)
path: .spaces[0].metrics.halstead.n2
old: 3.0
new: 2.0
path: .spaces[0].metrics.halstead.estimated_program_length
old: 47.77443751081734
new: 45.01955000865387
path: .spaces[0].metrics.halstead.vocabulary
old: 15.0
new: 14.0
path: .spaces[0].metrics.halstead.volume
old: 74.23092131656186
new: 68.53238859703687
path: .spaces[0].metrics.halstead.time
old: 24.74364043885395
new: 22.844129532345622
path: .spaces[0].metrics.halstead.effort
old: 445.38552789937114
new: 411.19433158222125
path: .spaces[0].metrics.halstead.length
old: 19.0
new: 18.0
path: .spaces[0].metrics.halstead.N2
old: 3.0
new: 2.0
path: .spaces[0].metrics.halstead.bugs
old: 0.019440293291897705
new: 0.018432185171393212
path: .spaces[0].metrics.halstead.purity_ratio
old: 2.5144440795167022
new: 2.501086111591882
path: .spaces[0].metrics.mi.mi_visual_studio
old: 71.38582789270771
new: 71.62872060107637
path: .spaces[0].metrics.mi.mi_original
old: 122.06976569653015
new: 122.48511222784056
path: .spaces[0].metrics.mi.mi_sei
old: 100.61223333965796
new: 101.2114517206299
Code
async function * gen() {
for await (var { x: y = unresolvableReference } of [{}]) {
return;
}
}