piotrmurach/rspec-benchmark

View on GitHub
lib/rspec/benchmark/comparison_matcher.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Matcher has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

      class Matcher
        def initialize(expected, comparison_type, **options)
          check_comparison(comparison_type)
          @expected = expected
          @comparison_type = comparison_type
Severity: Minor
Found in lib/rspec/benchmark/comparison_matcher.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status