Method: SimpleCov::SourceFile#covered_strength

Defined in:
lib/simplecov/source_file.rb

#covered_strengthObject


84
85
86
# File 'lib/simplecov/source_file.rb', line 84

def covered_strength
  coverage_statistics[:line]&.strength
end