Blahah/transrate

View on GitHub
lib/transrate/score_optimiser.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method optimal_score has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def optimal_score(prefix='assembly')
      return [@optimal, @cutoff] unless @optimal.nil?
      product = 0
      good = 0
      @assembly.assembly.each do |key, contig|
Severity: Minor
Found in lib/transrate/score_optimiser.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status