kariminf/aruudy

View on GitHub

Showing 43 of 43 total issues

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

def getTemplateFromList(word, template):
    """This function take an Arabic  word (diacretized)
    and some possible templates separated by a +;
    If the program succeed to choose just one, it will add a (;)
    at the end
Severity: Minor
Found in aruudy/tools/word.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 addColumn has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    def addColumn(self, columnName, columnDef, columnInf, index):
        if not self.__canAddColumns:
            return 
        if len(self.__tableName) < 1:
            return
Severity: Minor
Found in aruudy/db/litebase.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 __addTable has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    def __addTable(self, sqlQuery):

        sqlQuery = u'' + sqlQuery    
        theLiteTable = liteTable()
        tableName = u''
Severity: Minor
Found in aruudy/db/litebase.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