Codeminer42/cm42-central

View on GitHub
app/controllers/tag_groups_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method TagGroupsController#create (34.3)
Open

  def create
    @tag_group = current_team.tag_groups.new(allowed_params)
    authorize @tag_group

    respond_to do |format|

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