ManageIQ/manageiq-providers-ibm_power_hmc

View on GitHub
app/models/manageiq/providers/ibm_power_hmc/infra_manager/lpar.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
57%

Use filter_map instead.
Open

      metrics[ts] = counters.each_key.map do |key|
        val = get_sample_value(s, key)
        next if val.nil?

        [key, val]

There are no issues that match your filters.

Category
Status