Method: SimpleCov::SourceFile::Line#coverage

Defined in:
lib/simplecov/source_file/line.rb

#coverageObject (readonly)

The coverage data for this line: either nil (never), 0 (missed) or >=1 (times covered)



16
17
18
# File 'lib/simplecov/source_file/line.rb', line 16

def coverage
  @coverage
end