class CQL::SsoLineCountFilter
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 steps on a test
# File lib/cql/sso_filters.rb, line 10 def type_count(test) test.steps.size end