Code Duplication    Length = 3-3 lines in 2 locations

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

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