iMattPro/abbc3

View on GitHub

Showing 5 of 17 total issues

Method abbc3_bbcodes has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function abbc3_bbcodes()
    {
        return array(
            // These exist in core
            'b',
Severity: Major
Found in migrations/v310_m1_remove_data.php - About 2 hrs to fix

    Method faq has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function faq()
        {
            // Set the block template data
            $this->template->assign_block_vars('faq_block', [
                'BLOCK_TITLE'    => $this->language->lang('ABBC3_FAQ_TITLE'),
    Severity: Minor
    Found in core/bbcodes_help.php - About 1 hr to fix

      Method update_schema has 27 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function update_schema()
          {
              return array(
                  'drop_tables'    => array(
                      $this->table_prefix . 'clicks',
      Severity: Minor
      Found in migrations/v310_m2_remove_schema.php - About 1 hr to fix

        Function bbvideo has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
        Open

            public function bbvideo(Configurator $configurator)
            {
                if (!isset($configurator->BBCodes['bbvideo']))
                {
                    return;
        Severity: Minor
        Found in core/bbcodes_config.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

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

            public function clear_reparsers()
            {
                /** @var \phpbb\textreparser\manager $reparser_manager */
                $reparser_manager = $this->container->get('text_reparser.manager');
        
        
        Severity: Minor
        Found in migrations/v336_m17_unparse.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