I am using Mocha for my test runner, and nyc for the test reporter. I don't see any uncovered lines and was wondering if anyone knows how can be uncovered functions and statements, while every line is covered. Ideas?
--------------------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
--------------------|----------|----------|----------|----------|----------------|
file.js | 98.77 | 100 | 88.89 | 100 | |