Emma coverage on Enum types
What you’re seeing is some hidden bytecode being generated due to an enumeration. To get rid of this issue, add a call to the values() and valueOf() methods in the enum, as mentioned earlier by Carl Manaster and Peter Lawrey.