fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/requests/storage/get_blob_properties.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
35%

Method get_blob_properties has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def get_blob_properties(*)
          blob = Azure::Storage::Blob::Blob.new
          blob.name = 'test_blob'
          blob.metadata = {}
          blob.properties = {
Severity: Minor
Found in lib/fog/azurerm/requests/storage/get_blob_properties.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status