How do I read an Istanbul Coverage Report?
问题 I've always used Jasmine for my unit tests, but recently I started using Istanbul to give me code coverage reports. I mean I get the gist of what they are trying to tell me, but I don't really know what each of these percentages represent (Stmts, Branches, Funcs, Lines). So far Googling I have been unable to find a solid explanation/resource. Question : Like I said I get the gist of it, but can someone post either a proper explanation or a link to a proper explanation? Tertiary Question : Is