Interfaces

CoveredResult<T>

Interface: CoveredResult<T>

Defined in: src/core/agent/coverage/types.ts:124

The rendered coverage ledger, wrapped around the result it bounds.

Type Parameters

T

T = unknown

Properties

af_coverage

readonly af_coverage: object

Defined in: src/core/agent/coverage/types.ts:125

cannot_cover?

readonly optional cannot_cover?: readonly CoverageItem[]

checked?

readonly optional checked?: readonly CoverageItem[]

not_checked?

readonly optional not_checked?: readonly CoverageItem[]

note

readonly note: string


result

readonly result: T

Defined in: src/core/agent/coverage/types.ts:132

The tool's own answer, untouched.

On this page