aggregationForGroup

abstract val aggregationForGroup: Property<AggregationType>(source)

Specifies aggregation function that will be calculated over all the units of the same group.

This function used to calculate the aggregated coverage value, it uses the values of the covered and uncovered units of type coverageUnits as arguments.

Result value will be compared with the bounds.

AggregationType.COVERED_PERCENTAGE by default.