Values.RuleStatusCountsSourceA summary of rule results, providing counts for each status type.
type nonrec t = {failed : Integer.t option;The number of rules that failed.
*)warning : Integer.t option;The number of rules that returned warnings.
*)info : Integer.t option;The number of rules that returned informational results.
*)passed : Integer.t option;The number of rules that passed.
*)unknown : Integer.t option;The number of rules with unknown status.
*)}