mushti/request

View on GitHub

Showing 10 of 10 total issues

Method path has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function path()
    {
        if ($this->path !== null) {
            return $this->path;
        }
Severity: Minor
Found in src/Components/Target.php - About 1 hr to fix

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

        public function field()
        {
            if ($this->field !== null) {
                return $this->field;
            }
    Severity: Minor
    Found in src/Components/Authorization.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 format has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

        public function format()
        {
            if ($this->format !== null) {
                return $this->format;
            }
    Severity: Minor
    Found in src/Components/Target.php - About 35 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 path has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

        public function path()
        {
            if ($this->path !== null) {
                return $this->path;
            }
    Severity: Minor
    Found in src/Components/Target.php - About 35 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

    Avoid too many return statements within this method.
    Open

            return $this->format = false;
    Severity: Major
    Found in src/Components/Target.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

              return $this->path = false;
      Severity: Major
      Found in src/Components/Target.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                    return $this->format = 'asterisk-form';
        Severity: Major
        Found in src/Components/Target.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                  return $this->field = false;
          Severity: Major
          Found in src/Components/Authorization.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                        return $this->path = explode('?', $_SERVER['REQUEST_URI'])[0];
            Severity: Major
            Found in src/Components/Target.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                          return $this->path = $_SERVER['ORIG_PATH_INFO'];
              Severity: Major
              Found in src/Components/Target.php - About 30 mins to fix
                Severity
                Category
                Status
                Source
                Language