simplecov-ruby/simplecov

View on GitHub
lib/simplecov/source_file.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Class SourceFile has 43 methods (exceeds 20 allowed). Consider refactoring.
Open

  class SourceFile
    # The full path to this source file (e.g. /User/colszowka/projects/simplecov/lib/simplecov/source_file.rb)
    attr_reader :filename
    # The array of coverage data received from the Coverage.result
    attr_reader :coverage_data
Severity: Minor
Found in lib/simplecov/source_file.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status