old_test/integration/extended_content_test.rb

Summary

Maintainability
B
4 hrs
Test Coverage

File extended_content_test.rb has 291 lines of code (exceeds 250 allowed). Consider refactoring.
Open

require File.dirname(__FILE__) + '/integration_test_helper'

class ExtendedContentTest < ActionController::IntegrationTest
  context "some configured extended fields on topics" do
    setup do
Severity: Minor
Found in old_test/integration/extended_content_test.rb - About 3 hrs to fix

    Method configure_new_topic_type_with_extended_field has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def configure_new_topic_type_with_extended_field(options = {})
        options = {
          :extended_field_value_required => false,
          :extended_field_label => "Extended data",
          :extended_field_multiple => false,
    Severity: Minor
    Found in old_test/integration/extended_content_test.rb - About 1 hr to fix

      Method attach_file_for has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

        def attach_file_for(zoom_class_name)
          # get the attribute that defines each class
          if ATTACHABLE_CLASSES.include?(zoom_class_name)
            # put in a case statement
            case zoom_class_name
      Severity: Minor
      Found in old_test/integration/extended_content_test.rb - About 25 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      There are no issues that match your filters.

      Category
      Status