To understand the output further.
- show iproute {summary} gives a view into the RIB (software, in memory, learn by all protocols)
- show iproute reserved-entries stat gives a view to the FIB (the hardware, all the best routes for LPM)
That command (sh ipr reserved-entries stat) gives you information on HW usage of LPM, Hosts and Multicast resources, both for IPv4 and IPv6.
So you have 15 LPM routes in HW.
As for the Hosts (ARP) you have 91 + 48 = 139 entries in HW. The distribution of the Hosts (LPM + L3 Hash tables) is due to some clever EXOS optimization that would be too long to explain here.
And you also have 11 Multicast entries.