Runtime coverage report
nanostores_runtime_coverageCompare static analysis with runtime data to identify stores missing from instrumentation or dynamically created during execution. Use after app runs to verify coverage.
Instructions
Compare static analysis graph with runtime event data to find stores declared in the static graph but not observed in this runtime session, and stores seen at runtime but absent from the static graph (dynamic or unscanned). Use after running the app to verify instrumentation completeness. Example: {} or {projectRoot: "/path/to/project"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectRoot | No | Project root path (uses first configured root if omitted) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| report | Yes |