Pārlūkot izejas kodu

The avg nbr of global variables is prety high...

Gaël Métais 10 gadi atpakaļ
vecāks
revīzija
fa120ed43f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/public/scripts/resultsCtrl.js

+ 1 - 1
app/public/scripts/resultsCtrl.js

@@ -255,7 +255,7 @@ app.controller('ResultsCtrl', function ($scope) {
                     $scope.phantomasResults.metrics.evalCalls * 2 +
                     $scope.phantomasResults.metrics.jsErrors * 10 +
                     $scope.phantomasResults.metrics.consoleMessages / 2 +
-                    $scope.phantomasResults.metrics.globalVariables / 10;
+                    $scope.phantomasResults.metrics.globalVariables / 20;
         if (score > 5) {
             note = 'B';
         }