When I run the major tool (http://mutation-testing.org/) on the examples provided, I am able to generate and analyze mutants.
I am also able to generate mutants from my own .java files but when I try to run my junit test suites on them, it reports 0 mutants covered.
Could anyone tell me why this might be the case?