Code coverage report for ./src/client/app/main/main.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/main/ » main.module.js
1 2 3 4 5 6 7 8 9 10 11 12 13 141     1                    
(function() {
    'use strict';
 
    angular.module('app.main', [
    	'app.player',
    	'app.level',
    	'app.shop',
    	'app.template',
    	'app.dialogue',
    	'app.resources',
    	'app.progress',
        'app.saving'
        ]);
})();