UnB-KnEDLe/DODFMiner

View on GitHub
dodfminer/extract/polished/acts/sem_efeito_aposentadoria.py

Summary

Maintainability
C
1 day
Test Coverage

Function _get_special_acts has a Cognitive Complexity of 38 (exceeds 5 allowed). Consider refactoring.
Open

    def _get_special_acts(self, lis_dict):
        for i, match in enumerate(self._raw_matches):
            act = match.group()
            curr_dict = lis_dict[i]
            data_dodf = curr_dict['data_dodf']
Severity: Minor
Found in dodfminer/extract/polished/acts/sem_efeito_aposentadoria.py - About 5 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 _find_instances has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Open

    def _find_instances(self) -> List[Match]:
        """Returns list of re.Match objects found on `self._text_no_crosswords`.

        Return:
            a list with all re.Match objects resulted from searching for
Severity: Minor
Found in dodfminer/extract/polished/acts/sem_efeito_aposentadoria.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 __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, file, backend, debug=False, extra_search=True,
Severity: Major
Found in dodfminer/extract/polished/acts/sem_efeito_aposentadoria.py - About 50 mins to fix

    Avoid deeply nested control flow statements.
    Open

                            if cand.label_ == 'PER':
                                break
    
    
    Severity: Major
    Found in dodfminer/extract/polished/acts/sem_efeito_aposentadoria.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status