class SimpleCov::Result

def to_hash

Returns a hash representation of this Result that can be used for marshalling it into YAML
def to_hash
  {command_name => {:original_result => original_result.reject {|filename, result| !filenames.include?(filename) }, :created_at => created_at}}
end