test/edmonds_karp_test.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method setup has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def setup
    @capacities_map = {
        [1, 2] => 3,
        [1, 4] => 3,
        [2, 3] => 4,
Severity: Minor
Found in test/edmonds_karp_test.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status