Code coverage shows < 100% complete altho all methods covered

Hi

This is with IDEA 94.539.

I have reproduced this across a set of unit tests. After running the tests, all methods are shown as covered, but
- the coverage % is less than 100% ( between 85-95%)
- if I open the class being tested, all methods are marked with green, but on the class declaration itself (public class XXX), the line is marked with pink


Patrick

2 comments
Comment actions Permalink

More details

  • happens with either Emma or IDEA coverage
  • in IDEA coverage, with either tracing or sampling



Thanks
Patrick

0
Comment actions Permalink

Hello Patrick,

That means that class has only implicit constructor and it was never called.

Thank you
-


Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

More details

  • happens with either Emma or IDEA coverage

  • in IDEA coverage, with either tracing or sampling

Thanks
Patrick
---
Original message URL:
http://www.jetbrains.net/devnet/message/5258521#5258521



0

Please sign in to leave a comment.