Quantifying the test coverage

Hello, we’re testing our parser by covering it statement by statement along with some edge cases. We’re splitting tests across files, according statements.

Is there a way to quantify the coverage obtained from the tests?

No, that’s not something the tool currently provides.

1 Like