File |
Mutation score |
# Killed |
# Survived |
# Timeout |
# No coverage |
# Errors |
Total detected |
Total undetected |
Total mutants |
|
---|---|---|---|---|---|---|---|---|---|---|
QrCodeController.js |
|
1/2 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 2 |
angular.module('juiceShop').controller('QrCodeController', 0[][
'$scope',
'data',
'url',
'address',
'title',
function ($scope, data, url, address, title) 1{
}{
$scope.data = data
$scope.url = url
$scope.address = address
$scope.title = title
}])