This document is a part of Smallamp evaluations. Please visit our homepage for more information.
The columns names in these table represents:
- OTM : The number of test methods in the original test class.
- TLOC: The number of lines of code for the test target (class under test).
- TMUT: The number of all mutants for the target or unit under test.
- OMS: The mutation score for the original test class before amplification. This value is reported as a percentage value.
- OAM: The number of alive mutants in the original test class before amplification.
- AMS: The mutation score for the amplified test class after amplification. This value is reported as a percentage value.
- IMP: The value of improvement in the mutation score (A-MS (-) O-MS). This value is reported as a percentage value.
- ATM: The number of newly generated test methods in the amplified test class.
- INCK: Increased killed or the relative increase of the number of killed mutants by an original test class (O) and amplified test class (A). This value is reported as a percentage so it is defined as follow:
- AKM: The number of killed mutants in the amplified test class.
- Time: The execution time for amplification. The number shows hours, minutes and seconds of the executions.
In this table the columns indicates:
- TCN: The number of test classes to be amplified
- TMN: The number of test methods to be amplified.
- ISIMP: The number of classes with a successful amplification i.e. cases having at least 1 new killed mutant.
- IMPAVG: The average of improvement in mutation score in all classes. %\Henrique{When we mix regular numbers with percentages at the same table, it is a good practice to put the percentagee symbol to help the reviewer differentiate those.}
- MUTK: The number of all new mutations killed
- GMN: The number of all generated methods
- TT: Total time. The data are presented as hour:minutes:seconds.