fog/fog-google

View on GitHub
examples/l7_load_balance.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method test has 68 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def test
  connection = Fog::Compute.new(:provider => "google")
  health = connection.http_health_checks.create(:name => "test-checks")
  instance1 = connection.servers.get("fog-l7-instance-1")
  instance2 = connection.servers.get("fog-l7-instance-2")
Severity: Major
Found in examples/l7_load_balance.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status