In the HTML table listing lines, methods, statements and Branches along with their coverage percentage for every class pattern matches are not counted as branches.
This can result in misleading coverage data.
I'd expect each case-branch of a pattern match be counted as a branch.