I am using this tool(https://github.com/istanbuljs/nyc) for checking test coverage of my code, and I get output smth like this:
So, question is how can I get information just in numbers, without parsing this table? maybe nyc has api for retrieving such information?
The question is answered here.