lifull-dev/bucky-core

View on GitHub
lib/bucky/core/test_core/test_class_generator.rb

Summary

Maintainability
A
1 hr
Test Coverage
D
65%

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

    There are no issues that match your filters.

    Category
    Status