detain/litespeed-licensing

View on GitHub

Showing 6 of 6 total issues

Method req has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function req($action)
    {
        require_once __DIR__.'/../../../workerman/statistics/Applications/Statistics/Clients/StatisticClient.php';

        $this->params['eService_action'] = rawurlencode($action);
Severity: Minor
Found in src/LiteSpeed.php - About 1 hr to fix

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

        public function req($action)
        {
            require_once __DIR__.'/../../../workerman/statistics/Applications/Statistics/Clients/StatisticClient.php';
    
            $this->params['eService_action'] = rawurlencode($action);
    Severity: Minor
    Found in src/LiteSpeed.php - 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 order has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

        public function order($product, $cpu = false, $period = 'monthly', $payment = 'credit', $cvv = false, $promocode = false)
        {
            if (!in_array($product, $this->validProducts)) {
                return ['error' => 'Invalid Product'];
            }
    Severity: Minor
    Found in src/LiteSpeed.php - 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

    Method order has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function order($product, $cpu = false, $period = 'monthly', $payment = 'credit', $cvv = false, $promocode = false)
    Severity: Minor
    Found in src/LiteSpeed.php - About 45 mins to fix

      Method upgrade has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function upgrade($serial = false, $ipAddress = false, $cpu, $payment = 'credit', $cvv = false)
      Severity: Minor
      Found in src/LiteSpeed.php - About 35 mins to fix

        Avoid too many return statements within this method.
        Open

                return $this->req('Order');
        Severity: Major
        Found in src/LiteSpeed.php - About 30 mins to fix
          Severity
          Category
          Status
          Source
          Language