partial property

bool partial
final

Whether some pages could not be resolved and are missing from the run.

This matters beyond a warning: cross-page checks (duplicate titles, hreflang reciprocity, broken internal links) reason about the whole set, so with a page missing they can be confidently wrong. When this is true those checks are skipped rather than guessed at.

Implementation

final bool partial;