class Covered::Wrapper

def relative_path(path)

def relative_path(path)
	if @output
		@output.relative_path(path)
	else
		path
	end
end