avocado-framework/avocado

View on GitHub
avocado/plugins/run.py

Summary

Maintainability
B
4 hrs
Test Coverage
A
96%

File run.py has 256 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
Severity: Minor
Found in avocado/plugins/run.py - About 2 hrs to fix

    Function configure has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        def configure(self, parser):
            """
            Add the subparser for the run action.
    
            :param parser: Main test runner parser.
    Severity: Minor
    Found in avocado/plugins/run.py - About 1 hr to fix

      Function run has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

          def run(self, config):
              """
              Runs an Avocado Job with a TestSuite created from test references
      
              :param config: Configuration received from command line parser and
      Severity: Minor
      Found in avocado/plugins/run.py - About 35 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