datalad/datalad-neuroimaging

View on GitHub
datalad_neuroimaging/extractors/bids_dataset.py

Summary

Maintainability
A
2 hrs
Test Coverage

Try, Except, Pass detected.
Open

            except Exception as e:

Function get_required_content has a Cognitive Complexity of 16 (exceeds 5 allowed). Consider refactoring.
Open

    def get_required_content(self):
        # TODO: logging
        # bids_dir = _find_bids_root(self.dataset.path)
        for f in REQUIRED_BIDS_FILES:
            f_abs = self.dataset.pathobj / f
Severity: Minor
Found in datalad_neuroimaging/extractors/bids_dataset.py - About 2 hrs 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_bids_entities has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    def _get_bids_entities(self, bids):
        """Get dataset-specific entities from BIDSLayout"""
        ds_entities = list(bids.entities.keys())
        new_entities = {}
        # If the entity is in the main list AND in the list
Severity: Minor
Found in datalad_neuroimaging/extractors/bids_dataset.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