tacnoman/thumcno

View on GitHub

Showing 55 of 55 total issues

Avoid too many return statements within this method.
Open

            return $this->serveCacheFile();
Severity: Major
Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    return $ci;
    Severity: Major
    Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                  return 'UNKNOWN';
      Severity: Major
      Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return $this->error('Could not open the lockfile for writing an image.');
        Severity: Major
        Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                      case 7: return LogLevel::INFO;
          Severity: Major
          Found in src/Tacnoman/Logger.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                    return true;
            Severity: Major
            Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              return false;
              Severity: Major
              Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                            return false;
                Severity: Major
                Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                              return false;
                  Severity: Major
                  Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                return false;
                    Severity: Major
                    Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                  return true;
                      Severity: Major
                      Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                    return false;
                        Severity: Major
                        Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                          return $ff;
                          Severity: Major
                          Found in src/Tacnoman/ThumcnoServer.php - About 30 mins to fix

                            Function setUrlParams has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                            Open

                                public function setUrlParams()
                                {
                                    if (isset($this->appConfigs['route'])) {
                                        $regex = '/'.$this->appConfigs['route'].'/i';
                                        preg_match($regex, $_SERVER['REQUEST_URI'], $params);
                            Severity: Minor
                            Found in src/Tacnoman/Config.php - 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

                            Function serveCacheFile has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                            Open

                                protected function serveCacheFile()
                                {
                                    Logger::notice("Serving {$this->cachefile}");
                                    if (!is_file($this->cachefile)) {
                                        $this->error("serveCacheFile called in thumcno but we couldn't find the cached file.");
                            Severity: Minor
                            Found in src/Tacnoman/ThumcnoServer.php - 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

                            Severity
                            Category
                            Status
                            Source
                            Language