BrandyMint/bitrix_on_rails

View on GitHub
lib/bitrix_on_rails/iblock_element_prop_s.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method unserialize has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
Open

    def unserialize(value, type, user_type = nil)
      return nil unless value

      case type
        when 'N'
Severity: Minor
Found in lib/bitrix_on_rails/iblock_element_prop_s.rb - About 1 hr 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

Method acts_as_iblock_element_prop_s has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def acts_as_iblock_element_prop_s(iblock_id, iblock_element_class)
    extend ClassMethods
    include InstanceMethods

    @m_prop_class = "IblockElementPropM#{iblock_id}"
Severity: Minor
Found in lib/bitrix_on_rails/iblock_element_prop_s.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status