Home
last modified time | relevance | path

Searched refs:cyclomaticComplexity (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php146 * @param int $cyclomaticComplexity
151 private function getCrapLoad($crapValue, $cyclomaticComplexity, $coveragePercent) argument
156 $crapLoad += $cyclomaticComplexity * (1.0 - $coveragePercent / 100);
157 $crapLoad += $cyclomaticComplexity / $this->threshold;