public static function start($root_path = null) { if (Clover::is_cli()) { Clover::startForCLI($root_path); } else { Clover::startForWebRequest($root_path); } }