bio-miga/miga

View on GitHub
test/parallel_test.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
94%

Assignment Branch Condition size for test_distribute is too high. [19.1/15]
Open

  def test_distribute
    declare_forks

    base = tmpfile('base')
    assert(!File.exist?("#{base}-3"))
Severity: Minor
Found in test/parallel_test.rb by rubocop

This cop checks that the ABC size of methods is not higher than the configured maximum. The ABC size is based on assignments, branches (method calls), and conditions. See http://c2.com/cgi/wiki?AbcMetric

There are no issues that match your filters.

Category
Status