class SimpleCov::BlockFilter
source file.
Filter that matches when the configured block returns truthy for the
def matches?(source_file)
Returns true if the block given when initializing this filter with BlockFilter.new {|src_file| ... }
def matches?(source_file) filter_argument.call(source_file) end