Menu

No line coverage information collected

Shimin Xu
2010-11-10
2013-05-09
  • Shimin Xu

    Shimin Xu - 2010-11-10

    I did an offline instrumentation to our existing classes, and I am able to get the coverage data. However, only class, method, and block coverage is generated, but no line coverage. Does any one know why it? Any help would be greatly appreciated.

     
  • Marc R. Hoffmann

    Are you sure your classes have been compiled with debug info enabled? This is required to extract line information.

    -marc

     
  • Shimin Xu

    Shimin Xu - 2010-11-10

    Marc,

    Thanks for the quick response! Most likely that is the reason.

     

Log in to post a comment.