How this tool computes its result
A single ratio: rate = (responses / delivered) × 100, with nonResponses = delivered − responses. The component validates delivered > 0 (blocking with "Delivered count must be greater than zero.") and responses ≥ 0 (blocking with "Responses cannot be negative."), but performs no cross-field check between the two numbers.
