sjoerdk/anonapi

View on GitHub
anonapi/cli/create_commands.py

Summary

Maintainability
C
1 day
Test Coverage

File create_commands.py has 416 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""Click group and commands for the 'create' subcommand"""
from typing import Dict, List, Optional
from pathlib import Path, PureWindowsPath

import click
Severity: Minor
Found in anonapi/cli/create_commands.py - About 6 hrs to fix

    Function as_kwargs has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
    Open

        def as_kwargs(self) -> Dict[str, Parameter]:
            """Parameters as keyword arguments
    
            Raises
            ------
    Severity: Minor
    Found in anonapi/cli/create_commands.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 make_unc_paths has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
    Open

        def make_unc_paths(self, parameters: List[Parameter]):
            """A copy of this JobParameterSet where all paths are absolute UNC
            paths. No relative paths, no mapped drive letters
    
            Raises
    Severity: Minor
    Found in anonapi/cli/create_commands.py - About 55 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 validate has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
    Open

        def validate(self):
            """Assert that this set can be used to create a job
    
            Raises
            ------
    Severity: Minor
    Found in anonapi/cli/create_commands.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