app/operations/story_operations/update.rb
Complex method StoryOperations::Update#call (27.2) Open
Open
def call
ActiveRecord::Base.transaction do
yield ensure_valid_state
yield update_story
- 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