public sealed class TransitionRouteGroupCoverage : IMessage<TransitionRouteGroupCoverage>, IEquatable<TransitionRouteGroupCoverage>, IDeepCloneable<TransitionRouteGroupCoverage>, IBufferMessage, IMessage
Transition route group coverage represents the percentage of all possible
transition routes present within any of a parent's test cases. The results
are grouped by the transition route group.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `TransitionRouteGroupCoverage` class represents the percentage of transition routes covered by test cases, grouped by the transition route group."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It provides two constructors: a default constructor and one that takes another `TransitionRouteGroupCoverage` object as a parameter."],["The class includes properties like `Coverages`, which is a `RepeatedField` containing individual `Coverage` details, and `CoverageScore`, representing the overall percentage of covered routes."],["The document provides a detailed list of available versions of this `TransitionRouteGroupCoverage` class, ranging from version 1.0.0 up to the latest version 2.23.0."]]],[]]