TeaThemeOptions/TeaThemeOptions

View on GitHub

Showing 112 of 177 total issues

Function updateSettings has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
Open

    protected function updateSettings($request, $files)
    {
        //Admin panel
        if (!OLZ_ISADMIN) {
            return;
Severity: Minor
Found in src/Core/Action/Action.php - About 2 hrs 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 initialize has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
Open

    protected function initialize()
    {
        //Admin panel
        if (!OLZ_ISADMIN) {
            return;
Severity: Minor
Found in src/Core/Menu/MenuTemplate.php - About 2 hrs 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 defineLabels has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function defineLabels($ctn, $hierarchical = false)
    {
        $labels = array(
            'name' => $ctn['name'],
            'singular_name' => isset($ctn['singular_name']) && !empty($ctn['singular_name']) 
Severity: Major
Found in src/Core/Term/TermHook.php - About 2 hrs to fix

    Method prepareField has 50 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function prepareField($content, $details = array())
        {
            //Build details
            $post = isset($details['post']) ? $details['post'] : 0;
            $prefix = isset($details['prefix']) ? $details['prefix'] : '';
    Severity: Minor
    Found in src/Core/Field/Maps.php - About 2 hrs to fix

      Method searchSuggest has 49 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function searchSuggest($type, $post, $tags)
          {
              //Check page
              if (!is_search()) {
                  return;
      Severity: Minor
      Found in src/Plugins/Search/SearchElastica.php - About 1 hr to fix

        Function getFieldValue has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
        Open

            public static function getFieldValue($details, $default, $id = '', $multiple = false)
            {
                //Build details
                $post = isset($details['post']) ? $details['post'] : 0;
                $prefix = isset($details['prefix']) ? $details['prefix'] : '';
        Severity: Minor
        Found in src/Core/Field/Field.php - About 1 hr 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 hex2rgb has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
        Open

            protected function hex2rgb($hexcolor) 
            {
                preg_match("/^#{0,1}([0-9a-f]{1,6})$/i", $hexcolor, $match);
        
                if (!isset($match[1])) {
        Severity: Minor
        Found in src/Core/Field/Social.php - About 1 hr 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 searchChildren has 47 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function searchChildren($type, $parent, $order = 'desc')
            {
                //Check page
                if (is_search()) {
                    return;
        Severity: Minor
        Found in src/Plugins/Search/SearchElastica.php - About 1 hr to fix

          Method makeHooks has 47 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function makeHooks()
              {
                  //Admin panel
                  if (!OLZ_ISADMIN) {
                      return;
          Severity: Minor
          Found in src/Core/Hook/HookBackend.php - About 1 hr to fix

            Method hex2rgb has 46 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                protected function hex2rgb($hexcolor) 
                {
                    preg_match("/^#{0,1}([0-9a-f]{1,6})$/i", $hexcolor, $match);
            
                    if (!isset($match[1])) {
            Severity: Minor
            Found in src/Core/Field/Social.php - About 1 hr to fix

              Method hookFieldsDisplay has 45 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function hookFieldsDisplay()
                  {
                      //Defintions
                      $slug = isset($_GET['post_type']) ? $_GET['post_type'] : '';
                      $contents = array();
              Severity: Minor
              Found in src/Core/PostType/PosttypeHook.php - About 1 hr to fix

                Method defineLabels has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public static function defineLabels($ctn)
                    {
                        return array(
                            'name' => $ctn['name'],
                            'singular_name' => isset($ctn['singular_name']) && !empty($ctn['singular_name']) 
                Severity: Minor
                Found in src/Core/PostType/PosttypeHook.php - About 1 hr to fix

                  Method hookCleanBodyClass has 44 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function hookCleanBodyClass($classes, $class)
                      {
                          //Remove unecessary CSS classes generated by WORDPRESS on authors pages
                          if (isset($classes['author'])) {
                              //Get author
                  Severity: Minor
                  Found in src/Core/Hook/HookFrontend.php - About 1 hr to fix

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

                        public function hookAdminMenu()
                        {
                            //Admin panel
                            if (!OLZ_ISADMIN) {
                                return;
                    Severity: Minor
                    Found in src/Core/Menu/MenuEngine.php - About 1 hr to fix

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

                          public function prepareField($content, $details = array())
                          {
                              //Build details
                              $post = isset($details['post']) ? $details['post'] : 0;
                              $prefix = isset($details['prefix']) ? $details['prefix'] : '';
                      Severity: Minor
                      Found in src/Core/Field/Social.php - About 1 hr to fix

                        Function exports has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        module.exports = function (grunt){
                          //------ [CONFIGURATION] ------//
                          var Helpers = require('./tasks/helpers'),
                            filterAvailable = Helpers.filterAvailableTasks,
                            _ = grunt.util._,
                        Severity: Minor
                        Found in Gruntfile.js - About 1 hr to fix

                          Method getField has 42 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              public static function getField($type, $id, $special = array(), $ids = array())
                              {
                                  //Admin panel
                                  if (!OLZ_ISADMIN) {
                                      return false;
                          Severity: Minor
                          Found in src/Core/Field/Field.php - About 1 hr to fix

                            Function _attach_items has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                OlUpload.prototype._attach_items = function (_attach){
                                    var _ol = this;
                            
                                    //check attachments
                                    if (!_attach.length) {
                            Severity: Minor
                            Found in src/Resources/assets/js/upload/upload.js - About 1 hr to fix

                              Method initialize has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  protected function initialize()
                                  {
                                      //Admin panel
                                      if (!OLZ_ISADMIN) {
                                          return;
                              Severity: Minor
                              Found in src/Core/Menu/MenuTemplate.php - About 1 hr to fix

                                Method prepareField has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    public function prepareField($content, $details = array())
                                    {
                                        //Build details
                                        $post = isset($details['post']) ? $details['post'] : 0;
                                        $prefix = isset($details['prefix']) ? $details['prefix'] : '';
                                Severity: Minor
                                Found in src/Core/Field/Background.php - About 1 hr to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language