mageekguy\atoum\runner::enableBranchesAndPathsCoverage PHP Method

enableBranchesAndPathsCoverage() public method

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