[16:37:00] 97.73% 258 / 264 for IPUtils [16:37:13] I'm suspecting a couple of those are error handling that is actually almost impossible to hit [16:40:04] I wonder if ori is nerd snipeable enough to sort them :P [16:46:16] the uncovered lines are for handling garbage input [16:48:41] Yeah, but when they're privately, and therefore called by other code in the library... [16:48:51] Is it actually possible to exercise that code by using the public callers? [16:49:12] obviously we could mock and test them directly... [16:49:22] but if it's checks and code that isn't actually doing anything [16:51:47] not mock, change visibility as the wrappers can