hendrikmaus/reynaldo

View on GitHub

Showing 4 of 4 total issues

Function getAllVariables has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
Open

    public function getAllVariables()
    {
        $variables = [];

        /** @var MemberElement $member */
Severity: Minor
Found in src/Elements/HrefVariablesElement.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 getAllVariables has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getAllVariables()
    {
        $variables = [];

        /** @var MemberElement $member */
Severity: Minor
Found in src/Elements/HrefVariablesElement.php - About 1 hr to fix

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

        private function processElement(array $element, $class, BaseElement $parent, $replaceAttribute = null)
        {
            $apiElement = new $class($element);
    
            if (!$replaceAttribute) {
    Severity: Minor
    Found in src/Parser/RefractParser.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 processElement has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        private function processElement(array $element, $class, BaseElement $parent, $replaceAttribute = null)
        {
            $apiElement = new $class($element);
    
            if (!$replaceAttribute) {
    Severity: Minor
    Found in src/Parser/RefractParser.php - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language