Instance Method
generateFilterClosure()
Creates a predicate closure based on the current configuration of the receiving instance
func generateFilterClosure() -> (CoverageDataEntry) -> Bool
Return Value
which will return true for CoverageDataEntrys which should accepted according to current configuration of the instance generating the closure.