(pos, tests)
| 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]; |
| 835 | } |
| 836 | return (tests || getTests(pos))[0]; |
| 837 | } |
| 838 | function positionCanMatchDefinition(pos, def) { |
| 839 | var valid = false, tests = getTests(pos); |
| 840 | for (var tndx = 0; tndx < tests.length; tndx++) { |
no test coverage detected