coveringScansUsed property
Cumulative count of index-only (covering) scans the executor has served. Reset by resetCounters. Tests use this to assert that a query took the covering path.
Implementation
int coveringScansUsed = 0;
Cumulative count of index-only (covering) scans the executor has served. Reset by resetCounters. Tests use this to assert that a query took the covering path.
int coveringScansUsed = 0;