I'm working on lite javascript framework and my coverage statements can't reach up to 10% even though I'm sure when I'm doing my specs almost all of my functions are called.
If someone has an idea on what I'm doing wrong, I will be glad to hear it.
My project build: https://travis-ci.org/devoralive/doa
My project repository: https://github.com/devoralive/doa
My specs with jasmine: https://github.com/devoralive/doa/tree/master/specs/doa
And the sources: https://github.com/devoralive/doa/tree/master/src/doa
I have resolve my problem in gaving name to my requirejs modules during a try to create a dist version.