Code coverage report for ./app/core/module.js

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

All files » ./app/core/ » module.js
1 2 3 4 51 1      
define(['angular'], function (angular) {
      var appMain = angular.module('app.core', ['app.core.controller']);
});