Class: SimpleCov::FileList

Inherits:
Array
  • Object
show all
Defined in:
lib/covernor.rb

Instance Method Summary collapse

Instance Method Details

#lines_of_codeObject



10
11
12
# File 'lib/covernor.rb', line 10

def lines_of_code
  covered_lines
end