PhpGitHooks\Module\Configuration\Contract\Response\PrePushResponse::getPhpUnitStrictCoverage PHP Метод

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

public getPhpUnitStrictCoverage ( ) : PhpUnitStrictCoverageResponse
Результат PhpUnitStrictCoverageResponse
    public function getPhpUnitStrictCoverage()
    {
        return $this->phpUnitStrictCoverage;
    }