Code Duplication    Length = 3-3 lines in 2 locations

_inc/lib/admin-pages/class.jetpack-admin-page.php 2 locations

@@ 205-207 (lines=3) @@
202
		if ( isset( $current['product_slug'] ) ) {
203
			$active = Jetpack::get_active_modules();
204
			switch ( $current['product_slug'] ) {
205
				case 'jetpack_free':
206
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
207
					break;
208
				case 'jetpack_personal':
209
				case 'jetpack_personal_monthly':
210
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
@@ 209-211 (lines=3) @@
206
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
207
					break;
208
				case 'jetpack_personal':
209
				case 'jetpack_personal_monthly':
210
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
211
					break;
212
				case 'jetpack_premium':
213
				case 'jetpack_premium_monthly':
214
					$to_deactivate = array( 'seo-tools', 'google-analytics', 'search' );