koraktor/steam-condenser-ruby

View on GitHub
lib/steam-condenser/servers/packets/s2a_info_detailed_packet.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def initialize(data)
      super S2A_INFO_DETAILED_HEADER, data

      info.merge!({
        game_ip: @content_data.cstring,
Severity: Minor
Found in lib/steam-condenser/servers/packets/s2a_info_detailed_packet.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status