Cobertura - coverage tool for the Java ME
Cobertura for Jave ME provides code coverage metrics such as
- Line Coverage
- Branch Coverage
- Method Coverage
In addition, it provides other source code metrics - assuming the source code is available - such as
- Cyclomatic Complexity (CCN)
- Non-Commenting Source Statement (NCSS)
- JaVaDoc Comment (JVDC)