Global Metrics

path: .metrics.nexits.average
old: 0.875
new: 0.4

path: .metrics.nexits.sum
old: 7.0
new: 2.0

path: .metrics.cognitive.sum
old: 3.0
new: 9.0

path: .metrics.cognitive.average
old: 0.375
new: 1.8

path: .metrics.nom.total
old: 8.0
new: 5.0

path: .metrics.nom.functions
old: 8.0
new: 5.0

path: .metrics.mi.mi_original
old: 59.32115578011245
new: 62.39541042351193

path: .metrics.mi.mi_sei
old: 32.68921391039211
new: 44.09890638891644

path: .metrics.mi.mi_visual_studio
old: 34.69073437433477
new: 36.48854410731692

path: .metrics.halstead.N2
old: 120.0
new: 87.0

path: .metrics.halstead.n1
old: 19.0
new: 23.0

path: .metrics.halstead.volume
old: 1872.9490048741768
new: 1358.1534505105783

path: .metrics.halstead.time
old: 1824.9246714158649
new: 2435.1837405660103

path: .metrics.halstead.purity_ratio
old: 1.6114830395982171
new: 1.091618689030951

path: .metrics.halstead.N1
old: 173.0
new: 149.0

path: .metrics.halstead.difficulty
old: 17.53846153846154
new: 32.274193548387096

path: .metrics.halstead.estimated_program_length
old: 472.1645306022776
new: 257.6220106113044

path: .metrics.halstead.bugs
old: 0.3418931322448855
new: 0.4143953806492588

path: .metrics.halstead.n2
old: 65.0
new: 31.0

path: .metrics.halstead.length
old: 293.0
new: 236.0

path: .metrics.halstead.effort
old: 32848.64408548557
new: 43833.30733018819

path: .metrics.halstead.vocabulary
old: 84.0
new: 54.0

path: .metrics.halstead.level
old: 0.05701754385964912
new: 0.030984507746126936

path: .metrics.nargs.average
old: 2.25
new: 0.6

path: .metrics.nargs.sum
old: 18.0
new: 3.0

path: .metrics.loc.ploc
old: 51.0
new: 47.0

path: .metrics.loc.lloc
old: 21.0
new: 26.0

path: .metrics.loc.sloc
old: 73.0
new: 66.0

path: .metrics.loc.blank
old: 16.0
new: 9.0

path: .metrics.loc.cloc
old: 6.0
new: 10.0

path: .metrics.cyclomatic.sum
old: 13.0
new: 14.0

path: .metrics.cyclomatic.average
old: 1.3
new: 2.0

Spaces Data

Minimal test - lines (16, 21)

path: .spaces[0].metrics.loc.ploc
old: 40.0
new: 6.0

path: .spaces[0].metrics.loc.blank
old: 13.0
new: 0.0

path: .spaces[0].metrics.loc.sloc
old: 53.0
new: 6.0

path: .spaces[0].metrics.loc.lloc
old: 20.0
new: 0.0

path: .spaces[0].metrics.cognitive.average
old: 0.42857142857142855
new: null

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

path: .spaces[0].metrics.cyclomatic.average
old: 1.375
new: 1.0

path: .spaces[0].metrics.cyclomatic.sum
old: 11.0
new: 1.0

path: .spaces[0].metrics.nexits.average
old: 0.8571428571428571
new: null

path: .spaces[0].metrics.nexits.sum
old: 6.0
new: 0.0

path: .spaces[0].metrics.nom.total
old: 7.0
new: 0.0

path: .spaces[0].metrics.nom.functions
old: 7.0
new: 0.0

path: .spaces[0].metrics.mi.mi_visual_studio
old: 38.591041413829885
new: 70.95131813644178

path: .spaces[0].metrics.mi.mi_original
old: 65.9906808176491
new: 121.32675401331544

path: .spaces[0].metrics.mi.mi_sei
old: 20.623594421945157
new: 99.43847420955706

path: .spaces[0].metrics.halstead.volume
old: 1538.5182165524825
new: 50.718800023076994

path: .spaces[0].metrics.halstead.bugs
old: 0.2624773578535866
new: 0.008413009854528818

path: .spaces[0].metrics.halstead.estimated_program_length
old: 409.2497660186549
new: 19.60964047443681

path: .spaces[0].metrics.halstead.length
old: 247.0
new: 16.0

path: .spaces[0].metrics.halstead.vocabulary
old: 75.0
new: 9.0

path: .spaces[0].metrics.halstead.N2
old: 98.0
new: 4.0

path: .spaces[0].metrics.halstead.level
old: 0.06962785114045618
new: 0.4

path: .spaces[0].metrics.halstead.n1
old: 17.0
new: 5.0

path: .spaces[0].metrics.halstead.difficulty
old: 14.362068965517242
new: 2.5

path: .spaces[0].metrics.halstead.effort
old: 22096.304730831343
new: 126.79700005769249

path: .spaces[0].metrics.halstead.time
old: 1227.5724850461856
new: 7.044277780982916

path: .spaces[0].metrics.halstead.N1
old: 149.0
new: 12.0

path: .spaces[0].metrics.halstead.n2
old: 58.0
new: 4.0

path: .spaces[0].metrics.halstead.purity_ratio
old: 1.6568816438002223
new: 1.2256025296523003

path: .spaces[0].metrics.nargs.average
old: 2.142857142857143
new: null

path: .spaces[0].metrics.nargs.sum
old: 15.0
new: 0.0

Code

class test {
public:
      virtual int     t1(void);
      virtual int     t2(void);
      int             x;
};

Minimal test - lines (23, 23)

path: .spaces[1].metrics.halstead.N1
old: 21.0
new: 6.0

path: .spaces[1].metrics.halstead.length
old: 39.0
new: 9.0

path: .spaces[1].metrics.halstead.n1
old: 11.0
new: 6.0

path: .spaces[1].metrics.halstead.n2
old: 12.0
new: 3.0

path: .spaces[1].metrics.halstead.time
old: 80.85866996451912
new: 4.754887502163468

path: .spaces[1].metrics.halstead.purity_ratio
old: 2.07880250804267
new: 2.2516291673878226

path: .spaces[1].metrics.halstead.difficulty
old: 8.25
new: 3.0

path: .spaces[1].metrics.halstead.bugs
old: 0.042809958905708254
new: 0.006473720020679235

path: .spaces[1].metrics.halstead.N2
old: 18.0
new: 3.0

path: .spaces[1].metrics.halstead.volume
old: 176.41891628622352
new: 28.52932501298081

path: .spaces[1].metrics.halstead.level
old: 0.12121212121212122
new: 0.3333333333333333

path: .spaces[1].metrics.halstead.estimated_program_length
old: 81.07329781366414
new: 20.264662506490403

path: .spaces[1].metrics.halstead.vocabulary
old: 23.0
new: 9.0

path: .spaces[1].metrics.halstead.effort
old: 1455.4560593613442
new: 85.58797503894243

path: .spaces[1].metrics.loc.ploc
old: 7.0
new: 1.0

path: .spaces[1].metrics.loc.sloc
old: 7.0
new: 1.0

path: .spaces[1].metrics.nargs.average
old: 3.0
new: 0.0

path: .spaces[1].metrics.nargs.sum
old: 3.0
new: 0.0

path: .spaces[1].metrics.mi.mi_visual_studio
old: 65.70022014366803
new: 89.67552688205174

path: .spaces[1].metrics.mi.mi_original
old: 112.34737644567232
new: 153.34515096830847

path: .spaces[1].metrics.mi.mi_sei
old: 86.48397072244867
new: 145.63125671373976

path: .spaces[1].metrics.nexits.average
old: 1.0
new: 0.0

path: .spaces[1].metrics.nexits.sum
old: 1.0
new: 0.0

Code

test::test() { this->x = 0x12121212; };