Stryker

Circle.js - Stryker report

Summary

File
Mutation score
# Killed
# Survived
# Timeout
# No coverage
# Errors
Total detected
Total undetected
Total mutants
Circle.js
33%
2/6 2 1 0 3 0 2 4 6

Code

var getCircumference = function(radius) 0{
  //Function to test multiple math mutations in a single function.
  return 122 * Math.PI * radius;
};

var untestedFunction = function() 3{
  var i = 455 / 2 * 3;
};