| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | const QMapDataBase QMapDataBase::shared_null = { { { -1 } }, 0, { 0, 0, 0 }, 0 }; | - |
| 4 | | - |
| 5 | const QMapNodeBase *QMapNodeBase::nextNode() const | - |
| 6 | { | - |
| 7 | const QMapNodeBase *n = this; | - |
| 8 | if (n->right| TRUE | evaluated 363001 times by 333 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- ...
| | FALSE | evaluated 776272 times by 372 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
|
) { | 363001-776272 |
| 9 | n = n->right; | - |
| 10 | while (n->left| TRUE | evaluated 317537 times by 175 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusPendingReply
- tst_QDBusReply
- ...
| | FALSE | evaluated 363001 times by 333 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- ...
|
) | 317537-363001 |
| 11 | n = n->left;executed 317537 times by 175 tests: n = n->left;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusPendingReply
- tst_QDBusReply
- ...
| 317537 |
| 12 | }executed 363001 times by 333 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- ...
else { | 363001 |
| 13 | const QMapNodeBase *y = n->parent(); | - |
| 14 | while (y| TRUE | evaluated 1230563 times by 372 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| | FALSE | never evaluated |
&& n == y->right| TRUE | evaluated 454291 times by 329 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- ...
| | FALSE | evaluated 776272 times by 372 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
|
) { | 0-1230563 |
| 15 | n = y; | - |
| 16 | y = n->parent(); | - |
| 17 | }executed 454291 times by 329 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- ...
| 454291 |
| 18 | n = y; | - |
| 19 | }executed 776272 times by 372 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| 776272 |
| 20 | returnexecuted 1139273 times by 372 tests: return n;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
n;executed 1139273 times by 372 tests: return n;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| 1139273 |
| 21 | } | - |
| 22 | | - |
| 23 | const QMapNodeBase *QMapNodeBase::previousNode() const | - |
| 24 | { | - |
| 25 | const QMapNodeBase *n = this; | - |
| 26 | if (n->left| TRUE | evaluated 73229 times by 34 testsEvaluated by:- tst_Collections
- tst_QAbstractItemModel
- tst_QColorDialog
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QListWidget
- tst_QLockFile
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlRelationalTableModel
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTableWidget
- tst_QTextDocument
- tst_QTextEdit
- ...
| | FALSE | evaluated 35601 times by 23 testsEvaluated by:- tst_Collections
- tst_QAbstractItemModel
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTextDocument
- tst_QVariant
- tst_QtConcurrentFilter
- tst_QtConcurrentMap
- tst_QtConcurrentResultStore
|
) { | 35601-73229 |
| 27 | n = n->left; | - |
| 28 | while (n->right| TRUE | evaluated 92042 times by 28 testsEvaluated by:- tst_Collections
- tst_QAbstractItemModel
- tst_QColorDialog
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTextDocument
- tst_QVariant
- tst_QWizard
- tst_QtConcurrentFilter
- tst_QtConcurrentIterateKernel
- tst_QtConcurrentMap
- ...
| | FALSE | evaluated 73229 times by 34 testsEvaluated by:- tst_Collections
- tst_QAbstractItemModel
- tst_QColorDialog
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QListWidget
- tst_QLockFile
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlRelationalTableModel
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTableWidget
- tst_QTextDocument
- tst_QTextEdit
- ...
|
) | 73229-92042 |
| 29 | n = n->right;executed 92042 times by 28 tests: n = n->right;Executed by:- tst_Collections
- tst_QAbstractItemModel
- tst_QColorDialog
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTextDocument
- tst_QVariant
- tst_QWizard
- tst_QtConcurrentFilter
- tst_QtConcurrentIterateKernel
- tst_QtConcurrentMap
- ...
| 92042 |
| 30 | }executed 73229 times by 34 tests: end of blockExecuted by:- tst_Collections
- tst_QAbstractItemModel
- tst_QColorDialog
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QListWidget
- tst_QLockFile
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlRelationalTableModel
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTableWidget
- tst_QTextDocument
- tst_QTextEdit
- ...
else { | 73229 |
| 31 | const QMapNodeBase *y = n->parent(); | - |
| 32 | while (y| TRUE | evaluated 58796 times by 23 testsEvaluated by:- tst_Collections
- tst_QAbstractItemModel
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTextDocument
- tst_QVariant
- tst_QtConcurrentFilter
- tst_QtConcurrentMap
- tst_QtConcurrentResultStore
| | FALSE | evaluated 24 times by 1 test |
&& n == y->left| TRUE | evaluated 23219 times by 12 testsEvaluated by:- tst_Collections
- tst_QAbstractItemModel
- tst_QCompleter
- tst_QDBusInterface
- tst_QFutureWatcher
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QtConcurrentFilter
- tst_QtConcurrentMap
| | FALSE | evaluated 35577 times by 22 testsEvaluated by:- tst_Collections
- tst_QAbstractItemModel
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTextDocument
- tst_QVariant
- tst_QtConcurrentFilter
- tst_QtConcurrentMap
- tst_QtConcurrentResultStore
|
) { | 24-58796 |
| 33 | n = y; | - |
| 34 | y = n->parent(); | - |
| 35 | }executed 23219 times by 12 tests: end of blockExecuted by:- tst_Collections
- tst_QAbstractItemModel
- tst_QCompleter
- tst_QDBusInterface
- tst_QFutureWatcher
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QtConcurrentFilter
- tst_QtConcurrentMap
| 23219 |
| 36 | n = y; | - |
| 37 | }executed 35601 times by 23 tests: end of blockExecuted by:- tst_Collections
- tst_QAbstractItemModel
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTextDocument
- tst_QVariant
- tst_QtConcurrentFilter
- tst_QtConcurrentMap
- tst_QtConcurrentResultStore
| 35601 |
| 38 | returnexecuted 108830 times by 34 tests: return n;Executed by:- tst_Collections
- tst_QAbstractItemModel
- tst_QColorDialog
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QListWidget
- tst_QLockFile
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlRelationalTableModel
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTableWidget
- tst_QTextDocument
- tst_QTextEdit
- ...
n;executed 108830 times by 34 tests: return n;Executed by:- tst_Collections
- tst_QAbstractItemModel
- tst_QColorDialog
- tst_QCompleter
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDataStream
- tst_QFuture
- tst_QFutureWatcher
- tst_QListWidget
- tst_QLockFile
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QSqlRelationalTableModel
- tst_QSqlTableModel
- tst_QStandardItemModel
- tst_QTableView
- tst_QTableWidget
- tst_QTextDocument
- tst_QTextEdit
- ...
| 108830 |
| 39 | } | - |
| 40 | | - |
| 41 | | - |
| 42 | void QMapDataBase::rotateLeft(QMapNodeBase *x) | - |
| 43 | { | - |
| 44 | QMapNodeBase *&root = header.left; | - |
| 45 | QMapNodeBase *y = x->right; | - |
| 46 | x->right = y->left; | - |
| 47 | if (y->left != 0| TRUE | evaluated 90196 times by 343 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QAsn1Element
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDate
- tst_QDateTimeEdit
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- ...
| | FALSE | evaluated 168671 times by 334 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
|
) | 90196-168671 |
| 48 | y->left->setParent(x);executed 90196 times by 343 tests: y->left->setParent(x);Executed by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QAsn1Element
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDate
- tst_QDateTimeEdit
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- ...
| 90196 |
| 49 | y->setParent(x->parent()); | - |
| 50 | if (x == root| TRUE | evaluated 42071 times by 470 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
| | FALSE | evaluated 216796 times by 310 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
|
) | 42071-216796 |
| 51 | root = y;executed 42071 times by 470 tests: root = y;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
| 42071 |
| 52 | else if (x == x->parent()->left| TRUE | evaluated 21189 times by 276 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 195607 times by 160 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QAsn1Element
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- ...
|
) | 21189-195607 |
| 53 | x->parent()->left = y;executed 21189 times by 276 tests: x->parent()->left = y;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 21189 |
| 54 | else | - |
| 55 | x->parent()->right = y;executed 195607 times by 160 tests: x->parent()->right = y;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QAsn1Element
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- ...
| 195607 |
| 56 | y->left = x; | - |
| 57 | x->setParent(y); | - |
| 58 | }executed 258867 times by 475 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
| 258867 |
| 59 | | - |
| 60 | | - |
| 61 | void QMapDataBase::rotateRight(QMapNodeBase *x) | - |
| 62 | { | - |
| 63 | QMapNodeBase *&root = header.left; | - |
| 64 | QMapNodeBase *y = x->left; | - |
| 65 | x->left = y->right; | - |
| 66 | if (y->right != 0| TRUE | evaluated 109841 times by 115 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- ...
| | FALSE | evaluated 156511 times by 310 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
) | 109841-156511 |
| 67 | y->right->setParent(x);executed 109841 times by 115 tests: y->right->setParent(x);Executed by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- ...
| 109841 |
| 68 | y->setParent(x->parent()); | - |
| 69 | if (x == root| TRUE | evaluated 2172 times by 94 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusXmlParser
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- ...
| | FALSE | evaluated 264180 times by 304 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
) | 2172-264180 |
| 70 | root = y;executed 2172 times by 94 tests: root = y;Executed by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusPendingCall
- tst_QDBusXmlParser
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- ...
| 2172 |
| 71 | else if (x == x->parent()->right| TRUE | evaluated 47522 times by 249 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- ...
| | FALSE | evaluated 216658 times by 190 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) | 47522-216658 |
| 72 | x->parent()->right = y;executed 47522 times by 249 tests: x->parent()->right = y;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- ...
| 47522 |
| 73 | else | - |
| 74 | x->parent()->left = y;executed 216658 times by 190 tests: x->parent()->left = y;Executed by:- tst_Collections
- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 216658 |
| 75 | y->right = x; | - |
| 76 | x->setParent(y); | - |
| 77 | }executed 266352 times by 310 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 266352 |
| 78 | | - |
| 79 | | - |
| 80 | void QMapDataBase::rebalance(QMapNodeBase *x) | - |
| 81 | { | - |
| 82 | QMapNodeBase *&root = header.left; | - |
| 83 | x->setColor(QMapNodeBase::Red); | - |
| 84 | while (x != root| TRUE | evaluated 1480966 times by 270 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| | FALSE | evaluated 387005 times by 293 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
|
&& x->parent()->color() == QMapNodeBase::Red| TRUE | evaluated 921118 times by 243 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
| | FALSE | evaluated 559848 times by 270 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
) { | 387005-1480966 |
| 85 | if (x->parent() == x->parent()->parent()->left| TRUE | evaluated 451226 times by 219 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| | FALSE | evaluated 469892 times by 240 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
|
) { | 451226-469892 |
| 86 | QMapNodeBase *y = x->parent()->parent()->right; | - |
| 87 | if (y| TRUE | evaluated 331793 times by 201 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| | FALSE | evaluated 119433 times by 208 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
&& y->color() == QMapNodeBase::Red| TRUE | evaluated 222927 times by 197 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 108866 times by 109 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- ...
|
) { | 108866-331793 |
| 88 | x->parent()->setColor(QMapNodeBase::Black); | - |
| 89 | y->setColor(QMapNodeBase::Black); | - |
| 90 | x->parent()->parent()->setColor(QMapNodeBase::Red); | - |
| 91 | x = x->parent()->parent(); | - |
| 92 | }executed 222927 times by 197 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
else { | 222927 |
| 93 | if (x == x->parent()->right| TRUE | evaluated 12492 times by 190 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| | FALSE | evaluated 215807 times by 138 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- ...
|
) { | 12492-215807 |
| 94 | x = x->parent(); | - |
| 95 | rotateLeft(x); | - |
| 96 | }executed 12492 times by 190 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 12492 |
| 97 | x->parent()->setColor(QMapNodeBase::Black); | - |
| 98 | x->parent()->parent()->setColor(QMapNodeBase::Red); | - |
| 99 | rotateRight (x->parent()->parent()); | - |
| 100 | }executed 228299 times by 208 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 228299 |
| 101 | } else { | - |
| 102 | QMapNodeBase *y = x->parent()->parent()->left; | - |
| 103 | if (y| TRUE | evaluated 312878 times by 178 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QAsn1Element
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QComplexText
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| | FALSE | evaluated 157014 times by 239 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
|
&& y->color() == QMapNodeBase::Red| TRUE | evaluated 225827 times by 178 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QAsn1Element
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QComplexText
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| | FALSE | evaluated 87051 times by 112 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QAsn1Element
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDate
- tst_QDateTimeEdit
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- ...
|
) { | 87051-312878 |
| 104 | x->parent()->setColor(QMapNodeBase::Black); | - |
| 105 | y->setColor(QMapNodeBase::Black); | - |
| 106 | x->parent()->parent()->setColor(QMapNodeBase::Red); | - |
| 107 | x = x->parent()->parent(); | - |
| 108 | }executed 225827 times by 178 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QAsn1Element
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QComplexText
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
else { | 225827 |
| 109 | if (x == x->parent()->left| TRUE | evaluated 37660 times by 158 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- ...
| | FALSE | evaluated 206405 times by 231 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
) { | 37660-206405 |
| 110 | x = x->parent(); | - |
| 111 | rotateRight(x); | - |
| 112 | }executed 37660 times by 158 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- ...
| 37660 |
| 113 | x->parent()->setColor(QMapNodeBase::Black); | - |
| 114 | x->parent()->parent()->setColor(QMapNodeBase::Red); | - |
| 115 | rotateLeft(x->parent()->parent()); | - |
| 116 | }executed 244065 times by 239 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- ...
| 244065 |
| 117 | } | - |
| 118 | } | - |
| 119 | root->setColor(QMapNodeBase::Black); | - |
| 120 | }executed 946853 times by 293 tests: end of blockExecuted by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 946853 |
| 121 | | - |
| 122 | void QMapDataBase::freeNodeAndRebalance(QMapNodeBase *z) | - |
| 123 | { | - |
| 124 | QMapNodeBase *&root = header.left; | - |
| 125 | QMapNodeBase *y = z; | - |
| 126 | QMapNodeBase *x; | - |
| 127 | QMapNodeBase *x_parent; | - |
| 128 | if (y->left == 0| TRUE | evaluated 43294 times by 435 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- ...
| | FALSE | evaluated 2826 times by 122 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- ...
|
) { | 2826-43294 |
| 129 | x = y->right; | - |
| 130 | if (y == mostLeftNode| TRUE | evaluated 40846 times by 418 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
| | FALSE | evaluated 2448 times by 341 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
|
) { | 2448-40846 |
| 131 | if (x| TRUE | evaluated 4762 times by 344 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- ...
| | FALSE | evaluated 36084 times by 417 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
|
) | 4762-36084 |
| 132 | mostLeftNode = x;executed 4762 times by 344 tests: mostLeftNode = x;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- ...
| 4762 |
| 133 | else | - |
| 134 | mostLeftNode = y->parent();executed 36084 times by 417 tests: mostLeftNode = y->parent();Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
| 36084 |
| 135 | } | - |
| 136 | }executed 43294 times by 435 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- ...
else { | 43294 |
| 137 | if (y->right == 0| TRUE | evaluated 1197 times by 57 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemModel
- ...
| | FALSE | evaluated 1629 times by 111 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
|
) { | 1197-1629 |
| 138 | x = y->left; | - |
| 139 | }executed 1197 times by 57 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QFtp
- tst_QGraphicsAnchorLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemModel
- ...
else { | 1197 |
| 140 | y = y->right; | - |
| 141 | while (y->left != 0| TRUE | evaluated 569 times by 21 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_qitemmodel - unknown status
- tst_qnetworkaccessmanager_and_qprogressdialog - unknown status
- tst_qsqlquerymodel - unknown status
| | FALSE | evaluated 1629 times by 111 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
|
) | 569-1629 |
| 142 | y = y->left;executed 569 times by 21 tests: y = y->left;Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_qitemmodel - unknown status
- tst_qnetworkaccessmanager_and_qprogressdialog - unknown status
- tst_qsqlquerymodel - unknown status
| 569 |
| 143 | x = y->right; | - |
| 144 | }executed 1629 times by 111 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
| 1629 |
| 145 | } | - |
| 146 | if (y != z| TRUE | evaluated 1629 times by 111 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
| | FALSE | evaluated 44491 times by 435 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- ...
|
) { | 1629-44491 |
| 147 | z->left->setParent(y); | - |
| 148 | y->left = z->left; | - |
| 149 | if (y != z->right| TRUE | evaluated 442 times by 21 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_qitemmodel - unknown status
- tst_qnetworkaccessmanager_and_qprogressdialog - unknown status
- tst_qsqlquerymodel - unknown status
| | FALSE | evaluated 1187 times by 110 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
|
) { | 442-1187 |
| 150 | x_parent = y->parent(); | - |
| 151 | if (x| TRUE | evaluated 89 times by 7 testsEvaluated by:- tst_QFileDialog2
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QTextLayout
- tst_qnetworkaccessmanager_and_qprogressdialog - unknown status
| | FALSE | evaluated 353 times by 20 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
|
) | 89-353 |
| 152 | x->setParent(y->parent());executed 89 times by 7 tests: x->setParent(y->parent());Executed by:- tst_QFileDialog2
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QTextLayout
- tst_qnetworkaccessmanager_and_qprogressdialog - unknown status
| 89 |
| 153 | y->parent()->left = x; | - |
| 154 | y->right = z->right; | - |
| 155 | z->right->setParent(y); | - |
| 156 | }executed 442 times by 21 tests: end of blockExecuted by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_qitemmodel - unknown status
- tst_qnetworkaccessmanager_and_qprogressdialog - unknown status
- tst_qsqlquerymodel - unknown status
else { | 442 |
| 157 | x_parent = y; | - |
| 158 | }executed 1187 times by 110 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
| 1187 |
| 159 | if (root == z| TRUE | evaluated 818 times by 42 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QFtp
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QHostInfo
- tst_QItemDelegate
- tst_QItemView
- tst_QMap
- tst_QMap_StrictIterators
- ...
| | FALSE | evaluated 811 times by 106 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
|
) | 811-818 |
| 160 | root = y;executed 818 times by 42 tests: root = y;Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QFtp
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHeaderView
- tst_QHostInfo
- tst_QItemDelegate
- tst_QItemView
- tst_QMap
- tst_QMap_StrictIterators
- ...
| 818 |
| 161 | else if (z->parent()->left == z| TRUE | evaluated 428 times by 92 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFontMetrics
- ...
| | FALSE | evaluated 383 times by 103 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- ...
|
) | 383-428 |
| 162 | z->parent()->left = y;executed 428 times by 92 tests: z->parent()->left = y;Executed by:- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontComboBox
- tst_QFontDialog
- tst_QFontMetrics
- ...
| 428 |
| 163 | else | - |
| 164 | z->parent()->right = y;executed 383 times by 103 tests: z->parent()->right = y;Executed by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- ...
| 383 |
| 165 | y->setParent(z->parent()); | - |
| 166 | | - |
| 167 | QMapNodeBase::Color c = y->color(); | - |
| 168 | y->setColor(z->color()); | - |
| 169 | z->setColor(c); | - |
| 170 | y = z; | - |
| 171 | }executed 1629 times by 111 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- ...
else { | 1629 |
| 172 | x_parent = y->parent(); | - |
| 173 | if (x| TRUE | evaluated 6381 times by 355 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- ...
| | FALSE | evaluated 38110 times by 435 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- ...
|
) | 6381-38110 |
| 174 | x->setParent(y->parent());executed 6381 times by 355 tests: x->setParent(y->parent());Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- ...
| 6381 |
| 175 | if (root == z| TRUE | evaluated 33891 times by 404 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
| | FALSE | evaluated 10600 times by 397 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
|
) | 10600-33891 |
| 176 | root = x;executed 33891 times by 404 tests: root = x;Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
| 33891 |
| 177 | else if (z->parent()->left == z| TRUE | evaluated 8445 times by 391 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
| | FALSE | evaluated 2155 times by 298 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QGuiVariant
- ...
|
) | 2155-8445 |
| 178 | z->parent()->left = x;executed 8445 times by 391 tests: z->parent()->left = x;Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
| 8445 |
| 179 | else | - |
| 180 | z->parent()->right = x;executed 2155 times by 298 tests: z->parent()->right = x;Executed by:- tst_Collections
- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QGuiVariant
- ...
| 2155 |
| 181 | } | - |
| 182 | if (y->color() != QMapNodeBase::Red| TRUE | evaluated 42100 times by 419 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
| | FALSE | evaluated 4020 times by 161 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
|
) { | 4020-42100 |
| 183 | while (x != root| TRUE | evaluated 10062 times by 289 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QFuture
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- ...
| | FALSE | evaluated 36273 times by 412 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
|
&& (x == 0| TRUE | evaluated 5682 times by 285 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QFuture
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- ...
| | FALSE | evaluated 4380 times by 269 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSplitter
- tst_QSqlRelationalTableModel
- ...
|
|| x->color() == QMapNodeBase::Black| TRUE | evaluated 425 times by 228 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QTextLayout
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
| | FALSE | evaluated 3955 times by 269 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSplitter
- tst_QSqlRelationalTableModel
- ...
|
)) { | 425-36273 |
| 184 | if (x == x_parent->left| TRUE | evaluated 5128 times by 280 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QFuture
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- ...
| | FALSE | evaluated 979 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSqlRelationalTableModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- ...
|
) { | 979-5128 |
| 185 | QMapNodeBase *w = x_parent->right; | - |
| 186 | if (w->color() == QMapNodeBase::Red| TRUE | evaluated 543 times by 241 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QTextLayout
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- ...
| | FALSE | evaluated 4585 times by 280 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QFuture
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- ...
|
) { | 543-4585 |
| 187 | w->setColor(QMapNodeBase::Black); | - |
| 188 | x_parent->setColor(QMapNodeBase::Red); | - |
| 189 | rotateLeft(x_parent); | - |
| 190 | w = x_parent->right; | - |
| 191 | }executed 543 times by 241 tests: end of blockExecuted by:- tst_Gestures
- tst_QAccessibility
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QTextLayout
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- ...
| 543 |
| 192 | if ((w->left == 0| TRUE | evaluated 4342 times by 280 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QFuture
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- ...
| | FALSE | evaluated 786 times by 246 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_QWizard
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- ...
|
|| w->left->color() == QMapNodeBase::Black| TRUE | evaluated 364 times by 226 testsEvaluated by:- tst_QAccessibility
- tst_QFileDialog2
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QTextLayout
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- ...
| | FALSE | evaluated 422 times by 108 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QTableView
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_QWizard
- tst_languagechange - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qaccessibility - unknown status
- tst_qapplication - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- ...
|
) && | 364-4342 |
| 193 | (w->right == 0| TRUE | evaluated 3137 times by 278 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QFuture
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- ...
| | FALSE | evaluated 1569 times by 246 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- ...
|
|| w->right->color() == QMapNodeBase::Black| TRUE | evaluated 343 times by 226 testsEvaluated by:- tst_QAccessibility
- tst_QFileDialog2
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSettings
- tst_QTextLayout
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- ...
| | FALSE | evaluated 1226 times by 29 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- tst_QTableWidget
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- tst_lancelot - unknown status
- tst_networkselftest - unknown status
- tst_qabstractnetworkcache - unknown status
- ...
|
)) { | 343-3137 |
| 194 | w->setColor(QMapNodeBase::Red); | - |
| 195 | x = x_parent; | - |
| 196 | x_parent = x_parent->parent(); | - |
| 197 | }executed 3480 times by 278 tests: end of blockExecuted by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QFuture
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- ...
else { | 3480 |
| 198 | if (w->right == 0| TRUE | evaluated 128 times by 98 testsEvaluated by:- tst_Gestures
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_QWizard
- tst_languagechange - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qaccessibility - unknown status
- tst_qapplication - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatastream - unknown status
- tst_qdatetimeedit - unknown status
- ...
| | FALSE | evaluated 1520 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- tst_lancelot - unknown status
- ...
|
|| w->right->color() == QMapNodeBase::Black| TRUE | evaluated 5 times by 4 testsEvaluated by:- tst_QFileDialog2
- tst_QFontMetrics
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
| | FALSE | evaluated 1515 times by 32 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- tst_lancelot - unknown status
- ...
|
) { | 5-1520 |
| 199 | if (w->left| TRUE | evaluated 133 times by 100 testsEvaluated by:- tst_Gestures
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_QWizard
- tst_languagechange - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qaccessibility - unknown status
- tst_qapplication - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatastream - unknown status
- tst_qdatetimeedit - unknown status
- ...
| | FALSE | never evaluated |
) | 0-133 |
| 200 | w->left->setColor(QMapNodeBase::Black);executed 133 times by 100 tests: w->left->setColor(QMapNodeBase::Black);Executed by:- tst_Gestures
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_QWizard
- tst_languagechange - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qaccessibility - unknown status
- tst_qapplication - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatastream - unknown status
- tst_qdatetimeedit - unknown status
- ...
| 133 |
| 201 | w->setColor(QMapNodeBase::Red); | - |
| 202 | rotateRight(w); | - |
| 203 | w = x_parent->right; | - |
| 204 | }executed 133 times by 100 tests: end of blockExecuted by:- tst_Gestures
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_QWizard
- tst_languagechange - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qaccessibility - unknown status
- tst_qapplication - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatastream - unknown status
- tst_qdatetimeedit - unknown status
- ...
| 133 |
| 205 | w->setColor(x_parent->color()); | - |
| 206 | x_parent->setColor(QMapNodeBase::Black); | - |
| 207 | if (w->right| TRUE | evaluated 1648 times by 122 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- ...
| | FALSE | never evaluated |
) | 0-1648 |
| 208 | w->right->setColor(QMapNodeBase::Black);executed 1648 times by 122 tests: w->right->setColor(QMapNodeBase::Black);Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- ...
| 1648 |
| 209 | rotateLeft(x_parent); | - |
| 210 | break;executed 1648 times by 122 tests: break;Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMdiSubWindow
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSslKey
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- ...
| 1648 |
| 211 | } | - |
| 212 | } else { | - |
| 213 | QMapNodeBase *w = x_parent->left; | - |
| 214 | if (w->color() == QMapNodeBase::Red| TRUE | evaluated 36 times by 9 testsEvaluated by:- tst_Gestures
- tst_QColumnView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMdiSubWindow
- tst_QTableView
- tst_QTextLayout
- tst_QToolBox
| | FALSE | evaluated 943 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSqlRelationalTableModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- ...
|
) { | 36-943 |
| 215 | w->setColor(QMapNodeBase::Black); | - |
| 216 | x_parent->setColor(QMapNodeBase::Red); | - |
| 217 | rotateRight(x_parent); | - |
| 218 | w = x_parent->left; | - |
| 219 | }executed 36 times by 9 tests: end of blockExecuted by:- tst_Gestures
- tst_QColumnView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMdiSubWindow
- tst_QTableView
- tst_QTextLayout
- tst_QToolBox
| 36 |
| 220 | if ((w->right == 0| TRUE | evaluated 775 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSqlRelationalTableModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- ...
| | FALSE | evaluated 204 times by 19 testsEvaluated by:- tst_Gestures
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QWizard
- tst_languageChange
|
|| w->right->color() == QMapNodeBase::Black| TRUE | evaluated 37 times by 7 testsEvaluated by:- tst_Gestures
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QTextLayout
| | FALSE | evaluated 167 times by 17 testsEvaluated by:- tst_Gestures
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMdiSubWindow
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QWizard
- tst_languageChange
|
) && | 37-775 |
| 221 | (w->left == 0| TRUE | evaluated 720 times by 33 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSqlRelationalTableModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QToolBox
- ...
| | FALSE | evaluated 92 times by 18 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QMap
- tst_QMap_StrictIterators
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTableView
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
|
|| w->left->color() == QMapNodeBase::Black| TRUE | evaluated 35 times by 7 testsEvaluated by:- tst_Gestures
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QMap
- tst_QMap_StrictIterators
- tst_QTextLayout
| | FALSE | evaluated 57 times by 14 testsEvaluated by:- tst_QAccessibility
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTableView
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
|
)) { | 35-720 |
| 222 | w->setColor(QMapNodeBase::Red); | - |
| 223 | x = x_parent; | - |
| 224 | x_parent = x_parent->parent(); | - |
| 225 | }executed 755 times by 33 tests: end of blockExecuted by:- tst_Gestures
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMap
- tst_QMap_StrictIterators
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSettings
- tst_QSortFilterProxyModel
- tst_QSqlRelationalTableModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QToolBox
- ...
else { | 755 |
| 226 | if (w->left == 0| TRUE | evaluated 117 times by 15 testsEvaluated by:- tst_Gestures
- tst_QColumnView
- tst_QComboBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QHeaderView
- tst_QMdiSubWindow
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QWizard
- tst_languageChange
| | FALSE | evaluated 107 times by 17 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTableView
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
|
|| w->left->color() == QMapNodeBase::Black| TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_Gestures
- tst_QFontMetrics
| | FALSE | evaluated 105 times by 17 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTableView
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeWidget
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
|
) { | 2-117 |
| 227 | if (w->right| TRUE | evaluated 119 times by 15 testsEvaluated by:- tst_Gestures
- tst_QColumnView
- tst_QComboBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QHeaderView
- tst_QMdiSubWindow
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QWizard
- tst_languageChange
| | FALSE | never evaluated |
) | 0-119 |
| 228 | w->right->setColor(QMapNodeBase::Black);executed 119 times by 15 tests: w->right->setColor(QMapNodeBase::Black);Executed by:- tst_Gestures
- tst_QColumnView
- tst_QComboBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QHeaderView
- tst_QMdiSubWindow
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QWizard
- tst_languageChange
| 119 |
| 229 | w->setColor(QMapNodeBase::Red); | - |
| 230 | rotateLeft(w); | - |
| 231 | w = x_parent->left; | - |
| 232 | }executed 119 times by 15 tests: end of blockExecuted by:- tst_Gestures
- tst_QColumnView
- tst_QComboBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QHeaderView
- tst_QMdiSubWindow
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QTreeView
- tst_QWizard
- tst_languageChange
| 119 |
| 233 | w->setColor(x_parent->color()); | - |
| 234 | x_parent->setColor(QMapNodeBase::Black); | - |
| 235 | if (w->left| TRUE | evaluated 224 times by 24 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeView
- tst_QTreeWidget
- tst_QWizard
- tst_languageChange
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
| | FALSE | never evaluated |
) | 0-224 |
| 236 | w->left->setColor(QMapNodeBase::Black);executed 224 times by 24 tests: w->left->setColor(QMapNodeBase::Black);Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeView
- tst_QTreeWidget
- tst_QWizard
- tst_languageChange
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
| 224 |
| 237 | rotateRight(x_parent); | - |
| 238 | break;executed 224 times by 24 tests: break;Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFontMetrics
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QMdiSubWindow
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTableView
- tst_QTableWidget
- tst_QTextLayout
- tst_QToolBox
- tst_QTreeView
- tst_QTreeWidget
- tst_QWizard
- tst_languageChange
- tst_qitemmodel - unknown status
- tst_qsqlquerymodel - unknown status
| 224 |
| 239 | } | - |
| 240 | } | - |
| 241 | } | - |
| 242 | if (x| TRUE | evaluated 10498 times by 355 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- ...
| | FALSE | evaluated 31602 times by 285 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
|
) | 10498-31602 |
| 243 | x->setColor(QMapNodeBase::Black);executed 10498 times by 355 tests: x->setColor(QMapNodeBase::Black);Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- ...
| 10498 |
| 244 | }executed 42100 times by 419 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
| 42100 |
| 245 | free(y); | - |
| 246 | --size; | - |
| 247 | }executed 46120 times by 437 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusInterface
- tst_QDataStream
- tst_QDataWidgetMapper
- ...
| 46120 |
| 248 | | - |
| 249 | void QMapDataBase::recalcMostLeftNode() | - |
| 250 | { | - |
| 251 | mostLeftNode = &header; | - |
| 252 | while (mostLeftNode->left| TRUE | evaluated 870 times by 24 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_QColorDialog
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusXmlParser
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QMainWindow
- tst_QMap
- tst_QMap_StrictIterators
- tst_QSettings
- tst_QSslCertificate
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_languageChange
| | FALSE | evaluated 384653 times by 300 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
|
) | 870-384653 |
| 253 | mostLeftNode = mostLeftNode->left;executed 870 times by 24 tests: mostLeftNode = mostLeftNode->left;Executed by:- tst_Collections
- tst_Gestures
- tst_QColorDialog
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusXmlParser
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QMainWindow
- tst_QMap
- tst_QMap_StrictIterators
- tst_QSettings
- tst_QSslCertificate
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_languageChange
| 870 |
| 254 | }executed 384653 times by 300 tests: end of blockExecuted by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 384653 |
| 255 | | - |
| 256 | static inline int qMapAlignmentThreshold() | - |
| 257 | { | - |
| 258 | | - |
| 259 | | - |
| 260 | | - |
| 261 | returnexecuted 1907712 times by 551 tests: return 2 * sizeof(void*);Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
2 * sizeof(void*);executed 1907712 times by 551 tests: return 2 * sizeof(void*);Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 1907712 |
| 262 | } | - |
| 263 | | - |
| 264 | static inline void *qMapAllocate(int alloc, int alignment) | - |
| 265 | { | - |
| 266 | returnexecuted 949571 times by 293 tests: return alignment > qMapAlignmentThreshold() ? qMallocAligned(alloc, alignment) : ::malloc(alloc);Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
alignment > qMapAlignmentThreshold()executed 949571 times by 293 tests: return alignment > qMapAlignmentThreshold() ? qMallocAligned(alloc, alignment) : ::malloc(alloc);Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 949571 |
| 267 | ? qMallocAligned(alloc, alignment)executed 949571 times by 293 tests: return alignment > qMapAlignmentThreshold() ? qMallocAligned(alloc, alignment) : ::malloc(alloc);Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 949571 |
| 268 | : ::malloc(alloc);executed 949571 times by 293 tests: return alignment > qMapAlignmentThreshold() ? qMallocAligned(alloc, alignment) : ::malloc(alloc);Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 949571 |
| 269 | } | - |
| 270 | | - |
| 271 | static inline void qMapDeallocate(QMapNodeBase *node, int alignment) | - |
| 272 | { | - |
| 273 | if (alignment > qMapAlignmentThreshold()| TRUE | evaluated 600 times by 1 test | | FALSE | evaluated 957541 times by 481 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
|
) | 600-957541 |
| 274 | qFreeAligned(node);executed 600 times by 1 test: qFreeAligned(node); | 600 |
| 275 | else | - |
| 276 | ::executed 957541 times by 481 tests: ::free(node);Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
free(node);executed 957541 times by 481 tests: ::free(node);Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
| 957541 |
| 277 | } | - |
| 278 | | - |
| 279 | QMapNodeBase *QMapDataBase::createNode(int alloc, int alignment, QMapNodeBase *parent, bool left) | - |
| 280 | { | - |
| 281 | QMapNodeBase *node = static_cast<QMapNodeBase *>(qMapAllocate(alloc, alignment)); | - |
| 282 | do { if (!(node)| TRUE | never evaluated | | FALSE | evaluated 949571 times by 293 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
|
) qBadAlloc();never executed: qBadAlloc(); } while (0); | 0-949571 |
| 283 | | - |
| 284 | memset(node, 0, alloc); | - |
| 285 | ++size; | - |
| 286 | | - |
| 287 | if (parent| TRUE | evaluated 946853 times by 293 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| | FALSE | evaluated 2718 times by 24 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_QColorDialog
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusXmlParser
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QMainWindow
- tst_QMap
- tst_QMap_StrictIterators
- tst_QSettings
- tst_QSslCertificate
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_languageChange
|
) { | 2718-946853 |
| 288 | if (left| TRUE | evaluated 630677 times by 293 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| | FALSE | evaluated 316176 times by 261 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
|
) { | 316176-630677 |
| 289 | parent->left = node; | - |
| 290 | if (parent == mostLeftNode| TRUE | evaluated 566707 times by 293 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| | FALSE | evaluated 63970 times by 169 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- ...
|
) | 63970-566707 |
| 291 | mostLeftNode = node;executed 566707 times by 293 tests: mostLeftNode = node;Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 566707 |
| 292 | }executed 630677 times by 293 tests: end of blockExecuted by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
else { | 630677 |
| 293 | parent->right = node; | - |
| 294 | }executed 316176 times by 261 tests: end of blockExecuted by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- ...
| 316176 |
| 295 | node->setParent(parent); | - |
| 296 | rebalance(node); | - |
| 297 | }executed 946853 times by 293 tests: end of blockExecuted by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 946853 |
| 298 | returnexecuted 949571 times by 293 tests: return node;Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
node;executed 949571 times by 293 tests: return node;Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 949571 |
| 299 | } | - |
| 300 | | - |
| 301 | void QMapDataBase::freeTree(QMapNodeBase *root, int alignment) | - |
| 302 | { | - |
| 303 | if (root->left| TRUE | evaluated 316052 times by 428 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- ...
| | FALSE | evaluated 642089 times by 481 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
|
) | 316052-642089 |
| 304 | freeTree(root->left, alignment);executed 316052 times by 428 tests: freeTree(root->left, alignment);Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- ...
| 316052 |
| 305 | if (root->right| TRUE | evaluated 324411 times by 436 testsEvaluated by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- ...
| | FALSE | evaluated 633730 times by 481 testsEvaluated by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
|
) | 324411-633730 |
| 306 | freeTree(root->right, alignment);executed 324411 times by 436 tests: freeTree(root->right, alignment);Executed by:- tst_Collections
- tst_Gestures
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- ...
| 324411 |
| 307 | qMapDeallocate(root, alignment); | - |
| 308 | }executed 958141 times by 481 tests: end of blockExecuted by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
| 958141 |
| 309 | | - |
| 310 | QMapDataBase *QMapDataBase::createData() | - |
| 311 | { | - |
| 312 | QMapDataBase *d = new QMapDataBase; | - |
| 313 | | - |
| 314 | d->ref.initializeOwned(); | - |
| 315 | d->size = 0; | - |
| 316 | | - |
| 317 | d->header.p = 0; | - |
| 318 | d->header.left = 0; | - |
| 319 | d->header.right = 0; | - |
| 320 | d->mostLeftNode = &(d->header); | - |
| 321 | | - |
| 322 | returnexecuted 384655 times by 300 tests: return d;Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
d;executed 384655 times by 300 tests: return d;Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAsn1Element
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- ...
| 384655 |
| 323 | } | - |
| 324 | | - |
| 325 | void QMapDataBase::freeData(QMapDataBase *d) | - |
| 326 | { | - |
| 327 | delete d; | - |
| 328 | }executed 385410 times by 510 tests: end of blockExecuted by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
| 385410 |
| 329 | | - |
| | |