class CQL::TagCountFilter

Not a part of the public API. Subject to change at any time.

Public Instance Methods

type_count(test) click to toggle source

Counts the numbers of tags on a test

# File lib/cql/filters.rb, line 101
def type_count(test)
  test.tags.size
end