|  | @@ 149-152 (lines=4) @@ | 
                                                            
                                    | 146 |  | 			$log['plugins_failed'] = $this->failed['plugin']; | 
                                                            
                                    | 147 |  | 		} | 
                                                            
                                    | 148 |  |  | 
                                                            
                                    | 149 |  | 		if ( ! empty( $this->success['theme'] ) ) { | 
                                                            
                                    | 150 |  | 			$instance->stat( 'autoupdates/theme-success', count( $this->success['theme'] ) ); | 
                                                            
                                    | 151 |  | 			$log['themes_success'] = $this->success['theme']; | 
                                                            
                                    | 152 |  | 		} | 
                                                            
                                    | 153 |  |  | 
                                                            
                                    | 154 |  | 		if ( ! empty( $this->failed['theme'] ) ) { | 
                                                            
                                    | 155 |  | 			$instance->stat( 'autoupdates/theme-fail', count( $this->failed['theme'] ) ); | 
                                                                                
                                |  | @@ 154-157 (lines=4) @@ | 
                                                            
                                    | 151 |  | 			$log['themes_success'] = $this->success['theme']; | 
                                                            
                                    | 152 |  | 		} | 
                                                            
                                    | 153 |  |  | 
                                                            
                                    | 154 |  | 		if ( ! empty( $this->failed['theme'] ) ) { | 
                                                            
                                    | 155 |  | 			$instance->stat( 'autoupdates/theme-fail', count( $this->failed['theme'] ) ); | 
                                                            
                                    | 156 |  | 			$log['themes_failed'] = $this->failed['theme']; | 
                                                            
                                    | 157 |  | 		} | 
                                                            
                                    | 158 |  |  | 
                                                            
                                    | 159 |  | 		$instance->do_stats( 'server_side' ); | 
                                                            
                                    | 160 |  |  |