concord-consortium/lara

View on GitHub
app/services/c_rater/argumentation_blocks_report.rb

Summary

Maintainability
B
6 hrs
Test Coverage
A
100%

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

  def self.generate(arg_block_buckets)
    bucket_columns = arg_block_buckets[:columns].map &:to_sym
    bucket_rows = arg_block_buckets[:rows]
    bucket_row_indices = indices_by_element(bucket_columns)

Severity: Major
Found in app/services/c_rater/argumentation_blocks_report.rb - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status