# File lib/simplecov/filter.rb, line 35 def passes?(source_file) !filter_argument.call(source_file) end