Analyze.Result

Undocumented in source.

Members

Aliases

LocalFileId
alias LocalFileId = NamedType!(long, Tag!"LocalFileId", long.init, TagStringable, Hashable)
Undocumented in source.
LocalSchemaId
alias LocalSchemaId = NamedType!(long, Tag!"LocalSchemaId", long.init, TagStringable, Hashable)
Undocumented in source.

Structs

FileInfo
struct FileInfo
Undocumented in source.

Variables

coverage
Interval[][LocalFileId] coverage;

Coverage intervals that can be instrumented.

dependencies
DepFile[] dependencies;

The dependencies the root has.

fileId
AbsolutePath[LocalFileId] fileId;
Undocumented in source.
idFile
LocalFileId[AbsolutePath] idFile;

The IDs is unique for *this* analyze, not globally.

infoId
FileInfo[LocalFileId] infoId;

The key is the ID from idFile.

metadata
LineMetadata[] metadata;
Undocumented in source.
mutationPoints
MutationPointEntry2[] mutationPoints;
Undocumented in source.
root
AbsolutePath root;

The file that is analyzed, which is a root

rootCs
Checksum rootCs;
Undocumented in source.
schematas
SchemataResult.Schemata[AbsolutePath] schematas;

Mutant schematas that has been generated.

Meta