Advanced Coverage Criteria [pdf](st.cs.uni-saarland.de)
st.cs.uni-saarland.de
Advanced Coverage Criteria [pdf]
https://www.st.cs.uni-saarland.de/edu/testingdebugging10/slides/04-AdvancedCoverageCriteria.pdf
1 comments
I think this presentation is mainly about implementation-related coverage, and there are of course many other kinds (not sure if this is what you were asking about). For instance, in HW design, there is a bigger emphasis on "functional coverage", i.e. coverage derived from a description of what the Device Under Test should do, what the inputs look like etc..
Please see my post about the various kinds of coverage here: https://blog.foretellix.com/2016/12/23/verification-coverage...
Please see my post about the various kinds of coverage here: https://blog.foretellix.com/2016/12/23/verification-coverage...
I'm surprised that in-practice i've seen only the use of statement & (sometimes) branch coverage being reported. I'd be curious to see if anyone (outside of aviation) has used any other coverage criteria.