SebastianBergmann\PHPLOC\Publisher::getAverageComplexityPerLogicalLine PHP Метод

getAverageComplexityPerLogicalLine() публичный Метод

    public function getAverageComplexityPerLogicalLine()
    {
        return $this->divide($this->getComplexity(), $this->getLogicalLines());
    }