mongodb/mongo-ruby-driver

View on GitHub
lib/mongo/crypt/encryption_io.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method spawn_mongocryptd has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def spawn_mongocryptd
        mongocryptd_spawn_args = @options[:mongocryptd_spawn_args]
        mongocryptd_spawn_path = @options[:mongocryptd_spawn_path]

        unless mongocryptd_spawn_path
Severity: Minor
Found in lib/mongo/crypt/encryption_io.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status