schrodingersbox/split_cat

View on GitHub
lib/split_cat/random.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method generate has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.generate( args )
      n_subjects = args[ :n_subjects ].to_i
      n_experiments = args[ :n_experiments ].to_i
      max_items = args[ :max_items ].to_i

Severity: Minor
Found in lib/split_cat/random.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status