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.
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.