mageekguy\atoum\scripts\runner::enableBranchesAndPathsCoverage PHP Method

enableBranchesAndPathsCoverage() public method

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