jamesmoriarty/scorched-earth-rb

View on GitHub
lib/scorched_earth/services/cie94.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method call has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def call(color_1, color_2, weighting_type = :graphic_arts)
        color_1 = to_lab(color_1)
        color_2 = to_lab(color_2)

        case weighting_type
Severity: Minor
Found in lib/scorched_earth/services/cie94.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status