CLOSER-Cohorts/archivist

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

Summary

Maintainability
A
1 hr
Test Coverage

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

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

There are no issues that match your filters.

Category
Status