Analyze.Result

Undocumented in source.

Members

Structs

FileInfo
struct FileInfo
Undocumented in source.

Variables

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

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

infoId
FileInfo[ulong] infoId;

The key is the ID from idFile.

metadata
LineMetadata[] metadata;
Undocumented in source.
mutationPoints
MutationPointEntry2[] mutationPoints;
Undocumented in source.
schemataChecksum
SchemataChecksum[long] schemataChecksum;

checksum for the schemata

schemataMutants
CodeChecksum[][long] schemataMutants;

the mutants that are associated with a schemata.

schematas
SchemataFragment[][] schematas;

Mutant schematas that has been generated.

Meta