app/admin/radar_settings.rb
Complex method main#create (49.4) Open
Open
def create
create! do |success, failure|
success.html do
redirect_to admin_event_path(params[:event_id])
- 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