|  | @@ 200-203 (lines=4) @@ | 
                                                            
                                    | 197 |  | 			$log['plugins_failed'] = $this->failed['plugin']; | 
                                                            
                                    | 198 |  | 		} | 
                                                            
                                    | 199 |  |  | 
                                                            
                                    | 200 |  | 		if ( ! empty( $this->success['theme'] ) ) { | 
                                                            
                                    | 201 |  | 			$instance->stat( 'autoupdates/theme-success', count( $this->success['theme'] ) ); | 
                                                            
                                    | 202 |  | 			$log['themes_success'] = $this->success['theme']; | 
                                                            
                                    | 203 |  | 		} | 
                                                            
                                    | 204 |  |  | 
                                                            
                                    | 205 |  | 		if ( ! empty( $this->failed['theme'] ) ) { | 
                                                            
                                    | 206 |  | 			$instance->stat( 'autoupdates/theme-fail', count( $this->failed['theme'] ) ); | 
                                                                                
                                |  | @@ 205-208 (lines=4) @@ | 
                                                            
                                    | 202 |  | 			$log['themes_success'] = $this->success['theme']; | 
                                                            
                                    | 203 |  | 		} | 
                                                            
                                    | 204 |  |  | 
                                                            
                                    | 205 |  | 		if ( ! empty( $this->failed['theme'] ) ) { | 
                                                            
                                    | 206 |  | 			$instance->stat( 'autoupdates/theme-fail', count( $this->failed['theme'] ) ); | 
                                                            
                                    | 207 |  | 			$log['themes_failed'] = $this->failed['theme']; | 
                                                            
                                    | 208 |  | 		} | 
                                                            
                                    | 209 |  |  | 
                                                            
                                    | 210 |  | 		$instance->do_stats( 'server_side' ); | 
                                                            
                                    | 211 |  |  |