mageekguy\atoum\runner::enableBranchesAndPathsCoverage PHP Méthode

enableBranchesAndPathsCoverage() public méthode

    public function enableBranchesAndPathsCoverage()
    {
        $this->branchesAndPathsCoverage = $this->codeCoverageIsEnabled();
        return $this;
    }
runner