Showing 224 of 370 total issues

Function send has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    private function send() {
        if(count($this->list) == 0) {
            return;
        }

Severity: Minor
Found in phplib/ESClient.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 generateClause has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    protected static function generateClause($key, $value) {
        $val_cmp = true;
        $conds = [];
        $vals = [];

Severity: Minor
Found in phplib/Model.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 _execute has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    protected function _execute($date, $constructed_qdata) {
        $gcfg = $this->getConfig();
        if(is_null($gcfg['host'])) {
            throw new SearchException('Graphite not configured');
        }
Severity: Minor
Found in phplib/Search/Graphite.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 function.
Open

                return 'attribute';
Severity: Major
Found in htdocs/assets/js/views/searches/syntax/ecl.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                return words.hasOwnProperty(cur) ? words[cur] : null;
    Severity: Major
    Found in htdocs/assets/js/views/searches/syntax/ecl.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return "operator";
      Severity: Major
      Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                            return 'number';
        Severity: Major
        Found in htdocs/assets/js/views/searches/syntax/ecl.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                      if (stream.peek() === '=' && /\w+/.test(cur)) return 'def';
          Severity: Major
          Found in htdocs/assets/js/views/searches/syntax/ecl.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                      return null;
            Severity: Major
            Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                        return token_(state, ret);
              Severity: Major
              Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return self::format($this->read($get));
                Severity: Major
                Found in phplib/REST/Alerts.php - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                            return token_(state, "variable-2");
                  Severity: Major
                  Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                              return token_(state, "bracket");
                    Severity: Major
                    Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                              return token_error(stream, state);
                      Severity: Major
                      Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                  return token_string(stream, state);
                        Severity: Major
                        Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                          return 'operator';
                          Severity: Major
                          Found in htdocs/assets/js/views/searches/syntax/ecl.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                    return 'bracket';
                            Severity: Major
                            Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                      return token_(state, "punctuation");
                              Severity: Major
                              Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                        return token_(state, "keyword");
                                Severity: Major
                                Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                          return token_(state, "atom");
                                  Severity: Major
                                  Found in htdocs/assets/js/views/searches/syntax/elasticsearch.js - About 30 mins to fix
                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language