desophos/idleon-saver

View on GitHub

Showing 5 of 5 total issues

File export.py has 379 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import csv
import json
import logging
from abc import ABC, abstractmethod
from argparse import Namespace
Severity: Minor
Found in idleon_saver/scripts/export.py - About 5 hrs to fix

    Function build_char has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def build_char(
    Severity: Major
    Found in idleon_saver/scripts/export.py - About 1 hr to fix

      Function _encode has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Confirmed

          def _encode(self, x) -> str:
              if x["start"] in constants:
                  return x["start"]
              else:
                  try:
      Severity: Minor
      Found in idleon_saver/stencyl/encoder.py - About 45 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 topLevel has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Open

      async function topLevel() {
          const getFirebaseData = async () => {
              const fb = window.frames[0].firebase
              const uid = fb.auth().currentUser.uid
              const data = await fb.firestore().collection("_data").doc(uid).get().then(doc => doc.data())
      Severity: Minor
      Found in idleon_saver/scripts/inject.js - About 45 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

      Avoid too many return statements within this function.
      Open

              return 1
      Severity: Major
      Found in idleon_saver/scripts/export.py - About 30 mins to fix
        Severity
        Category
        Status
        Source
        Language