ManageIQ/manageiq-ui-classic

View on GitHub
app/helpers/container_group_helper/textual_summary.rb

Summary

Maintainability
A
0 mins
Test Coverage
B
81%

Use filter_map instead.
Open

      volume_values = @@key_dictionary.collect do |key, name|
        [nil, name, volume[key]] if volume[key].present?
      end.compact

There are no issues that match your filters.

Category
Status