During a project if we observe high code coverage and low functional coverage what can be inferred and other way around ?
Companies Related Questions, System Verilog 0 CommentsIf coverage metric shows high code coverage and a low functional coverage then one or more of following possibilities could be the cause: 1) Not all functionality is implemented in the design as per the specification. Hence the code for same is missing while functional coverage metrics exists with no test 2) There could be