Coverage
Interface: Coverage
Defined in: src/sensor/types.ts:246
What the sensor is watching right now, and what it has said since it started.
Properties
at
readonlyat:number
Defined in: src/sensor/types.ts:256
The clock reading when coverage() was asked.
declared
readonlydeclared:number
Defined in: src/sensor/types.ts:252
How many controls are declared through attach() right now.
edges
readonlyedges: readonlyEdgeCoverage[]
Defined in: src/sensor/types.ts:248
One row per LIVE edge: watching, or unwatched with the sentence saying why.
reports
readonlyreports:Readonly<Record<SensorReport["kind"],number>>
Defined in: src/sensor/types.ts:250
How many reports of each kind this watcher has emitted.
since
readonlysince:number
Defined in: src/sensor/types.ts:254
The clock reading when the watcher started — the tally's window opens here.