# File lib/simplecov/result.rb, line 63
    def to_hash
      {command_name => {"coverage" => coverage, "timestamp" => created_at.to_i}}
    end