gpcm_runtime_guard_coverage: Bounded GPCM Route-Boundary Coverage

View source: R/help_gpcm_scope.R

gpcm_runtime_guard_coverageR Documentation

Bounded GPCM Route-Boundary Coverage

Description

Public table showing how blocked or deferred bounded-GPCM capability rows are handled by the current release.

Usage

gpcm_runtime_guard_coverage()

Details

gpcm_capability_matrix() is the user-facing support matrix. This helper records which public helpers stop with mfrmr_gpcm_scope_error when called on a bounded GPCM path and which capability rows have no public route yet and are therefore documented as future-extension scope.

Package checks use this table to keep out-of-scope GPCM behavior aligned with the capability matrix. A row with GuardMode = "runtime_error" should have ExpectedConditionClass = "mfrmr_gpcm_scope_error". A row with GuardMode = "roadmap_only" records a documented future-extension target with no public helper to call in the current release.

Value

A data.frame with columns:

  • Area

  • Helper

  • Status

  • GuardMode

  • ExpectedConditionClass

  • RecommendedRoute

  • NextValidationStep

  • TestRoute

  • Notes

See Also

gpcm_capability_matrix(), mfrmr_workflow_methods, mfrmr-package

Examples

gpcm_runtime_guard_coverage()

mfrmr documentation built on June 13, 2026, 1:07 a.m.