distil/jserializer

View on GitHub

Showing 3 of 21 total issues

Class Base has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Base
    @_attributes = {}
    @_embed = :objects

    class << self
Severity: Minor
Found in lib/jserializer/base.rb - About 2 hrs to fix

    Method _build_association has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def _build_association(name, type, key, serializer, embed, embed_key)
    Severity: Minor
    Found in lib/jserializer/base.rb - About 45 mins to fix

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

          def as_json(options = {})
            root = options.key?(:root) ? options[:root] : true
            hash = if root && root_name
                     { root_name => serializable_hash }
                   else
      Severity: Minor
      Found in lib/jserializer/base.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

      Severity
      Category
      Status
      Source
      Language