CLOSER-Cohorts/archivist

View on GitHub
lib/exporters/xml/ddi/cc_question.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method V3_2 has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def V3_2(qc_id)
      if qc_id.is_a? ::CcQuestion
        cc = qc_id
      else
        cc = ::CcQuestion.find qc_id
Severity: Minor
Found in lib/exporters/xml/ddi/cc_question.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status