lib/dtn/messages/system/generic.rb

Summary

Maintainability
A
1 hr
Test Coverage
C
78%

Method parse has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          def parse(line:, client:, **)
            case line
            when /^S,KEY/ then Obsolete.new
            when /^S,SERVER CONNECTED/ then Connected.new
            when /^S,SERVER DISCONNECTED/ then Disconnected.new
Severity: Minor
Found in lib/dtn/messages/system/generic.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status