diff -r 2b7283837edb -r 3104fc151679 uiservicetab/vimpstcmdprocess/tsrc/vimpstcmdprocess_utest/data/branch_coverage/indexD12.html --- a/uiservicetab/vimpstcmdprocess/tsrc/vimpstcmdprocess_utest/data/branch_coverage/indexD12.html Thu Aug 19 09:41:53 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,75 +0,0 @@ - - -CTC++ Coverage Report - - - - - - - - -CTC++ Coverage Report - -Execution Profile -   #12/43

-Directory Summary | Files Summary | Functions Summary | Execution Profile
-To files: First | Previous | Next | Last | Index | No Index


-File: \meco_domain\conversations\uiservicetab\internal\tsrc\vimpstcmdprocess_utest\src\stub\s_processarrayobserver.cpp
-Instrumentation mode: function-decision
-TER: 100 % ( 5/ 5)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Start/ End/    
True False - Line Source

  1 /*
  2 * ============================================================================
  3 *  Name        : s_processarrayobserver.cpp
  4 *  Part of     : 
  5 *  Description : 
  6 *  Version     : %version: 2 %
  7 *
  8 *  Copyright © 2006, 2007 Nokia.  All rights reserved.
  9 *  This material, including documentation and any related computer
  10 *  programs, is protected by copyright controlled by Nokia.  All
  11 *  rights are reserved.  Copying, including reproducing, storing,
  12 *  adapting or translating, any or all of this material requires the
  13 *  prior written consent of Nokia.  This material also contains
  14 *  confidential information which may not be disclosed to others
  15 *  without the prior written consent of Nokia.
  16 * ============================================================================
  17 * Template version: 4.1
  18 */
  19 
  20 #include "s_processarrayobserver.h"
  21 
 
  22 MVIMPSTProcessArrayObserver* vimpstprocessarrayobserver_stub::NewL()
  23     {
  24   MVIMPSTProcessArrayObserver* ob = new(ELeave)vimpstprocessarrayobserver_stub;
   25         return ob;
  26     }
  27 
 
32 32   28 void vimpstprocessarrayobserver_stub::HandleAdditionL(TVIMPSTEnums::TItem type,  TInt aIndex)
  29 {
  30    
  31 }
  32 
 
10 10   33 void vimpstprocessarrayobserver_stub::HandleDeletionL(TVIMPSTEnums::TItem type, TInt aIndex)
  34 {
  35    
  36 }
 
  37 void vimpstprocessarrayobserver_stub:: HandleAvatarChangeL( const TDesC& aUserId )
  38 {
  39     
  40 }
  41         
  42 
  43 // End of File
***TER 100% (5/5) of SOURCE FILE s_processarrayobserver.cpp

-Directory Summary | Files Summary | Functions Summary | Execution Profile
-To files: First | Previous | Next | Last | Top | Index | No Index


-