class Covered::Persist
def initialize(output, path = ".covered.msgpack")
def initialize(output, path = ".covered.msgpack") super(output) @path = path @touched = Set.new end
def initialize(output, path = ".covered.msgpack") super(output) @path = path @touched = Set.new end