mageekguy\atoum\test::enableBranchesAndPathsCoverage PHP Method

enableBranchesAndPathsCoverage() public method

    public function enableBranchesAndPathsCoverage()
    {
        $this->branchesAndPathsCoverage = $this->codeCoverageIsEnabled() && defined('XDEBUG_CC_BRANCH_CHECK');
        return $this;
    }
test