Codeminer42/cm42-central

View on GitHub
app/operations/story_operations/update.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method StoryOperations::Update#call (27.2)
Open

    def call
      ActiveRecord::Base.transaction do
        yield ensure_valid_state
        yield update_story

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

There are no issues that match your filters.

Category
Status