lithium\test\filter\Complexity::$_include

protected static property

The list of tokens which represent the starting point of a code branch.

Source

	protected static $_include = [
		'T_CASE', 'T_CATCH', 'T_IF', 'T_FOR',
		'T_FOREACH', 'T_WHILE', 'T_DO', 'T_ELSEIF'
	];