Telefonica/toolium

View on GitHub
toolium/utils/dataset.py

Summary

Maintainability
C
1 day
Test Coverage

File dataset.py has 638 lines of code (exceeds 420 allowed). Consider refactoring.
Open

# -*- coding: utf-8 -*-
"""
Copyright 2022 Telefónica Investigación y Desarrollo, S.A.U.
This file is part of Toolium.

Severity: Major
Found in toolium/utils/dataset.py - About 7 hrs to fix

    Function get_translation_by_poeditor_reference has a Cognitive Complexity of 16 (exceeds 10 allowed). Consider refactoring.
    Open

    def get_translation_by_poeditor_reference(reference, poeditor_terms):
        """
        Return the translation(s) for the given POEditor reference from the given terms in poeditor_terms.
    
        :param reference: POEditor reference
    Severity: Minor
    Found in toolium/utils/dataset.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 _replace_param_date has a Cognitive Complexity of 11 (exceeds 10 allowed). Consider refactoring.
    Wontfix

    def _replace_param_date(param, language):
        """
        Transform param value in a date after applying the specified delta.
        E.g. [TODAY - 2 DAYS], [NOW - 10 MINUTES]
        An specific format could be defined in the case of NOW this way: NOW('THEFORMAT')
    Severity: Minor
    Found in toolium/utils/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