ukazap/permisi

View on GitHub
lib/permisi/permission_util.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method transform_namespace has a Cognitive Complexity of 29 (exceeds 5 allowed). Consider refactoring.
Wontfix

      def transform_namespace(namespace, current_path: nil)
        HashWithIndifferentAccess.new.tap do |transformed|
          namespace.each_pair do |key, value|
            if !value.is_a? Array
              raise InvalidNamespace,
Severity: Minor
Found in lib/permisi/permission_util.rb - About 4 hrs 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 transform_namespace has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

      def transform_namespace(namespace, current_path: nil)
        HashWithIndifferentAccess.new.tap do |transformed|
          namespace.each_pair do |key, value|
            if !value.is_a? Array
              raise InvalidNamespace,
Severity: Minor
Found in lib/permisi/permission_util.rb - About 1 hr to fix

    Method __deeply_sanitize_permissions has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
    Wontfix

          def __deeply_sanitize_permissions(permission_hash, template: {})
            HashWithIndifferentAccess.new.tap do |sanitized|
              permission_hash.each_pair do |key, value|
                next unless template.key?(key)
    
    
    Severity: Minor
    Found in lib/permisi/permission_util.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

    There are no issues that match your filters.

    Category
    Status