Expand description
Stats help to analyze repeated test runs.
For any key you can count the occurrences of its values. Use it to reveal the
distribution of generated test data or the probability of branches.
Stats must enabled with the feature stats.
Structs§
- Stat
- Contains the counters of different values with the same key.
- Stats
- Contains the stats for different keys.
Enums§
- Counter
- A counter for occurrences of a value.