Class SimpleCov::FileList
In: lib/simplecov/file_list.rb
Parent: Array

Methods

Public Instance methods

Returns the count of lines that have coverage

Computes the coverage based upon lines covered and lines missed @return [Float]

Computes the coverage based upon lines covered and lines missed for each file Returns an array with all coverage percentages

Computes the strength (hits / line) based upon lines covered and lines missed @return [Float]

Finds the least covered file and returns that file‘s name

Returns the overall amount of relevant lines of code across all files in this list

Returns the count of lines that have been missed

Returns the count of lines that are not relevant for coverage

Returns the count of skipped lines

[Validate]