Hello,
This is my first time posting to this group and I have been using PIT for about 6 months. PIT is a great tool and has really helped my team expand our test coverage. Thank you for creating PIT.
My question is with how the line/mutation coverage is calculated. When I run PIT via the "Run As...->PIT Mutation Test" metric on the src/tests/java directory I get the following coverage metrics:

When I choose the package for that 3rd line and use "Run As... -> PIT Mutation Test" I get the following:

I understand why all of the other packages are reporting as 0% when running the package level. What I am unclear on is why my third package is reporting as 0% for both Line Coverage and Mutation Coverage since it is clear that tests have been written for these classes?
I am currently using PIT 0.31 and PITclipse 0.31.4.201401081810 and both are installed in Spring STS 3.4.0.RELEASE.
Thanks again for the great tool.
Jacob Whitver