spotweb/spotweb

View on GitHub
lib/ubb/SpotUbb_parser.php

Summary

Maintainability
D
1 day
Test Coverage

Function tokenize has a Cognitive Complexity of 29 (exceeds 5 allowed). Consider refactoring.
Open

    public function tokenize($nowtag = [])
    {
        $curcnt = 0;
        $tagcfg = null;
        $contents[$curcnt] = $this->newcontent();
Severity: Minor
Found in lib/ubb/SpotUbb_parser.php - About 4 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 converttoubb has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring.
Open

    public function converttoubb($parseresult, $allowedchildren = [null])
    {
        $output = [''];
        $bodycount = 0;

Severity: Minor
Found in lib/ubb/SpotUbb_parser.php - About 3 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 converttoubb has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function converttoubb($parseresult, $allowedchildren = [null])
    {
        $output = [''];
        $bodycount = 0;

Severity: Major
Found in lib/ubb/SpotUbb_parser.php - About 2 hrs to fix

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

        public function tokenize($nowtag = [])
        {
            $curcnt = 0;
            $tagcfg = null;
            $contents[$curcnt] = $this->newcontent();
    Severity: Minor
    Found in lib/ubb/SpotUbb_parser.php - About 1 hr to fix

      Function fetchparams has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
      Open

          public function fetchparams($namedparams)
          {
              $paramstr = '';
      
              while ($this->hasnextch() && ($this->peekch() != ']')) {
      Severity: Minor
      Found in lib/ubb/SpotUbb_parser.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 fetchopeningtag has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Open

          public function fetchopeningtag()
          {
              $tmp['tagposition'] = ($this->getpos() + 1);
              $tmp['tagname'] = '';
              $tmp['params'] = ['arenamedparams' => false,
      Severity: Minor
      Found in lib/ubb/SpotUbb_parser.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

      There are no issues that match your filters.

      Category
      Status