Stryker

Circle.js - Stryker report

Summary

File Based on all code Based on code coverage
Circle.js
33%
2/6 66% 2/3

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;
};