(pos, ndxIntlzr, tstPs)
| 827 | return bestMatch; |
| 828 | } |
| 829 | function getTestTemplate(pos, ndxIntlzr, tstPs) { |
| 830 | return getMaskSet().validPositions[pos] || determineTestTemplate(pos, getTests(pos, ndxIntlzr ? ndxIntlzr.slice() : ndxIntlzr, tstPs)); |
| 831 | } |
| 832 | function getTest(pos, tests) { |
| 833 | if (getMaskSet().validPositions[pos]) { |
| 834 | return getMaskSet().validPositions[pos]; |
no test coverage detected