I am using tape
and istanbul
to write unit tests in my Node.js project and the result is the following:
Statements : 93.04% ( 107/115 )
Branches : 86.84% ( 33/38 )
Functions : 90% ( 27/30 )
Lines : 93.86% ( 107/114 )
Is there a way to find out which statements, functions or portion of the code is left untested?