thomis/db_meta

View on GitHub
lib/db_meta/oracle/types/table_data_collection.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
19%

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

      def format_values(name_type_map, item)
        buffer = []

        item.each_pair do |key, value|
          if value.nil?
Severity: Minor
Found in lib/db_meta/oracle/types/table_data_collection.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status