opensistemas-hub/osbrain

View on GitHub
osbrain/proxy.py

Summary

Maintainability
C
7 hrs
Test Coverage

File proxy.py has 379 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""
Implementation of proxy-related features.
"""
import os
import sys
Severity: Minor
Found in osbrain/proxy.py - About 5 hrs to fix

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

        def _pyroInvoke(  # noqa: N802
    Severity: Major
    Found in osbrain/proxy.py - About 50 mins to fix

      Function _remote_call has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def _remote_call(
      Severity: Minor
      Found in osbrain/proxy.py - About 45 mins to fix

        Function locate_ns has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

        def locate_ns(nsaddr, timeout=3.0):
            """
            Locate a name server to ensure it actually exists.
        
            Parameters
        Severity: Minor
        Found in osbrain/proxy.py - 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

        Function shutdown_agents has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

            def shutdown_agents(self, timeout=10.0):
                """
                Shutdown all agents registered in the name server.
        
                Parameters
        Severity: Minor
        Found in osbrain/proxy.py - 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