srevinsaju/guiscrcpy

View on GitHub
guiscrcpy/lib/mapper/ux.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function build_user_interface has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def build_user_interface(self):
        self.label = QtWidgets.QLabel(self)
        self.drawing = False
        self.widget = QtWidgets.QWidget(self)
        self.widget.setGeometry(QtCore.QRect(0, 0, 351, 34))
Severity: Minor
Found in guiscrcpy/lib/mapper/ux.py - About 1 hr to fix

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

        def __init__(
    Severity: Minor
    Found in guiscrcpy/lib/mapper/ux.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status