Searched refs:cyclomaticComplexity (Results 1 – 1 of 1) sorted by relevance
146 * @param int $cyclomaticComplexity151 private function getCrapLoad($crapValue, $cyclomaticComplexity, $coveragePercent) argument156 $crapLoad += $cyclomaticComplexity * (1.0 - $coveragePercent / 100);157 $crapLoad += $cyclomaticComplexity / $this->threshold;