CTC++ Coverage Report - Execution Profile    #4/6

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


File: Z:\musicplayer\mpviewplugins\mpdetailsviewplugin\tsrc\unittest_mpdetailsviewplugin\moc_unittest_mpdetailsviewplugin.cpp
Instrumentation mode: function-decision
TER: 64 % ( 27/ 42)

Start/ End/    
True False - Line Source

  1 /****************************************************************************
  2 ** Meta object code from reading C++ file 'unittest_mpdetailsviewplugin.h'
  3 **
  4 ** Created: Thu 22. Apr 13:33:07 2010
  5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
  6 **
  7 ** WARNING! All changes made in this file will be lost!
  8 *****************************************************************************/
  9 
  10 #include "inc/unittest_mpdetailsviewplugin.h"
  11 #if !defined(Q_MOC_OUTPUT_REVISION)
  12 #error "The header file 'unittest_mpdetailsviewplugin.h' doesn't include <QObject>."
  13 #elif Q_MOC_OUTPUT_REVISION != 62
  14 #error "This file was generated using the moc from 4.6.2. It"
  15 #error "cannot be used with the include files from this version of Qt."
  16 #error "(The moc has changed too much.)"
  17 #endif
  18 
  19 QT_BEGIN_MOC_NAMESPACE
  20 static const uint qt_meta_data_TestMpDetailsViewPlugin[] = {
  21 
  22  // content:
  23        4,       // revision
  24        0,       // classname
  25        0,    0, // classinfo
  26       10,   14, // methods
  27        0,    0, // properties
  28        0,    0, // enums/sets
  29        0,    0, // constructors
  30        0,       // flags
  31        0,       // signalCount
  32 
  33  // slots: signature, parameters, type, tag, flags
  34       25,   24,   24,   24, 0x08,
  35       40,   24,   24,   24, 0x08,
  36       58,   24,   24,   24, 0x08,
  37       65,   24,   24,   24, 0x08,
  38       75,   24,   24,   24, 0x08,
  39       93,   24,   24,   24, 0x08,
  40      110,   24,   24,   24, 0x08,
  41      128,   24,   24,   24, 0x08,
  42      147,   24,   24,   24, 0x08,
  43      168,   24,   24,   24, 0x08,
  44 
  45        0        // eod
  46 };
  47 
  48 static const char qt_meta_stringdata_TestMpDetailsViewPlugin[] = {
  49     "TestMpDetailsViewPlugin\0\0initTestCase()\0"
  50     "cleanupTestCase()\0init()\0cleanup()\0"
  51     "testConstructor()\0testCreateView()\0"
  52     "testdestroyView()\0testActivateView()\0"
  53     "testDeactivateView()\0testGetView()\0"
  54 };
  55 
  56 const QMetaObject TestMpDetailsViewPlugin::staticMetaObject = {
  57     { &QObject::staticMetaObject, qt_meta_stringdata_TestMpDetailsViewPlugin,
  58       qt_meta_data_TestMpDetailsViewPlugin, 0 }
  59 };
  60 
  61 #ifdef Q_NO_DATA_RELOCATION
Top
- 62 const QMetaObject &TestMpDetailsViewPlugin::getStaticMetaObject() { return staticMetaObject; }
 - 62 return staticMetaObject
  63 #endif //Q_NO_DATA_RELOCATION
  64 
Top
76   65 const QMetaObject *TestMpDetailsViewPlugin::metaObject() const
  66 {
    67     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
76 - 67 ternary-?: QObject::d_ptr -> metaObject
76    67 return QObject::d_ptr -> metaObject ? QObject:..
  68 }
  69 
Top
- 70 void *TestMpDetailsViewPlugin::qt_metacast(const char *_clname)
  71 {
- 72     if (!_clname) return 0;
 - 72   return 0
- 73     if (!strcmp(_clname, qt_meta_stringdata_TestMpDetailsViewPlugin))
 - 74         return static_cast<void*>(const_cast< TestMpDetailsViewPlugin*>(this));
 - 75     return QObject::qt_metacast(_clname);
  76 }
  77 
Top
20   78 int TestMpDetailsViewPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  79 {
  80     _id = QObject::qt_metacall(_c, _id, _a);
20 - 81     if (_id < 0)
 - 82         return _id;
20 - 83     if (_c == QMetaObject::InvokeMetaMethod) {
    84         switch (_id) {
   85         case 0: initTestCase(); break;
   85     break
   86         case 1: cleanupTestCase(); break;
   86     break
   87         case 2: init(); break;
   87     break
   88         case 3: cleanup(); break;
   88     break
   89         case 4: testConstructor(); break;
   89     break
   90         case 5: testCreateView(); break;
   90     break
   91         case 6: testdestroyView(); break;
   91     break
   92         case 7: testActivateView(); break;
   92     break
   93         case 8: testDeactivateView(); break;
   93     break
   94         case 9: testGetView(); break;
   94     break
 - 95         default: ;
  96         }
  97         _id -= 10;
  98     }
20    99     return _id;
  100 }
  101 QT_END_MOC_NAMESPACE
***TER 64% (27/42) of SOURCE FILE moc_unittest_mpdetailsviewplugin.cpp

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