I am working on testing technique for embedded system. To implement the testing technique, I have find some patterns regarding how the testing procedure should executed.
For evaluation I have to take an example and implement my idea on it. The example cover 75% of patterns but remaining 25% patterns are not present in the source code. For example I have considered "call by references of variables" but the source code does not have any variables which is used for call by references.
In this circumstances what should i do? Should I go for another example when those remaining patterns are present or just skip those patterns?
If I include another example then how can I evaluate with two examples?