File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function getReport()
1515 'commentLinesOfCode ' => $ this ->sum ->cloc ,
1616 'avgVolume ' => $ this ->avg ->volume ,
1717 'avgCommentWeight ' => $ this ->avg ->commentWeight ,
18- 'avgIntelligentContent ' => $ this ->avg ->commentWeight ,
18+ 'avgIntelligentContent ' => $ this ->avg ->commentWeight ,
1919 'logicalLinesByClass ' => $ this ->locByClass ,
2020 'logicalLinesByMethod ' => $ this ->locByMethod ,
2121 ],
@@ -34,7 +34,7 @@ public function getReport()
3434 ],
3535 'Package ' => [
3636 'packages ' => $ this ->sum ->nbPackages ,
37- 'acgClassesPerPackage ' => $ this ->avg ->classesPerPackage ,
37+ 'acgClassesPerPackage ' => $ this ->avg ->classesPerPackage ,
3838 'avgDistance ' => $ this ->avg ->distance ,
3939 'avgIncomingClassDependencies ' => $ this ->avg ->incomingCDep ,
4040 'avgOutgoingClassDependencies ' => $ this ->avg ->outgoingCDep ,
You can’t perform that action at this time.
0 commit comments