Hello! I have a lot of small classes, where scoverage says the coverage is not complete - in this case:  And I can't figure out why... Is this a bug? Here is the example class (I've redacted the actual code):  Is this a bug? Or am I missing something? I am using the latest version: ```scala addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1") ```