sanger/sequencescape

View on GitHub
lib/tasks/benchmark_plate_transfer.rake

Summary

Maintainability
Test Coverage
F
7%

Complex method namespace(benchmark)::task#plate_transfer (56.0)
Open

  task plate_transfer: :environment do
    $stdout.puts 'Preparing'
    stock = Purpose.find_by(name: 'Shear').create!
    sample = Sample.find_or_create_by(name: 'test_sample')
    stock.wells.each do |w|

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