(path5)
| 64571 | const parent = this._t( |
| 64572 | slices.join(SLASH) + SLASH, |
| 64573 | cache, |
| 64574 | checkUnignored, |
| 64575 | slices |
| 64576 | ); |
| 64577 | return cache[path5] = parent.ignored ? parent : this._testOne(path5, checkUnignored); |
| 64578 | } |
no test coverage detected