I just noticed this morning that emma reports very low code coverage on my code.  However, when I switch the injection points from say "SomeBean" to "SomeBeanImpl" then my code coverage sudden jumps up.  I expect it to be higher.  It seems like Emma has some issues dealing with CDI proxies, or possibly arquillian.  Has anyone else noticed this?

John