CTC++ Coverage Report - Execution Profile    #10/10

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


File: Z:\musicplayer\mpengine\tsrc\unittest_mpmpxdetailsframeworkwrapper\stub\src\mpxsource.cpp
Instrumentation mode: function-decision
TER: 20 % ( 2/ 10)

Start/ End/    
True False - Line Source

  1 /*
  2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
  3 * All rights reserved.
  4 * This component and the accompanying materials are made available
  5 * under the terms of "Eclipse Public License v1.0"
  6 * which accompanies this distribution, and is available
  7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  8 *
  9 * Initial Contributors:
  10 * Nokia Corporation - initial contribution.
  11 *
  12 * Contributors:
  13 *
  14 * Description: mpxplaybackutility stub for testing mpmpxframeworkwrapper
  15 *
  16 */
  17 
  18 #include "mpxsource.h"
  19 #include "mptrace.h"
  20 
Top
44 44   21 MMPXSource::MMPXSource()
  22 {
  23     TX_ENTRY_ARGS("STUB") 
  24 }
  25 
Top
- 26 MMPXSource::~MMPXSource()
  27 {
  28     TX_ENTRY_ARGS("STUB")
  29 }
  30 
Top
- 31 CMPXCollectionPlaylist* MMPXSource::PlaylistL()
  32 {
  33     TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp")    
 - 34     return 0;
  35 }
  36 
Top
- 37 RFile* MMPXSource::FileL()
  38 {
  39     TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp")    
 - 40     return 0;
  41 }
  42 
Top
- 43 HBufC* MMPXSource::UriL()
  44 {
  45     TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp")    
 - 46     return 0;
  47 }
  48 
Top
  49 void MMPXSource::MediaL(const TArray<TMPXAttribute>& /*aAttrs*/, MMPXPlaybackCallback& /*aCallback*/)
  50 {
  51     TX_ENTRY_ARGS("STUB")    
  52 }
  53 
Top
- 54 void MMPXSource::MediaL(const TArray<TMPXAttribute>& /*aAttrs*/, MMPXPlaybackCallback& /*aCallback*/,
  55                             CMPXAttributeSpecs* /*aSpecs*/)
  56 {
  57     TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp")    
  58 }
***TER 20% (2/10) of SOURCE FILE mpxsource.cpp

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