app/controllers/events_controller.rb
Complex method EventsController#search (22.3) Open
Open
def search
@events =
Event
.in_country(top_level_domain)
.without_friends
- Read upRead up
- Exclude checks
Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.
You can read more about ABC metrics or the flog tool