Class | SimpleCov::ArrayFilter |
In: |
lib/simplecov/filter.rb
|
Parent: | SimpleCov::Filter |
Returns true if any of the filters in the array match the given source file. Configure this Filter like StringFilter.new([‘some/path’, /^some_regex/, Proc.new {|src_file| … }])