Reports cases where control can proceed from one branch of a switch statement to the next. Such "fall-through" is often a result of programmer error, for example, a missing break or return.