Forum Discussion

nifengfei's avatar
nifengfei
Occasional Contributor
14 years ago

what does top uncovered routines mean?

Hi experts,



after doing a coverage profiler, the summary result will list an item "Top 10 uncovered routines", how does AQtime determine them? does it based on the static analysis for function calls? 



It is easy to understand Routine with max HitCount, but for "Top 10 uncovered routines", could you please give me some brief introduction about AQtime? thanks a lot.



  • Hi Feng,





    AQtime sorts results by the % Covered value. After sorting, top 10 routines are displayed in the Top 10 uncovered routines. So, actually, these routines are 10 random routines among all routines with the same 0 level of coverage.