Konano/arknights-mower

View on GitHub
arknights_mower/utils/device/scrcpy/core.py

Summary

Maintainability
A
3 hrs
Test Coverage

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

    def __init__(
Severity: Major
Found in arknights_mower/utils/device/scrcpy/core.py - About 1 hr to fix

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

        def swipe(self, x0, y0, x1, y1, move_duraion: float = 1, hold_before_release: float = 0, fall: bool = True, lift: bool = True):
    Severity: Major
    Found in arknights_mower/utils/device/scrcpy/core.py - About 1 hr to fix

      Function swipe has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

          def swipe(self, x0, y0, x1, y1, move_duraion: float = 1, hold_before_release: float = 0, fall: bool = True, lift: bool = True):
              frame_time = 1 / 60
      
              start_time = time.perf_counter()
              end_time = start_time + move_duraion
      Severity: Minor
      Found in arknights_mower/utils/device/scrcpy/core.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 stable has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          def stable(f):
              @functools.wraps(f)
              def inner(self: Client, *args, **kwargs):
                  try_count = 0
                  while try_count < 3:
      Severity: Minor
      Found in arknights_mower/utils/device/scrcpy/core.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