openaustralia/morph

View on GitHub
app/lib/morph/time_command.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method parse_line has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.parse_line(line)
      field, value = line.split(": ")

      case field
      when /Maximum resident set size \(kbytes\)/
Severity: Minor
Found in app/lib/morph/time_command.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status