PropCheck.classify

You're seeing just the function classify, go back to PropCheck module for more information.
Link to this function

classify(test, count, sample)

View Source

Specs

classify(test(), boolean(), any() | sample()) :: test()

Same as collect/2, but can accept both a single category and a list of categories.

count is a boolean flag: when false, the particular test case will not be counted.