nstarman/utilipy

View on GitHub
utilipy/utils/logging/_LogPrint.py

Summary

Maintainability
C
1 day
Test Coverage

Function write has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Open

    def write(
        self,
        *text: str,
        start: str = "",
        sep: str = " ",
Severity: Minor
Found in utilipy/utils/logging/_LogPrint.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 report has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

    def report(
        self,
        *msgs: str,
        verbose: T.Optional[int] = None,
        print: bool = True,
Severity: Minor
Found in utilipy/utils/logging/_LogPrint.py - About 55 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 write has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def write(
Severity: Major
Found in utilipy/utils/logging/_LogPrint.py - About 50 mins to fix

    Function read_log has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def read_log(
    Severity: Major
    Found in utilipy/utils/logging/_LogPrint.py - About 50 mins to fix

      Function record has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def record(
      Severity: Minor
      Found in utilipy/utils/logging/_LogPrint.py - About 45 mins to fix

        Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def __init__(
        Severity: Minor
        Found in utilipy/utils/logging/_LogPrint.py - About 45 mins to fix

          Function __init__ has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
          Open

              def __init__(
                  self,
                  verbose: int = 0,
                  sec_div: str = "-",
                  header: T.Union[str, bool, None] = None,
          Severity: Minor
          Found in utilipy/utils/logging/_LogPrint.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 report has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def report(
          Severity: Minor
          Found in utilipy/utils/logging/_LogPrint.py - About 45 mins to fix

            Function open_to_write has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def open_to_write(
            Severity: Minor
            Found in utilipy/utils/logging/_LogPrint.py - About 35 mins to fix

              Function open has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def open(
              Severity: Minor
              Found in utilipy/utils/logging/_LogPrint.py - About 35 mins to fix

                There are no issues that match your filters.

                Category
                Status