berkeley-cocosci/Wallace

View on GitHub

Showing 89 of 222 total issues

Avoid too many return statements within this function.
Open

                return Transmission.query\
Severity: Major
Found in wallace/models.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return False
    Severity: Major
    Found in wallace/command_line.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

          return success_response(field="info",
      Severity: Major
      Found in wallace/custom.py - About 30 mins to fix

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

            def recruit_participants(self, n=1):
                """Recruit n participants."""
                auto_recruit = os.environ['auto_recruit'] == 'true'
        
                if auto_recruit:
        Severity: Minor
        Found in wallace/recruiters.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 getUrlParameter has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

        var getUrlParameter = function getUrlParameter(sParam) {
            var sPageURL = decodeURIComponent(window.location.search.substring(1)),
                sURLVariables = sPageURL.split('&'),
                sParameterName,
                i;
        Severity: Minor
        Found in wallace/frontend/static/scripts/wallace.js - 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 fail has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

            def fail(self):
                """Fail an info.
        
                Set info.failed to True and :attr:`~wallace.models.Info.time_of_death`
                to now. Instruct all transmissions and transformations involving this
        Severity: Minor
        Found in wallace/models.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 create_question has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

        def create_question(participant_id):
            """Send a POST request to the question table.
        
            Questions store information at the participant level, not the node
            level.
        Severity: Minor
        Found in wallace/custom.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 node_transmissions has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

        def node_transmissions(node_id):
            """Get all the transmissions of a node.
        
            The node id must be specified in the url.
            You can also pass direction (to/from/all) or status (all/pending/received)
        Severity: Minor
        Found in wallace/custom.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 moran_sexual has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
        Open

        def moran_sexual(network):
            """The generalized sexual Moran process.
        
            Ateach time step, and individual is chosen for replication and another
            individual is chosen to die. The replication replaces the one who dies.
        Severity: Minor
        Found in wallace/processes.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

        Severity
        Category
        Status
        Source
        Language