total property
int
get
total
Gets the number of total mutations found. You must call count() or runMutationTest() first.
Implementation
int get total => bar.total.maximum;
Gets the number of total mutations found. You must call count() or runMutationTest() first.
int get total => bar.total.maximum;