# File lib/simplecov/filter.rb, line 53
    def matches?(source_file)
      source_file.project_filename.include?(filter_argument)
    end