Code coverage report for spec/runtime.js

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

All files » spec/ » runtime.js
1 2 3 4 5 63 3 3      
describe('runtime', function() {
  describe('#template', function() {
    it('should throw on invalid data');
  });
});