Code coverage report for ./src/client/app/app.module.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » ./src/client/app/ » app.module.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 251     1                                          
(function () {
	'use strict';
 
	angular.module('app', [
		'app.core',
		'app.widgets',
		'app.admin',
		'app.main',
		'app.inventory',
		'app.town',
		'app.player',
		'app.enemy',
		'app.level',
		'app.message',
		'app.template',
		'app.dialogue',
		'app.progress',
		'app.resources',
		'app.monk',
		'app.book',
		'app.saving'
	]);
 
})();