test/transitivity_test.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

  def setup
    @dg = DirectedAdjacencyGraph.new
    @dg.add_edges([1, 2], [2, 3], [2, 4], [4, 5], [1, 6], [6, 4])
    @dg_tc = DirectedAdjacencyGraph.new
    @dg_tc.add_edges(
Severity: Minor
Found in test/transitivity_test.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status