True when a recorded per-file entry is the parse-partial coverage signal * (#963) rather than a genuine skip. Kept out of skipped[]/skipped_count so * the "skipped" contract (file NOT indexed) stays exact. */
| 7257 | * (#963) rather than a genuine skip. Kept out of skipped[]/skipped_count so |
| 7258 | * the "skipped" contract (file NOT indexed) stays exact. */ |
| 7259 | static bool is_parse_partial(const cbm_file_error_t *e) { |
| 7260 | return e->phase && strcmp(e->phase, "parse_partial") == 0; |
| 7261 | } |
| 7262 | |
| 7263 | /* Attach a summary of per-file skips (Stage 2 / Track B). Always emits a |
| 7264 | * top-level "skipped_count" (0 on clean runs) so consumers can rely on it. |
no outgoing calls
no test coverage detected