hackedteam/vector-edk

View on GitHub

Showing 9,525 of 13,510 total issues

Avoid deeply nested control flow statements.
Open

                                if (self.synpred70()) :
                                    alt33 = 1
Severity: Major
Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                                    if (self.synpred67()) :
                                        alt31 = 1
    
    Severity: Major
    Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                                      if (self.synpred67()) :
                                          alt31 = 1
      
      Severity: Major
      Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                        if (self.synpred67()) :
                                            alt31 = 1
        
        Severity: Major
        Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                          if (self.synpred67()) :
                                              alt31 = 1
          
          Severity: Major
          Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                            if (self.synpred67()) :
                                                alt31 = 1
            
            Severity: Major
            Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                              if (self.synpred67()) :
                                                  alt31 = 1
              
              Severity: Major
              Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                                if (self.synpred70()) :
                                                    alt33 = 1
                
                Severity: Major
                Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                  Avoid deeply nested control flow statements.
                  Open

                                                  if (self.synpred70()) :
                                                      alt33 = 1
                  
                  Severity: Major
                  Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                                    if (LA69_0 == STRING_LITERAL) :
                                                        LA69_31 = self.input.LA(2)
                    
                                                        if (self.synpred137()) :
                                                            alt69 = 1
                    Severity: Major
                    Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

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

                          def type_qualifier(self, ):
                      
                              type_qualifier_StartIndex = self.input.index()
                              try:
                                  try:
                      Severity: Minor
                      Found in BaseTools/Source/Python/Eot/CParser.py - 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

                      Avoid deeply nested control flow statements.
                      Open

                                                      if (self.synpred67()) :
                                                          alt31 = 1
                      
                      Severity: Major
                      Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                        if (self.synpred67()) :
                                                            alt31 = 1
                        
                        Severity: Major
                        Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                          if (self.synpred70()) :
                                                              alt33 = 1
                          
                          Severity: Major
                          Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                            if (self.synpred70()) :
                                                                alt33 = 1
                            
                            Severity: Major
                            Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                              if (self.synpred67()) :
                                                                  alt31 = 1
                              
                              Severity: Major
                              Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                                if (self.synpred67()) :
                                                                    alt31 = 1
                                
                                Severity: Major
                                Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                                  if (self.synpred70()) :
                                                                      alt33 = 1
                                  
                                  Severity: Major
                                  Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                                    if (self.synpred70()) :
                                                                        alt33 = 1
                                    
                                    Severity: Major
                                    Found in BaseTools/Source/Python/Eot/CParser.py - About 45 mins to fix

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

                                          def struct_or_union(self, ):
                                      
                                              struct_or_union_StartIndex = self.input.index()
                                              try:
                                                  try:
                                      Severity: Minor
                                      Found in BaseTools/Source/Python/Eot/CParser.py - 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

                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language