A left row with right-side matches is not missing, even if it has more than one match.
matched means not missing
Read duplicate matches
The first left row has 2 matches, while the missing output still has 3 rows.
first row matches=2
Outer-join examples are tiny finite-table transforms; SQL dialect completeness, type coercion, optimizer behavior, execution cost, indexing, and database-product claims are out of scope.
Do not count matched duplicates
Multiple matches create multiple joined rows, but none of those rows pass the right-side IS NULL test.
matched rows dropped
Summary
The anti-match question is about having no right match, not about having one or many.