MutationStatusTbl

the status of a mutant. if it is killed or otherwise. multiple mutation operators can result in the same change of the source code. By coupling the mutant status to the checksum of the source code change it means that two mutations that have the same checksum will "cooperate". TODO: change the checksum to being NOT NULL in the future. Can't for now when migrating to schema version 5->6. time = ms spent on verifying the mutant timestamp = is when the status where last updated. Seconds at UTC+0. added_ts = when the mutant where added to the system. UTC+0. test_cnt = nr of times the mutant has been tested without being killed.

Members

Variables

added
SysTime added;
Undocumented in source.
checksum0
long checksum0;
Undocumented in source.
checksum1
long checksum1;
Undocumented in source.
id
long id;
Undocumented in source.
status
long status;
Undocumented in source.
testCnt
long testCnt;
Undocumented in source.
time
long time;
Undocumented in source.
updated
SysTime updated;
Undocumented in source.

Meta