The piece of code at
https://github.com/rancher/wrangler/blob/master/pkg/summary/summarizers.go#L422-L428
is weird.
The return in line 423 preempts the block at 426-428.
I suspect that the return in line 423 is ok, allowing the block 426-428 to be reduced to just line 427.