class Covered::Source
def initialize(path, code: nil, line_offset: 1, modified_time: nil)
def initialize(path, code: nil, line_offset: 1, modified_time: nil) @path = path @code = code @line_offset = line_offset @modified_time = modified_time end
def initialize(path, code: nil, line_offset: 1, modified_time: nil) @path = path @code = code @line_offset = line_offset @modified_time = modified_time end