module SimpleCov::CommandGuesser

def guess

def guess
  from_env || from_command_line_options || from_defined_constants
end