class Covered::Filter

def each(&block)

Other tags:
    Yield: - the path to the file, and the execution counts.
def each(&block)
	@output.each do |coverage|
		yield coverage if accept?(coverage.path)
	end
end