class Covered::Filter
def each(&block)
- 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
def each(&block) @output.each do |coverage| yield coverage if accept?(coverage.path) end end