ruby-concurrency/concurrent-ruby

View on GitHub
lib/concurrent-ruby-edge/concurrent/channel/buffer/base.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Base has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

      class Base < Synchronization::LockableObject

        # @!macro channel_buffer_capacity_reader
        #
        #   The maximum number of values which can be {#put} onto the buffer
Severity: Minor
Found in lib/concurrent-ruby-edge/concurrent/channel/buffer/base.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status