sanger/sequencescape

View on GitHub
lib/tasks/record_loader/tube_rack_purpose.rake

Summary

Maintainability
Test Coverage
B
80%

Complex method namespace#record_loader (56.1)
Open

namespace :record_loader do
  desc 'Automatically generate TubeRackPurpose through TubeRackPurposeLoader'
  task tube_rack_purpose: :environment do
    RecordLoader::TubeRackPurposeLoader.new.create!

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status