Match grid
A matrix view. Rows are paths, columns are patterns; each lit cell is a match, and the
last column flags whether a path falls in scope. Click a cell to inspect it, or switch to
“Set overlap” to compare two pattern sets with overlapping and witness.
| path \ pattern | src/api/** | src/**/*.ts | **/*.test.ts | docs/** | in scope? |
|---|---|---|---|---|---|
src/api/handler.ts | ● | ● | · | · | ✓ |
src/api/user.test.ts | ● | ● | ● | · | ✓ |
src/web/page.ts | · | ● | · | · | ✓ |
docs/intro.md | · | · | · | ● | ✓ |
README.md | · | · | · | · | — |
4 / 5 paths fall in scope (match at least one pattern).