File |
Mutation score |
# Killed |
# Survived |
# Timeout |
# No coverage |
# Errors |
Total detected |
Total undetected |
Total mutants |
|
---|---|---|---|---|---|---|---|---|---|---|
LogoutController.js |
|
2/2 | 2 | 0 | 0 | 0 | 0 | 2 | 0 | 2 |
angular.module('juiceShop').controller('LogoutController', 0[][
'$cookies',
'$window',
'$location',
function ($cookies, $window, $location) 1{
}{
'use strict'
$cookies.remove('token')
delete $window.sessionStorage.bid
$location.path('/')
}])