ReactiveX/RxRuby

View on GitHub
lib/rx/linq/observable/when.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method when has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def when(*plans)
      AnonymousObservable.new do |observer|
        active_plans = []
        external_subscriptions = {}
        out_observer = Observer.configure {|o|
Severity: Minor
Found in lib/rx/linq/observable/when.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status