rapid7/metasploit-framework

View on GitHub
lib/msf/core/post/windows/cli_parse.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def win_parse_results(str)
    tip = false
    hashish = {}
    lastkey = nil
    str.each_line do |line|
Severity: Minor
Found in lib/msf/core/post/windows/cli_parse.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status