lifull-dev/bucky-core

View on GitHub

Showing 2 of 5 total issues

Method generate_test_class has 53 lines of code (exceeds 30 allowed). Consider refactoring.
Open

        def generate_test_class(data: [], linkstatus_url_log: {}, w_pipe: {})
          test_cond = @test_cond
          # Common proccessing
          # e.g.) TestSampleAppPcE2e1, TestSampleAppPcHttpstatus1
          test_class_name = make_test_class_name(data)
Severity: Major
Found in lib/bucky/core/test_core/test_class_generator.rb - About 1 hr to fix

    Method load_suite_file has a Cognitive Complexity of 15 (exceeds 10 allowed). Consider refactoring.
    Open

              def load_suite_file(file)
                test_suite = load_yaml(file)
                test_suite.deep_symbolize_keys!
                test_suite[:setup_each][:procs].each(&:deep_symbolize_keys!) if test_suite[:setup_each]
                test_suite[:teardown_each][:procs].each(&:deep_symbolize_keys!) if test_suite[:teardown_each]
    Severity: Minor
    Found in lib/bucky/core/test_core/test_case_loader.rb - 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

    Severity
    Category
    Status
    Source
    Language