Class: Uncov::Finder::Nocov

Inherits:
Object
  • Object
show all
Defined in:
lib/uncov/finder/nocov.rb

Overview

collect nocov information from files

Instance Method Summary collapse

Instance Method Details

#files(all_files) ⇒ Object



5
6
7
8
9
# File 'lib/uncov/finder/nocov.rb', line 5

def files(all_files)
  all_files.files.transform_values do |lines|
    nocov_lines(lines)
  end
end