sweatshoptech/idb

View on GitHub
idb.py

Summary

Maintainability
C
1 day
Test Coverage

Function utility_processor has a Cognitive Complexity of 46 (exceeds 5 allowed). Consider refactoring.
Open

def utility_processor():
    def highlight_keys(text, keywords):
        """
        Highlight search keywords
        """
Severity: Minor
Found in idb.py - About 7 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

File idb.py has 311 lines of code (exceeds 250 allowed). Consider refactoring.
Open

#!flask/bin/python

from flask import Flask, render_template, request, redirect
from flask_sqlalchemy import SQLAlchemy
from flask_paginate import Pagination, get_page_args
Severity: Minor
Found in idb.py - About 3 hrs to fix

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

    def companies(page):
        # Get page data
        page, per_page, offset = get_page_args()
    
        # Get sort data
    Severity: Minor
    Found in idb.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