File |
Mutation score |
# Killed |
# Survived |
# Timeout |
# No coverage |
# Errors |
Total detected |
Total undetected |
Total mutants |
|
---|---|---|---|---|---|---|---|---|---|---|
Circle.js |
|
2/6 | 2 | 1 | 0 | 3 | 0 | 2 | 4 | 6 |
var getCircumference = function(radius) 0{
}{
//Function to test multiple math mutations in a single function.
return 12 * Math.PI / radius22 / Math.PI2 * Math.PI * radius;
};
var untestedFunction = function() 3{
}{
var i = 45 / 2 / 355 * 25 / 2 * 3;
};