Global Metrics
path: .metrics.nargs.sum
old: 1.0
new: 11.0
path: .metrics.nargs.average
old: 1.0
new: 2.2
path: .metrics.nom.functions
old: 1.0
new: 5.0
path: .metrics.nom.total
old: 1.0
new: 5.0
path: .metrics.cyclomatic.sum
old: 9.0
new: 6.0
path: .metrics.cyclomatic.average
old: 1.125
new: 1.0
path: .metrics.loc.blank
old: 8.0
new: 10.0
path: .metrics.loc.lloc
old: 0.0
new: 11.0
path: .metrics.loc.sloc
old: 51.0
new: 46.0
path: .metrics.loc.cloc
old: 9.0
new: 6.0
path: .metrics.loc.ploc
old: 34.0
new: 30.0
path: .metrics.mi.mi_original
old: 71.38403130764141
new: 74.03230019385101
path: .metrics.mi.mi_sei
old: 58.49172549640192
new: 58.254346971294424
path: .metrics.mi.mi_visual_studio
old: 41.74504754832831
new: 43.29374280342165
path: .metrics.nexits.sum
old: 0.0
new: 5.0
path: .metrics.nexits.average
old: 0.0
new: 1.0
path: .metrics.halstead.effort
old: 5398.782588303353
new: 6079.591521244188
path: .metrics.halstead.estimated_program_length
old: 244.18443434063795
new: 137.26120593818493
path: .metrics.halstead.volume
old: 671.6188865831922
new: 635.5936590391651
path: .metrics.halstead.n1
old: 11.0
new: 10.0
path: .metrics.halstead.N1
old: 62.0
new: 82.0
path: .metrics.halstead.purity_ratio
old: 2.051970036475949
new: 1.089374650303055
path: .metrics.halstead.n2
old: 39.0
new: 23.0
path: .metrics.halstead.vocabulary
old: 50.0
new: 33.0
path: .metrics.halstead.N2
old: 57.0
new: 44.0
path: .metrics.halstead.difficulty
old: 8.038461538461538
new: 9.565217391304348
path: .metrics.halstead.time
old: 299.93236601685294
new: 337.755084513566
path: .metrics.halstead.length
old: 119.0
new: 126.0
path: .metrics.halstead.level
old: 0.12440191387559808
new: 0.10454545454545457
path: .metrics.halstead.bugs
old: 0.10258313588988556
new: 0.11103545563719357
Spaces Data
Minimal test - lines (19, 22)
path: .spaces[0].metrics.mi.mi_visual_studio
old: 45.3753462035972
new: 72.32382720207464
path: .spaces[0].metrics.mi.mi_original
old: 77.5918420081512
new: 123.67374451554764
path: .spaces[0].metrics.mi.mi_sei
old: 54.90946696432107
new: 102.8244657681409
path: .spaces[0].metrics.nargs.average
old: 1.0
new: 4.0
path: .spaces[0].metrics.nargs.sum
old: 1.0
new: 4.0
path: .spaces[0].metrics.halstead.purity_ratio
old: 1.908584678930562
new: 1.3169925001442313
path: .spaces[0].metrics.halstead.N1
old: 62.0
new: 20.0
path: .spaces[0].metrics.halstead.difficulty
old: 8.17142857142857
new: 6.666666666666667
path: .spaces[0].metrics.halstead.bugs
old: 0.0993482279631434
new: 0.02779591563420508
path: .spaces[0].metrics.halstead.vocabulary
old: 46.0
new: 14.0
path: .spaces[0].metrics.halstead.effort
old: 5145.434686150938
new: 761.4709844115208
path: .spaces[0].metrics.halstead.volume
old: 629.6860629904995
new: 114.22064766172812
path: .spaces[0].metrics.halstead.N2
old: 52.0
new: 10.0
path: .spaces[0].metrics.halstead.length
old: 114.0
new: 30.0
path: .spaces[0].metrics.halstead.n1
old: 11.0
new: 8.0
path: .spaces[0].metrics.halstead.n2
old: 35.0
new: 6.0
path: .spaces[0].metrics.halstead.time
old: 285.857482563941
new: 42.30394357841782
path: .spaces[0].metrics.halstead.level
old: 0.12237762237762238
new: 0.15
path: .spaces[0].metrics.halstead.estimated_program_length
old: 217.57865339808407
new: 39.50977500432694
path: .spaces[0].metrics.nexits.sum
old: 0.0
new: 1.0
path: .spaces[0].metrics.nexits.average
old: 0.0
new: 1.0
path: .spaces[0].metrics.cyclomatic.sum
old: 8.0
new: 1.0
path: .spaces[0].metrics.cyclomatic.average
old: 1.1428571428571428
new: 1.0
path: .spaces[0].metrics.loc.sloc
old: 36.0
new: 4.0
path: .spaces[0].metrics.loc.cloc
old: 2.0
new: 0.0
path: .spaces[0].metrics.loc.lloc
old: 0.0
new: 1.0
path: .spaces[0].metrics.loc.ploc
old: 28.0
new: 4.0
path: .spaces[0].metrics.loc.blank
old: 6.0
new: 0.0
Code
nsBaseScreen::GetRectDisplayPix(int32_t* outLeft, int32_t* outTop,
int32_t* outWidth, int32_t* outHeight) {
return GetRect(outLeft, outTop, outWidth, outHeight);
}