localstack/localstack

View on GitHub
localstack/aws/connect.py

Summary

Maintainability
D
2 days
Test Coverage

File connect.py has 529 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""
LocalStack client stack.

This module provides the interface to perform cross-service communication between
LocalStack providers.
Severity: Major
Found in localstack/aws/connect.py - About 1 day to fix

    Function get_client has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
    Open

        def get_client(
            self,
            service_name: str,
            region_name: Optional[str] = None,
            aws_access_key_id: Optional[str] = None,
    Severity: Minor
    Found in localstack/aws/connect.py - 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

    Function _get_client has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def _get_client(
    Severity: Major
    Found in localstack/aws/connect.py - About 1 hr to fix

      Function with_assumed_role has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def with_assumed_role(
      Severity: Major
      Found in localstack/aws/connect.py - About 50 mins to fix

        Function get_client has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def get_client(
        Severity: Major
        Found in localstack/aws/connect.py - About 50 mins to fix

          Function get_client has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def get_client(
          Severity: Major
          Found in localstack/aws/connect.py - About 50 mins to fix

            Function get_client has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def get_client(
            Severity: Major
            Found in localstack/aws/connect.py - About 50 mins to fix

              Function __call__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def __call__(
              Severity: Major
              Found in localstack/aws/connect.py - About 50 mins to fix

                Function get_client has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def get_client(
                Severity: Major
                Found in localstack/aws/connect.py - About 50 mins to fix

                  Function get_client has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                  Open

                      def get_client(
                          self,
                          service_name: str,
                          region_name: Optional[str] = None,
                          aws_access_key_id: Optional[str] = None,
                  Severity: Minor
                  Found in localstack/aws/connect.py - About 35 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