Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 193-195 (lines=3) @@
190
		if ( isset( $current['product_slug'] ) ) {
191
			$active = Jetpack::get_active_modules();
192
			switch ( $current['product_slug'] ) {
193
				case 'jetpack_free':
194
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
195
					break;
196
				case 'jetpack_personal':
197
				case 'jetpack_personal_monthly':
198
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
@@ 197-199 (lines=3) @@
194
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
195
					break;
196
				case 'jetpack_personal':
197
				case 'jetpack_personal_monthly':
198
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
199
					break;
200
				case 'jetpack_premium':
201
				case 'jetpack_premium_monthly':
202
					$to_deactivate = array( 'seo-tools', 'google-analytics', 'search' );