From: Martha Y. <my...@us...> - 2005-04-06 19:23:30
|
Hello all I've gotten reports to run (many thanks to Grzegorz) and am slowly starting to analyze some results most of which look accurate. However I'm seeing some odd items like the following: 353 finally 354 { 355 0 if (allOK) 356 { // Life is WONDERFUL!!! Issue MEM started message 357 3 status = Status.STATUS_RUNNING; 358 xLogger.message(IRecordType.TYPE_INFO,CLASSNAME,methodName,"DYKME9016I"); 359 } 360 else 361 { 362 0 status = Status.STATUS_FAILED; // very important to set Line 355 is highlited in pink and show zero coverage yet it was definitely executed as indicated by line 357 and the appearence of the message on my console. Another one is: 246 3 synchronized(this) 247 { 248 3 if (status == STATUS_STARTING) 249 { 250 3 status = STATUS_STEADY_STATE; 251 3 threadSuspended = false; 252 3 notify(); 253 } 254 0 } Line 254 which is simply the closing bracket of a block that has been executed is showing a zero count. These look wrong to me or am I missing something in how the coverage is determined? Thanks Martha Yanez (919) 224-1320 / 8-687-1320 New Notes id: Martha Yanez/Raleigh/IBM my...@us... |