#include "testlib.h" RENDER(Request& context) { bool local_only = test_demo_request_allowed(context); site_tests_page_start( "Coverage Index", "Grouped runtime coverage pages for the published site. Public-safe pages stay available everywhere; stateful or infrastructure-touching pages stay local-only." ); if(local_only) { ?>
Local-network access detected. The full suite, including filesystem, service, and task coverage pages, is available.
Public access detected. Local-only pages remain linked here but will return a restricted message instead of mutating server state.
Back To Demo Pages