ReactiveX/Rx.rb

View on GitHub
lib/rx/testing/test_scheduler.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def configure(options = {})
      options.each {|key,_|
        unless [:created, :subscribed, :disposed].include? key
          raise ArgumentError, "Should be specified whether :created, :subscribed or :disposed, but the #{key.inspect}"
        end
Severity: Minor
Found in lib/rx/testing/test_scheduler.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status