openpathsampling/openpathsampling-cli

View on GitHub

Showing 24 of 53 total issues

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

    def _find_plugins(self, namespaces):
        for loc, ns in namespaces.items():
            for obj in ns.values():
                if self._is_my_plugin(obj):
                    obj.attach_metadata(loc, self.plugin_type)
Severity: Minor
Found in paths_cli/plugin_management.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 append has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

def append(input_file, append_file, engine, cv, volume, network, scheme,
           tag, save_tag):
    """Append objects from INPUT_FILE to another file.
    """
    storage = INPUT_FILE.get(input_file)
Severity: Minor
Found in paths_cli/commands/append.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 __call__ has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Confirmed

    def __call__(self, help_args, context):
        """Get help based on user input ``help_args`` and context.

        Parameters
        ----------
Severity: Minor
Found in paths_cli/wizard/plugin_classes.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 __call__ has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Confirmed

    def __call__(self, wizard, context=None):
        """Obtain the correct number of instances of the desired type.

        This will either take the existing object(s) in the wizard (if the
        exact correct number have been created in the wizard), create new
Severity: Minor
Found in paths_cli/wizard/parameters.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