ManageIQ/manageiq

View on GitHub
app/models/metric/capture.rb

Summary

Maintainability
A
0 mins
Test Coverage
B
89%

Use filter_map instead.
Open

    @capture_cols ||= Metric.columns_hash.collect { |c, h| c.to_sym if h.type == :float && c[0, 7] != "derived" }.compact
Severity: Minor
Found in app/models/metric/capture.rb by rubocop

There are no issues that match your filters.

Category
Status