| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | int qFindString(const QChar *haystack, int haystackLen, int from, | - |
| 8 | const QChar *needle, int needleLen, Qt::CaseSensitivity cs); | - |
| 9 | const int NumBadChars = 64; | - |
| 10 | | - |
| 11 | | - |
| 12 | const int NoOccurrence = 2147483647; | - |
| 13 | const int EmptyCapture = 2147483647; | - |
| 14 | const int InftyLen = 2147483647; | - |
| 15 | const int InftyRep = 1025; | - |
| 16 | const int EOS = -1; | - |
| 17 | | - |
| 18 | static bool isWord(QChar ch) | - |
| 19 | { | - |
| 20 | returnexecuted 287 times by 2 tests: return ch.isLetterOrNumber() || ch.isMark() || ch == QLatin1Char('_'); ch.isLetterOrNumber()| TRUE | evaluated 232 times by 2 tests | | FALSE | evaluated 55 times by 2 tests |
|| ch.isMark()| TRUE | never evaluated | | FALSE | evaluated 55 times by 2 tests |
|| ch == QLatin1Char('_')| TRUE | never evaluated | | FALSE | evaluated 55 times by 2 tests |
;executed 287 times by 2 tests: return ch.isLetterOrNumber() || ch.isMark() || ch == QLatin1Char('_'); | 0-287 |
| 21 | } | - |
| 22 | | - |
| 23 | | - |
| 24 | | - |
| 25 | | - |
| 26 | | - |
| 27 | static void mergeInto(QVector<int> *a, const QVector<int> &b) | - |
| 28 | { | - |
| 29 | int asize = a->size(); | - |
| 30 | int bsize = b.size(); | - |
| 31 | if (asize == 0| TRUE | evaluated 32943 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 11323 times by 96 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 11323-32943 |
| 32 | *a = b; | - |
| 33 | | - |
| 34 | }executed 32943 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
else if (bsize == 1| TRUE | evaluated 8424 times by 87 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 2899 times by 40 testsEvaluated by:- tst_Collections
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMetaType
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSqlQueryModel
- ...
|
&& a->at(asize - 1) < b.at(0)| TRUE | evaluated 6314 times by 86 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 2110 times by 71 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
|
) { | 2110-32943 |
| 35 | a->resize(asize + 1); | - |
| 36 | (*a)[asize] = b.at(0); | - |
| 37 | | - |
| 38 | }executed 6314 times by 86 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
else if (bsize >= 1| TRUE | evaluated 4034 times by 71 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
| | FALSE | evaluated 975 times by 40 testsEvaluated by:- tst_Collections
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMetaType
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSqlQueryModel
- ...
|
) { | 975-6314 |
| 39 | int csize = asize + bsize; | - |
| 40 | QVector<int> c(csize); | - |
| 41 | int i = 0, j = 0, k = 0; | - |
| 42 | while (i < asize| TRUE | evaluated 8929 times by 71 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
| | FALSE | evaluated 1500 times by 11 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTextDocument
- tst_QTime
|
) { | 1500-8929 |
| 43 | if (j < bsize| TRUE | evaluated 6395 times by 71 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
| | FALSE | evaluated 2534 times by 71 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
|
) { | 2534-6395 |
| 44 | if (a->at(i) == b.at(j)| TRUE | evaluated 172 times by 1 test | | FALSE | evaluated 6223 times by 71 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
|
) { | 172-6223 |
| 45 | ++i; | - |
| 46 | --csize; | - |
| 47 | }executed 172 times by 1 test: end of block else if (a->at(i) < b.at(j)| TRUE | evaluated 3005 times by 11 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTextDocument
- tst_QTime
| | FALSE | evaluated 3218 times by 71 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
|
) { | 172-3218 |
| 48 | c[k++] = a->at(i++); | - |
| 49 | }executed 3005 times by 11 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTextDocument
- tst_QTime
else { | 3005 |
| 50 | c[k++] = b.at(j++); | - |
| 51 | }executed 3218 times by 71 tests: end of blockExecuted by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
| 3218 |
| 52 | } else { | - |
| 53 | memcpy(c.data() + k, a->constData() + i, (asize - i) * sizeof(int)); | - |
| 54 | break;executed 2534 times by 71 tests: break;Executed by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
| 2534 |
| 55 | } | - |
| 56 | } | - |
| 57 | c.resize(csize); | - |
| 58 | if (j < bsize| TRUE | evaluated 1500 times by 11 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTextDocument
- tst_QTime
| | FALSE | evaluated 2534 times by 71 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
|
) | 1500-2534 |
| 59 | memcpy(c.data() + k, b.constData() + j, (bsize - j) * sizeof(int));executed 1500 times by 11 tests: memcpy(c.data() + k, b.constData() + j, (bsize - j) * sizeof(int));Executed by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTextDocument
- tst_QTime
| 1500 |
| 60 | *a = c; | - |
| 61 | }executed 4034 times by 71 tests: end of blockExecuted by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
| 4034 |
| 62 | }executed 44266 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 44266 |
| 63 | static QString wc2rx(const QString &wc_str, const bool enableEscaping) | - |
| 64 | { | - |
| 65 | const int wclen = wc_str.length(); | - |
| 66 | QString rx; | - |
| 67 | int i = 0; | - |
| 68 | bool isEscaping = false; | - |
| 69 | const QChar *wc = wc_str.unicode(); | - |
| 70 | | - |
| 71 | while (i < wclen| TRUE | evaluated 1257 times by 60 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
| | FALSE | evaluated 242 times by 60 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
|
) { | 242-1257 |
| 72 | const QChar c = wc[i++]; | - |
| 73 | switch (c.unicode()) { | - |
| 74 | caseexecuted 12 times by 1 test: case '\\': '\\':executed 12 times by 1 test: case '\\': | 12 |
| 75 | if (enableEscaping| TRUE | evaluated 12 times by 1 test | | FALSE | never evaluated |
) { | 0-12 |
| 76 | if (isEscaping| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 10 times by 1 test |
) { | 2-10 |
| 77 | rx += QLatin1String("\\\\"); | - |
| 78 | }executed 2 times by 1 test: end of block | 2 |
| 79 | if (i == wclen| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 11 times by 1 test |
) { | 1-11 |
| 80 | rx += QLatin1String("\\\\"); | - |
| 81 | }executed 1 time by 1 test: end of block | 1 |
| 82 | }executed 12 times by 1 test: end of block else { | 12 |
| 83 | rx += QLatin1String("\\\\"); | - |
| 84 | } never executed: end of block | 0 |
| 85 | isEscaping = true; | - |
| 86 | break;executed 12 times by 1 test: break; | 12 |
| 87 | caseexecuted 167 times by 53 tests: case '*':Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- ...
'*':executed 167 times by 53 tests: case '*':Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- ...
| 167 |
| 88 | if (isEscaping| TRUE | never evaluated | | FALSE | evaluated 167 times by 53 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- ...
|
) { | 0-167 |
| 89 | rx += QLatin1String("\\*"); | - |
| 90 | isEscaping = false; | - |
| 91 | } never executed: end of block else { | 0 |
| 92 | rx += QLatin1String(".*"); | - |
| 93 | }executed 167 times by 53 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- ...
| 167 |
| 94 | break;executed 167 times by 53 tests: break;Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- ...
| 167 |
| 95 | caseexecuted 8 times by 1 test: case '?': '?':executed 8 times by 1 test: case '?': | 8 |
| 96 | if (isEscaping| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 7 times by 1 test |
) { | 1-7 |
| 97 | rx += QLatin1String("\\?"); | - |
| 98 | isEscaping = false; | - |
| 99 | }executed 1 time by 1 test: end of block else { | 1 |
| 100 | rx += QLatin1Char('.'); | - |
| 101 | }executed 7 times by 1 test: end of block | 7 |
| 102 | | - |
| 103 | break;executed 8 times by 1 test: break; | 8 |
| 104 | case never executed: case '$': '$':never executed: case '$': | 0 |
| 105 | caseexecuted 1 time by 1 test: case '(': '(':executed 1 time by 1 test: case '(': | 1 |
| 106 | caseexecuted 1 time by 1 test: case ')': ')':executed 1 time by 1 test: case ')': | 1 |
| 107 | case never executed: case '+': '+':never executed: case '+': | 0 |
| 108 | caseexecuted 78 times by 28 tests: case '.':Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_Spdy
- ...
'.':executed 78 times by 28 tests: case '.':Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_Spdy
- ...
| 78 |
| 109 | case never executed: case '^': '^':never executed: case '^': | 0 |
| 110 | case never executed: case '{': '{':never executed: case '{': | 0 |
| 111 | case never executed: case '|': '|':never executed: case '|': | 0 |
| 112 | case never executed: case '}': '}':never executed: case '}': | 0 |
| 113 | if (isEscaping| TRUE | never evaluated | | FALSE | evaluated 80 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_Spdy
- ...
|
) { | 0-80 |
| 114 | isEscaping = false; | - |
| 115 | rx += QLatin1String("\\\\"); | - |
| 116 | } never executed: end of block | 0 |
| 117 | rx += QLatin1Char('\\'); | - |
| 118 | rx += c; | - |
| 119 | break;executed 80 times by 28 tests: break;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_Spdy
- ...
| 80 |
| 120 | caseexecuted 165 times by 17 tests: case '[':Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
'[':executed 165 times by 17 tests: case '[':Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 165 |
| 121 | if (isEscaping| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 162 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
) { | 3-162 |
| 122 | isEscaping = false; | - |
| 123 | rx += QLatin1String("\\["); | - |
| 124 | }executed 3 times by 1 test: end of block else { | 3 |
| 125 | rx += c; | - |
| 126 | if (wc[i] == QLatin1Char('^')| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 160 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
) | 2-160 |
| 127 | rx += wc[i++];executed 2 times by 1 test: rx += wc[i++]; | 2 |
| 128 | if (i < wclen| TRUE | evaluated 158 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| | FALSE | evaluated 4 times by 1 test |
) { | 4-158 |
| 129 | if (rx[i] == QLatin1Char(']')| TRUE | never evaluated | | FALSE | evaluated 158 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
) | 0-158 |
| 130 | rx += wc[i++]; never executed: rx += wc[i++]; | 0 |
| 131 | while (i < wclen| TRUE | evaluated 978 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| | FALSE | evaluated 4 times by 1 test |
&& wc[i] != QLatin1Char(']')| TRUE | evaluated 824 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| | FALSE | evaluated 154 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
) { | 4-978 |
| 132 | if (wc[i] == QLatin1Char('\\')| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 823 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
) | 1-823 |
| 133 | rx += QLatin1Char('\\');executed 1 time by 1 test: rx += QLatin1Char('\\'); | 1 |
| 134 | rx += wc[i++]; | - |
| 135 | }executed 824 times by 17 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 824 |
| 136 | }executed 158 times by 17 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 158 |
| 137 | }executed 162 times by 17 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 162 |
| 138 | break;executed 165 times by 17 tests: break;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 165 |
| 139 | | - |
| 140 | caseexecuted 162 times by 17 tests: case ']':Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
']':executed 162 times by 17 tests: case ']':Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 162 |
| 141 | if(isEscaping| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 160 times by 17 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
){ | 2-160 |
| 142 | isEscaping = false; | - |
| 143 | rx += QLatin1String("\\"); | - |
| 144 | }executed 2 times by 1 test: end of block | 2 |
| 145 | rx += c; | - |
| 146 | break;executed 162 times by 17 tests: break;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 162 |
| 147 | | - |
| 148 | defaultexecuted 663 times by 20 tests: default:Executed by:- tst_QAbstractItemModel
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QMimeDatabase
- tst_QPlugin
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_qmakelib
- tst_rcc
- tst_uic
:executed 663 times by 20 tests: default:Executed by:- tst_QAbstractItemModel
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QMimeDatabase
- tst_QPlugin
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_qmakelib
- tst_rcc
- tst_uic
| 663 |
| 149 | if(isEscaping| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 660 times by 20 testsEvaluated by:- tst_QAbstractItemModel
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QMimeDatabase
- tst_QPlugin
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_qmakelib
- tst_rcc
- tst_uic
|
){ | 3-660 |
| 150 | isEscaping = false; | - |
| 151 | rx += QLatin1String("\\\\"); | - |
| 152 | }executed 3 times by 1 test: end of block | 3 |
| 153 | rx += c; | - |
| 154 | }executed 663 times by 20 tests: end of blockExecuted by:- tst_QAbstractItemModel
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QMimeDatabase
- tst_QPlugin
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_qmakelib
- tst_rcc
- tst_uic
| 663 |
| 155 | } | - |
| 156 | returnexecuted 242 times by 60 tests: return rx;Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
rx;executed 242 times by 60 tests: return rx;Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
| 242 |
| 157 | } | - |
| 158 | | - |
| 159 | | - |
| 160 | static int caretIndex(int offset, QRegExp::CaretMode caretMode) | - |
| 161 | { | - |
| 162 | if (caretMode == QRegExp::CaretAtZero| TRUE | evaluated 423454 times by 49 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
| | FALSE | evaluated 25 times by 3 testsEvaluated by:- tst_QString
- tst_QStringList
- tst_qmakelib
|
) { | 25-423454 |
| 163 | returnexecuted 423454 times by 49 tests: return 0;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
0;executed 423454 times by 49 tests: return 0;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
| 423454 |
| 164 | } else if (caretMode == QRegExp::CaretAtOffset| TRUE | never evaluated | | FALSE | evaluated 25 times by 3 testsEvaluated by:- tst_QString
- tst_QStringList
- tst_qmakelib
|
) { | 0-25 |
| 165 | return never executed: return offset; offset;never executed: return offset; | 0 |
| 166 | } else { | - |
| 167 | returnexecuted 25 times by 3 tests: return -1;Executed by:- tst_QString
- tst_QStringList
- tst_qmakelib
-1;executed 25 times by 3 tests: return -1;Executed by:- tst_QString
- tst_QStringList
- tst_qmakelib
| 25 |
| 168 | } | - |
| 169 | } | - |
| 170 | | - |
| 171 | | - |
| 172 | | - |
| 173 | | - |
| 174 | struct QRegExpEngineKey | - |
| 175 | { | - |
| 176 | QString pattern; | - |
| 177 | QRegExp::PatternSyntax patternSyntax; | - |
| 178 | Qt::CaseSensitivity cs; | - |
| 179 | | - |
| 180 | inline QRegExpEngineKey(const QString &pattern, QRegExp::PatternSyntax patternSyntax, | - |
| 181 | Qt::CaseSensitivity cs) | - |
| 182 | : pattern(pattern), patternSyntax(patternSyntax), cs(cs) {}executed 619309 times by 164 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 619309 |
| 183 | | - |
| 184 | inline void clear() { | - |
| 185 | pattern.clear(); | - |
| 186 | patternSyntax = QRegExp::RegExp; | - |
| 187 | cs = Qt::CaseSensitive; | - |
| 188 | } never executed: end of block | 0 |
| 189 | }; | - |
| 190 | | - |
| 191 | static bool operator==(const QRegExpEngineKey &key1, const QRegExpEngineKey &key2) | - |
| 192 | { | - |
| 193 | returnexecuted 359972 times by 137 tests: return key1.pattern == key2.pattern && key1.patternSyntax == key2.patternSyntax && key1.cs == key2.cs;Executed by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
key1.pattern == key2.pattern| TRUE | evaluated 305390 times by 137 testsEvaluated by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
| | FALSE | evaluated 54582 times by 19 testsEvaluated by:- tst_QDataStream
- tst_QDir
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QIcon
- tst_QImageReader
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
- tst_QXmlSimpleReader
- tst_qmakelib
- tst_qregexp - unknown status
|
&& key1.patternSyntax == key2.patternSyntax| TRUE | evaluated 303833 times by 137 testsEvaluated by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
| | FALSE | evaluated 1557 times by 2 tests |
executed 359972 times by 137 tests: return key1.pattern == key2.pattern && key1.patternSyntax == key2.patternSyntax && key1.cs == key2.cs;Executed by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
| 1557-359972 |
| 194 | && key1.cs == key2.cs| TRUE | evaluated 303577 times by 137 testsEvaluated by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
| | FALSE | evaluated 256 times by 1 test |
;executed 359972 times by 137 tests: return key1.pattern == key2.pattern && key1.patternSyntax == key2.patternSyntax && key1.cs == key2.cs;Executed by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
| 256-359972 |
| 195 | } | - |
| 196 | | - |
| 197 | static uint qHash(const QRegExpEngineKey &key, uint seed = 0) noexcept | - |
| 198 | { | - |
| 199 | QtPrivate::QHashCombine hash; | - |
| 200 | seed = hash(seed, key.pattern); | - |
| 201 | seed = hash(seed, key.patternSyntax); | - |
| 202 | seed = hash(seed, key.cs); | - |
| 203 | returnexecuted 611252 times by 169 tests: return seed;Executed by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
seed;executed 611252 times by 169 tests: return seed;Executed by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 611252 |
| 204 | } | - |
| 205 | | - |
| 206 | class QRegExpEngine; | - |
| 207 | | - |
| 208 | | - |
| 209 | | - |
| 210 | | - |
| 211 | | - |
| 212 | | - |
| 213 | struct QRegExpMatchState | - |
| 214 | { | - |
| 215 | const QChar *in; | - |
| 216 | int pos; | - |
| 217 | int caretPos; | - |
| 218 | int len; | - |
| 219 | bool minimal; | - |
| 220 | int *bigArray; | - |
| 221 | int *inNextStack; | - |
| 222 | int *curStack; | - |
| 223 | int *nextStack; | - |
| 224 | int *curCapBegin; | - |
| 225 | int *nextCapBegin; | - |
| 226 | int *curCapEnd; | - |
| 227 | int *nextCapEnd; | - |
| 228 | int *tempCapBegin; | - |
| 229 | int *tempCapEnd; | - |
| 230 | int *capBegin; | - |
| 231 | int *capEnd; | - |
| 232 | int *slideTab; | - |
| 233 | int *captured; | - |
| 234 | int slideTabSize; | - |
| 235 | int capturedSize; | - |
| 236 | | - |
| 237 | QList<QVector<int> > sleeping; | - |
| 238 | | - |
| 239 | int matchLen; | - |
| 240 | int oneTestMatchedLen; | - |
| 241 | | - |
| 242 | const QRegExpEngine *eng; | - |
| 243 | | - |
| 244 | inline QRegExpMatchState() : bigArray(0), captured(0) {}executed 1419917 times by 164 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 1419917 |
| 245 | inline ~QRegExpMatchState() { free(bigArray); }executed 1419914 times by 169 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 1419914 |
| 246 | | - |
| 247 | void drain() { free(bigArray); bigArray = 0; captured = 0; }executed 619943 times by 169 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 619943 |
| 248 | void prepareForMatch(QRegExpEngine *eng); | - |
| 249 | void match(const QChar *str, int len, int pos, bool minimal, | - |
| 250 | bool oneTest, int caretIndex); | - |
| 251 | bool matchHere(); | - |
| 252 | bool testAnchor(int i, int a, const int *capBegin); | - |
| 253 | }; | - |
| 254 | | - |
| 255 | | - |
| 256 | | - |
| 257 | | - |
| 258 | | - |
| 259 | | - |
| 260 | | - |
| 261 | struct QRegExpAutomatonState | - |
| 262 | { | - |
| 263 | | - |
| 264 | int atom; | - |
| 265 | | - |
| 266 | int match; | - |
| 267 | QVector<int> outs; | - |
| 268 | QMap<int, int> reenter; | - |
| 269 | QMap<int, int> anchors; | - |
| 270 | | - |
| 271 | inline QRegExpAutomatonState() { } | - |
| 272 | | - |
| 273 | inline QRegExpAutomatonState(int a, int m) | - |
| 274 | : atom(a), match(m) { }executed 29396 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 29396 |
| 275 | | - |
| 276 | | - |
| 277 | | - |
| 278 | | - |
| 279 | }; | - |
| 280 | | - |
| 281 | template<> class QTypeInfo<QRegExpAutomatonState > { public: enum { isComplex = (((Q_MOVABLE_TYPE) & Q_PRIMITIVE_TYPE) == 0), isStatic = (((Q_MOVABLE_TYPE) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), isRelocatable = !isStatic || ((Q_MOVABLE_TYPE) & Q_RELOCATABLE_TYPE), isLarge = (sizeof(QRegExpAutomatonState)>sizeof(void*)), isPointer = false, isIntegral = QtPrivate::is_integral< QRegExpAutomatonState >::value, isDummy = (((Q_MOVABLE_TYPE) & Q_DUMMY_TYPE) != 0), sizeOf = sizeof(QRegExpAutomatonState) }; static inline const char *name() { return "QRegExpAutomatonState"; } }; | - |
| 282 | | - |
| 283 | | - |
| 284 | | - |
| 285 | | - |
| 286 | | - |
| 287 | struct QRegExpCharClassRange | - |
| 288 | { | - |
| 289 | ushort from; | - |
| 290 | ushort len; | - |
| 291 | }; | - |
| 292 | | - |
| 293 | template<> class QTypeInfo<QRegExpCharClassRange > { public: enum { isComplex = (((Q_PRIMITIVE_TYPE) & Q_PRIMITIVE_TYPE) == 0), isStatic = (((Q_PRIMITIVE_TYPE) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), isRelocatable = !isStatic || ((Q_PRIMITIVE_TYPE) & Q_RELOCATABLE_TYPE), isLarge = (sizeof(QRegExpCharClassRange)>sizeof(void*)), isPointer = false, isIntegral = QtPrivate::is_integral< QRegExpCharClassRange >::value, isDummy = (((Q_PRIMITIVE_TYPE) & Q_DUMMY_TYPE) != 0), sizeOf = sizeof(QRegExpCharClassRange) }; static inline const char *name() { return "QRegExpCharClassRange"; } }; | - |
| 294 | | - |
| 295 | | - |
| 296 | | - |
| 297 | | - |
| 298 | | - |
| 299 | | - |
| 300 | struct QRegExpAtom | - |
| 301 | { | - |
| 302 | enum { NoCapture = -1, OfficialCapture = -2, UnofficialCapture = -3 }; | - |
| 303 | | - |
| 304 | int parent; | - |
| 305 | int capture; | - |
| 306 | }; | - |
| 307 | | - |
| 308 | template<> class QTypeInfo<QRegExpAtom > { public: enum { isComplex = (((Q_PRIMITIVE_TYPE) & Q_PRIMITIVE_TYPE) == 0), isStatic = (((Q_PRIMITIVE_TYPE) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), isRelocatable = !isStatic || ((Q_PRIMITIVE_TYPE) & Q_RELOCATABLE_TYPE), isLarge = (sizeof(QRegExpAtom)>sizeof(void*)), isPointer = false, isIntegral = QtPrivate::is_integral< QRegExpAtom >::value, isDummy = (((Q_PRIMITIVE_TYPE) & Q_DUMMY_TYPE) != 0), sizeOf = sizeof(QRegExpAtom) }; static inline const char *name() { return "QRegExpAtom"; } }; | - |
| 309 | | - |
| 310 | | - |
| 311 | struct QRegExpLookahead; | - |
| 312 | | - |
| 313 | | - |
| 314 | | - |
| 315 | | - |
| 316 | | - |
| 317 | | - |
| 318 | struct QRegExpAnchorAlternation | - |
| 319 | { | - |
| 320 | int a; | - |
| 321 | int b; | - |
| 322 | }; | - |
| 323 | | - |
| 324 | template<> class QTypeInfo<QRegExpAnchorAlternation > { public: enum { isComplex = (((Q_PRIMITIVE_TYPE) & Q_PRIMITIVE_TYPE) == 0), isStatic = (((Q_PRIMITIVE_TYPE) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), isRelocatable = !isStatic || ((Q_PRIMITIVE_TYPE) & Q_RELOCATABLE_TYPE), isLarge = (sizeof(QRegExpAnchorAlternation)>sizeof(void*)), isPointer = false, isIntegral = QtPrivate::is_integral< QRegExpAnchorAlternation >::value, isDummy = (((Q_PRIMITIVE_TYPE) & Q_DUMMY_TYPE) != 0), sizeOf = sizeof(QRegExpAnchorAlternation) }; static inline const char *name() { return "QRegExpAnchorAlternation"; } }; | - |
| 325 | class QRegExpCharClass | - |
| 326 | { | - |
| 327 | public: | - |
| 328 | QRegExpCharClass(); | - |
| 329 | | - |
| 330 | void clear(); | - |
| 331 | bool negative() const { returnexecuted 1533184 times by 31 tests: return n;Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlSimpleReader
- ...
n;executed 1533184 times by 31 tests: return n;Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlSimpleReader
- ...
} | 1533184 |
| 332 | void setNegative(bool negative); | - |
| 333 | void addCategories(uint cats); | - |
| 334 | void addRange(ushort from, ushort to); | - |
| 335 | void addSingleton(ushort ch) { addRange(ch, ch); }executed 6539 times by 34 tests: end of blockExecuted by:- tst_ModelTest
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- ...
| 6539 |
| 336 | | - |
| 337 | bool in(QChar ch) const; | - |
| 338 | | - |
| 339 | const QVector<int> &firstOccurrence() const { returnexecuted 6686 times by 105 tests: return occ1;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
occ1;executed 6686 times by 105 tests: return occ1;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
} | 6686 |
| 340 | | - |
| 341 | | - |
| 342 | | - |
| 343 | void dump() const; | - |
| 344 | | - |
| 345 | | - |
| 346 | private: | - |
| 347 | QVector<QRegExpCharClassRange> r; | - |
| 348 | | - |
| 349 | QVector<int> occ1; | - |
| 350 | | - |
| 351 | uint c; | - |
| 352 | bool n; | - |
| 353 | }; | - |
| 354 | template<> class QTypeInfo<QRegExpCharClass > { public: enum { isComplex = (((Q_MOVABLE_TYPE) & Q_PRIMITIVE_TYPE) == 0), isStatic = (((Q_MOVABLE_TYPE) & (Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE)) == 0), isRelocatable = !isStatic || ((Q_MOVABLE_TYPE) & Q_RELOCATABLE_TYPE), isLarge = (sizeof(QRegExpCharClass)>sizeof(void*)), isPointer = false, isIntegral = QtPrivate::is_integral< QRegExpCharClass >::value, isDummy = (((Q_MOVABLE_TYPE) & Q_DUMMY_TYPE) != 0), sizeOf = sizeof(QRegExpCharClass) }; static inline const char *name() { return "QRegExpCharClass"; } }; | - |
| 355 | | - |
| 356 | | - |
| 357 | | - |
| 358 | | - |
| 359 | | - |
| 360 | class QRegExpEngine | - |
| 361 | { | - |
| 362 | public: | - |
| 363 | QRegExpEngine(Qt::CaseSensitivity cs, bool greedyQuantifiers) | - |
| 364 | : cs(cs), greedyQuantifiers(greedyQuantifiers) { setup(); }executed 126 times by 2 tests: end of blockExecuted by:- tst_QRegExp
- tst_QTextDocument
| 126 |
| 365 | | - |
| 366 | QRegExpEngine(const QRegExpEngineKey &key); | - |
| 367 | ~QRegExpEngine(); | - |
| 368 | | - |
| 369 | bool isValid() const { returnexecuted 2688 times by 11 tests: return valid;Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMimeDatabase
- tst_QRegExp
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qstandardpaths
- tst_uic
valid;executed 2688 times by 11 tests: return valid;Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMimeDatabase
- tst_QRegExp
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qstandardpaths
- tst_uic
} | 2688 |
| 370 | const QString &errorString() const { return never executed: return yyError; yyError;never executed: return yyError; } | 0 |
| 371 | int captureCount() const { returnexecuted 2501196 times by 164 tests: return officialncap;Executed by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
officialncap;executed 2501196 times by 164 tests: return officialncap;Executed by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
} | 2501196 |
| 372 | | - |
| 373 | int createState(QChar ch); | - |
| 374 | int createState(const QRegExpCharClass &cc); | - |
| 375 | | - |
| 376 | int createState(int bref); | - |
| 377 | | - |
| 378 | | - |
| 379 | void addCatTransitions(const QVector<int> &from, const QVector<int> &to); | - |
| 380 | | - |
| 381 | void addPlusTransitions(const QVector<int> &from, const QVector<int> &to, int atom); | - |
| 382 | | - |
| 383 | | - |
| 384 | | - |
| 385 | int anchorAlternation(int a, int b); | - |
| 386 | int anchorConcatenation(int a, int b); | - |
| 387 | | - |
| 388 | | - |
| 389 | | - |
| 390 | | - |
| 391 | void addAnchors(int from, int to, int a); | - |
| 392 | | - |
| 393 | | - |
| 394 | void heuristicallyChooseHeuristic(); | - |
| 395 | | - |
| 396 | | - |
| 397 | | - |
| 398 | void dump() const; | - |
| 399 | | - |
| 400 | | - |
| 401 | QAtomicInt ref; | - |
| 402 | | - |
| 403 | private: | - |
| 404 | enum { CharClassBit = 0x10000, BackRefBit = 0x20000 }; | - |
| 405 | enum { InitialState = 0, FinalState = 1 }; | - |
| 406 | | - |
| 407 | void setup(); | - |
| 408 | int setupState(int match); | - |
| 409 | | - |
| 410 | | - |
| 411 | | - |
| 412 | | - |
| 413 | | - |
| 414 | enum { MaxLookaheads = 13, MaxBackRefs = 14 }; | - |
| 415 | enum { Anchor_Dollar = 0x00000001, Anchor_Caret = 0x00000002, Anchor_Word = 0x00000004, | - |
| 416 | Anchor_NonWord = 0x00000008, Anchor_FirstLookahead = 0x00000010, | - |
| 417 | Anchor_BackRef1Empty = Anchor_FirstLookahead << MaxLookaheads, | - |
| 418 | Anchor_BackRef0Empty = Anchor_BackRef1Empty >> 1, | - |
| 419 | Anchor_Alternation = unsigned(Anchor_BackRef1Empty) << MaxBackRefs, | - |
| 420 | | - |
| 421 | Anchor_LookaheadMask = (Anchor_FirstLookahead - 1) ^ | - |
| 422 | ((Anchor_FirstLookahead << MaxLookaheads) - 1) }; | - |
| 423 | | - |
| 424 | int startAtom(bool officialCapture); | - |
| 425 | void finishAtom(int atom, bool needCapture); | - |
| 426 | | - |
| 427 | | - |
| 428 | | - |
| 429 | int addLookahead(QRegExpEngine *eng, bool negative); | - |
| 430 | | - |
| 431 | | - |
| 432 | | - |
| 433 | bool goodStringMatch(QRegExpMatchState &matchState) const; | - |
| 434 | bool badCharMatch(QRegExpMatchState &matchState) const; | - |
| 435 | | - |
| 436 | | - |
| 437 | | - |
| 438 | | - |
| 439 | QVector<QRegExpAutomatonState> s; | - |
| 440 | | - |
| 441 | QVector<QRegExpAtom> f; | - |
| 442 | int nf; | - |
| 443 | int cf; | - |
| 444 | QVector<int> captureForOfficialCapture; | - |
| 445 | | - |
| 446 | int officialncap; | - |
| 447 | int ncap; | - |
| 448 | | - |
| 449 | QVector<QRegExpCharClass> cl; | - |
| 450 | | - |
| 451 | | - |
| 452 | QVector<QRegExpLookahead *> ahead; | - |
| 453 | | - |
| 454 | | - |
| 455 | QVector<QRegExpAnchorAlternation> aa; | - |
| 456 | | - |
| 457 | | - |
| 458 | bool caretAnchored; | - |
| 459 | bool trivial; | - |
| 460 | | - |
| 461 | bool valid; | - |
| 462 | Qt::CaseSensitivity cs; | - |
| 463 | bool greedyQuantifiers; | - |
| 464 | bool xmlSchemaExtensions; | - |
| 465 | | - |
| 466 | int nbrefs; | - |
| 467 | | - |
| 468 | | - |
| 469 | | - |
| 470 | bool useGoodStringHeuristic; | - |
| 471 | | - |
| 472 | int goodEarlyStart; | - |
| 473 | int goodLateStart; | - |
| 474 | QString goodStr; | - |
| 475 | | - |
| 476 | int minl; | - |
| 477 | QVector<int> occ1; | - |
| 478 | class Box | - |
| 479 | { | - |
| 480 | public: | - |
| 481 | Box(QRegExpEngine *engine); | - |
| 482 | Box(const Box &b) { operator=(b); } never executed: end of block | 0 |
| 483 | | - |
| 484 | Box &operator=(const Box &b); | - |
| 485 | | - |
| 486 | void clear() { operator=(Box(eng)); }executed 22 times by 2 tests: end of blockExecuted by:- tst_QDataStream
- tst_QRegExp
| 22 |
| 487 | void set(QChar ch); | - |
| 488 | void set(const QRegExpCharClass &cc); | - |
| 489 | | - |
| 490 | void set(int bref); | - |
| 491 | | - |
| 492 | | - |
| 493 | void cat(const Box &b); | - |
| 494 | void orx(const Box &b); | - |
| 495 | void plus(int atom); | - |
| 496 | void opt(); | - |
| 497 | void catAnchor(int a); | - |
| 498 | | - |
| 499 | void setupHeuristics(); | - |
| 500 | | - |
| 501 | | - |
| 502 | | - |
| 503 | void dump() const; | - |
| 504 | | - |
| 505 | | - |
| 506 | private: | - |
| 507 | void addAnchorsToEngine(const Box &to) const; | - |
| 508 | | - |
| 509 | QRegExpEngine *eng; | - |
| 510 | QVector<int> ls; | - |
| 511 | QVector<int> rs; | - |
| 512 | QMap<int, int> lanchors; | - |
| 513 | QMap<int, int> ranchors; | - |
| 514 | int skipanchors; | - |
| 515 | | - |
| 516 | | - |
| 517 | int earlyStart; | - |
| 518 | int lateStart; | - |
| 519 | QString str; | - |
| 520 | QString leftStr; | - |
| 521 | QString rightStr; | - |
| 522 | int maxl; | - |
| 523 | | - |
| 524 | | - |
| 525 | int minl; | - |
| 526 | | - |
| 527 | QVector<int> occ1; | - |
| 528 | | - |
| 529 | }; | - |
| 530 | | - |
| 531 | friend class Box; | - |
| 532 | | - |
| 533 | | - |
| 534 | | - |
| 535 | | - |
| 536 | enum { Tok_Eos, Tok_Dollar, Tok_LeftParen, Tok_MagicLeftParen, Tok_PosLookahead, | - |
| 537 | Tok_NegLookahead, Tok_RightParen, Tok_CharClass, Tok_Caret, Tok_Quantifier, Tok_Bar, | - |
| 538 | Tok_Word, Tok_NonWord, Tok_Char = 0x10000, Tok_BackRef = 0x20000 }; | - |
| 539 | int getChar(); | - |
| 540 | int getEscape(); | - |
| 541 | | - |
| 542 | int getRep(int def); | - |
| 543 | | - |
| 544 | | - |
| 545 | void skipChars(int n); | - |
| 546 | | - |
| 547 | void error(const char *msg); | - |
| 548 | void startTokenizer(const QChar *rx, int len); | - |
| 549 | int getToken(); | - |
| 550 | | - |
| 551 | const QChar *yyIn; | - |
| 552 | int yyPos0; | - |
| 553 | int yyPos; | - |
| 554 | int yyLen; | - |
| 555 | int yyCh; | - |
| 556 | QScopedPointer<QRegExpCharClass> yyCharClass; | - |
| 557 | int yyMinRep; | - |
| 558 | int yyMaxRep; | - |
| 559 | QString yyError; | - |
| 560 | | - |
| 561 | | - |
| 562 | | - |
| 563 | | - |
| 564 | int parse(const QChar *rx, int len); | - |
| 565 | void parseAtom(Box *box); | - |
| 566 | void parseFactor(Box *box); | - |
| 567 | void parseTerm(Box *box); | - |
| 568 | void parseExpression(Box *box); | - |
| 569 | | - |
| 570 | int yyTok; | - |
| 571 | bool yyMayCapture; | - |
| 572 | | - |
| 573 | friend struct QRegExpMatchState; | - |
| 574 | }; | - |
| 575 | | - |
| 576 | | - |
| 577 | | - |
| 578 | | - |
| 579 | | - |
| 580 | | - |
| 581 | struct QRegExpLookahead | - |
| 582 | { | - |
| 583 | QRegExpEngine *eng; | - |
| 584 | bool neg; | - |
| 585 | | - |
| 586 | inline QRegExpLookahead(QRegExpEngine *eng0, bool neg0) | - |
| 587 | : eng(eng0), neg(neg0) { }executed 126 times by 2 tests: end of blockExecuted by:- tst_QRegExp
- tst_QTextDocument
| 126 |
| 588 | inline ~QRegExpLookahead() { delete eng; }executed 126 times by 2 tests: end of blockExecuted by:- tst_QRegExp
- tst_qtextdocument - unknown status
| 126 |
| 589 | }; | - |
| 590 | __attribute__((visibility("default"))) QString qt_regexp_toCanonical(const QString &pattern, QRegExp::PatternSyntax patternSyntax) | - |
| 591 | { | - |
| 592 | switch (patternSyntax) { | - |
| 593 | | - |
| 594 | caseexecuted 208 times by 60 tests: case QRegExp::Wildcard:Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
QRegExp::Wildcard:executed 208 times by 60 tests: case QRegExp::Wildcard:Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
| 208 |
| 595 | returnexecuted 208 times by 60 tests: return wc2rx(pattern, false);Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
wc2rx(pattern, false);executed 208 times by 60 tests: return wc2rx(pattern, false);Executed by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- ...
| 208 |
| 596 | caseexecuted 34 times by 2 tests: case QRegExp::WildcardUnix:Executed by:- tst_QMimeDatabase
- tst_QRegExp
QRegExp::WildcardUnix:executed 34 times by 2 tests: case QRegExp::WildcardUnix:Executed by:- tst_QMimeDatabase
- tst_QRegExp
| 34 |
| 597 | returnexecuted 34 times by 2 tests: return wc2rx(pattern, true);Executed by:- tst_QMimeDatabase
- tst_QRegExp
wc2rx(pattern, true);executed 34 times by 2 tests: return wc2rx(pattern, true);Executed by:- tst_QMimeDatabase
- tst_QRegExp
| 34 |
| 598 | | - |
| 599 | caseexecuted 97 times by 9 tests: case QRegExp::FixedString:Executed by:- tst_QDataStream
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
QRegExp::FixedString:executed 97 times by 9 tests: case QRegExp::FixedString:Executed by:- tst_QDataStream
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
| 97 |
| 600 | returnexecuted 97 times by 9 tests: return QRegExp::escape(pattern);Executed by:- tst_QDataStream
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
QRegExp::escape(pattern);executed 97 times by 9 tests: return QRegExp::escape(pattern);Executed by:- tst_QDataStream
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
| 97 |
| 601 | caseexecuted 52 times by 1 test: case QRegExp::W3CXmlSchema11: QRegExp::W3CXmlSchema11:executed 52 times by 1 test: case QRegExp::W3CXmlSchema11: | 52 |
| 602 | defaultexecuted 1233 times by 65 tests: default:Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- ...
:executed 1233 times by 65 tests: default:Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- ...
| 1233 |
| 603 | returnexecuted 1285 times by 65 tests: return pattern;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- ...
pattern;executed 1285 times by 65 tests: return pattern;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- ...
| 1285 |
| 604 | } | - |
| 605 | } | - |
| 606 | | - |
| 607 | QRegExpEngine::QRegExpEngine(const QRegExpEngineKey &key) | - |
| 608 | : cs(key.cs), greedyQuantifiers(key.patternSyntax == QRegExp::RegExp2), | - |
| 609 | xmlSchemaExtensions(key.patternSyntax == QRegExp::W3CXmlSchema11) | - |
| 610 | { | - |
| 611 | setup(); | - |
| 612 | | - |
| 613 | QString rx = qt_regexp_toCanonical(key.pattern, key.patternSyntax); | - |
| 614 | | - |
| 615 | valid = (parse(rx.unicode(), rx.length()) == rx.length()); | - |
| 616 | if (!valid| TRUE | evaluated 52 times by 4 testsEvaluated by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| | FALSE | evaluated 1572 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 52-1572 |
| 617 | | - |
| 618 | trivial = false; | - |
| 619 | | - |
| 620 | error("missing left delim"); | - |
| 621 | }executed 52 times by 4 tests: end of blockExecuted by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| 52 |
| 622 | }executed 1624 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1624 |
| 623 | | - |
| 624 | QRegExpEngine::~QRegExpEngine() | - |
| 625 | { | - |
| 626 | | - |
| 627 | qDeleteAll(ahead); | - |
| 628 | | - |
| 629 | }executed 1959 times by 301 tests: end of blockExecuted by:- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QMetaType
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QStateMachine
- tst_QString
- tst_QTextDocument
- tst_QVariant
- tst_collections - unknown status
- 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_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- ...
| 1959 |
| 630 | | - |
| 631 | void QRegExpMatchState::prepareForMatch(QRegExpEngine *eng) | - |
| 632 | { | - |
| 633 | | - |
| 634 | | - |
| 635 | | - |
| 636 | | - |
| 637 | int ns = eng->s.size(); | - |
| 638 | int ncap = eng->ncap; | - |
| 639 | | - |
| 640 | int newSlideTabSize = qMax(eng->minl + 1, 16); | - |
| 641 | | - |
| 642 | | - |
| 643 | | - |
| 644 | int numCaptures = eng->captureCount(); | - |
| 645 | int newCapturedSize = 2 + 2 * numCaptures; | - |
| 646 | bigArray = q_check_ptr((int *)realloc(bigArray, ((3 + 4 * ncap) * ns + 4 * ncap + newSlideTabSize + newCapturedSize)*sizeof(int))); | - |
| 647 | | - |
| 648 | | - |
| 649 | | - |
| 650 | | - |
| 651 | slideTabSize = newSlideTabSize; | - |
| 652 | capturedSize = newCapturedSize; | - |
| 653 | inNextStack = bigArray; | - |
| 654 | memset(inNextStack, -1, ns * sizeof(int)); | - |
| 655 | curStack = inNextStack + ns; | - |
| 656 | nextStack = inNextStack + 2 * ns; | - |
| 657 | | - |
| 658 | curCapBegin = inNextStack + 3 * ns; | - |
| 659 | nextCapBegin = curCapBegin + ncap * ns; | - |
| 660 | curCapEnd = curCapBegin + 2 * ncap * ns; | - |
| 661 | nextCapEnd = curCapBegin + 3 * ncap * ns; | - |
| 662 | | - |
| 663 | tempCapBegin = curCapBegin + 4 * ncap * ns; | - |
| 664 | tempCapEnd = tempCapBegin + ncap; | - |
| 665 | capBegin = tempCapBegin + 2 * ncap; | - |
| 666 | capEnd = tempCapBegin + 3 * ncap; | - |
| 667 | | - |
| 668 | slideTab = tempCapBegin + 4 * ncap; | - |
| 669 | captured = slideTab + slideTabSize; | - |
| 670 | memset(captured, -1, capturedSize*sizeof(int)); | - |
| 671 | this->eng = eng; | - |
| 672 | }executed 2410560 times by 164 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 2410560 |
| 673 | | - |
| 674 | | - |
| 675 | | - |
| 676 | | - |
| 677 | | - |
| 678 | void QRegExpMatchState::match(const QChar *str0, int len0, int pos0, | - |
| 679 | bool minimal0, bool oneTest, int caretIndex) | - |
| 680 | { | - |
| 681 | bool matched = false; | - |
| 682 | QChar char_null; | - |
| 683 | | - |
| 684 | | - |
| 685 | if (eng->trivial| TRUE | evaluated 121311 times by 14 testsEvaluated by:- tst_QFileSystemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QStateMachine
- tst_QString
- tst_QTextDocument
- tst_QXmlSimpleReader
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1700237 times by 73 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
|
&& !oneTest| TRUE | evaluated 120085 times by 11 testsEvaluated by:- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QStateMachine
- tst_QString
- tst_QTextDocument
- tst_QXmlSimpleReader
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1226 times by 6 testsEvaluated by:- tst_QFileSystemModel
- tst_QLibrary
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
|
) { | 1226-1700237 |
| 686 | pos = qFindString(str0, len0, pos0, eng->goodStr.unicode(), eng->goodStr.length(), eng->cs); | - |
| 687 | matchLen = eng->goodStr.length(); | - |
| 688 | matched = (pos != -1); | - |
| 689 | }executed 120085 times by 11 tests: end of blockExecuted by:- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QStateMachine
- tst_QString
- tst_QTextDocument
- tst_QXmlSimpleReader
- tst_qmakelib
- tst_qstandardpaths
else | 120085 |
| 690 | | - |
| 691 | { | - |
| 692 | in = str0; | - |
| 693 | if (in == 0| TRUE | never evaluated | | FALSE | evaluated 1701463 times by 73 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
|
) | 0-1701463 |
| 694 | in = &char_null; never executed: in = &char_null; | 0 |
| 695 | pos = pos0; | - |
| 696 | caretPos = caretIndex; | - |
| 697 | len = len0; | - |
| 698 | minimal = minimal0; | - |
| 699 | matchLen = 0; | - |
| 700 | oneTestMatchedLen = 0; | - |
| 701 | | - |
| 702 | if (eng->valid| TRUE | evaluated 1674509 times by 73 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
| | FALSE | evaluated 26954 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
|
&& pos >= 0| TRUE | evaluated 1674509 times by 73 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
| | FALSE | never evaluated |
&& pos <= len| TRUE | evaluated 1674502 times by 73 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
| | FALSE | evaluated 7 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
|
) { | 0-1674509 |
| 703 | | - |
| 704 | if (oneTest| TRUE | evaluated 1429950 times by 43 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlainTextEdit
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- ...
| | FALSE | evaluated 244552 times by 45 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
|
) { | 244552-1429950 |
| 705 | matched = matchHere(); | - |
| 706 | }executed 1429950 times by 43 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlainTextEdit
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- ...
else { | 1429950 |
| 707 | if (pos <= len - eng->minl| TRUE | evaluated 241434 times by 45 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
| | FALSE | evaluated 3118 times by 22 testsEvaluated by:- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
- tst_selftests - unknown status
|
) { | 3118-241434 |
| 708 | if (eng->caretAnchored| TRUE | evaluated 2361 times by 26 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- ...
| | FALSE | evaluated 239073 times by 35 testsEvaluated by:- tst_ModelTest
- tst_QDBusInterface
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- ...
|
) { | 2361-239073 |
| 709 | matched = matchHere(); | - |
| 710 | }executed 2361 times by 26 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- ...
else if (eng->useGoodStringHeuristic| TRUE | evaluated 201040 times by 16 testsEvaluated by:- tst_QDBusInterface
- tst_QFontComboBox
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_selftests - unknown status
- tst_uic
| | FALSE | evaluated 38033 times by 28 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- ...
|
) { | 2361-201040 |
| 711 | matched = eng->goodStringMatch(*this); | - |
| 712 | }executed 201040 times by 16 tests: end of blockExecuted by:- tst_QDBusInterface
- tst_QFontComboBox
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_selftests - unknown status
- tst_uic
else { | 201040 |
| 713 | matched = eng->badCharMatch(*this); | - |
| 714 | }executed 38033 times by 28 tests: end of blockExecuted by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- ...
| 38033 |
| 715 | } | - |
| 716 | }executed 244552 times by 45 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
| 244552 |
| 717 | | - |
| 718 | | - |
| 719 | | - |
| 720 | } | - |
| 721 | }executed 1701463 times by 73 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
| 1701463 |
| 722 | | - |
| 723 | if (matched| TRUE | evaluated 461432 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 1360116 times by 64 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- ...
|
) { | 461432-1360116 |
| 724 | int *c = captured; | - |
| 725 | *c++ = pos; | - |
| 726 | *c++ = matchLen; | - |
| 727 | | - |
| 728 | int numCaptures = (capturedSize - 2) >> 1; | - |
| 729 | | - |
| 730 | for (int i = 0; i < numCaptures| TRUE | evaluated 220119 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 461432 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- ...
|
; ++i) { | 220119-461432 |
| 731 | int j = eng->captureForOfficialCapture.at(i); | - |
| 732 | if (capBegin[j] != EmptyCapture| TRUE | evaluated 211440 times by 22 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 8679 times by 11 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
- tst_QTime
- tst_qmakelib
|
) { | 8679-211440 |
| 733 | int len = capEnd[j] - capBegin[j]; | - |
| 734 | *c++ = (| TRUE | evaluated 211440 times by 22 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | never evaluated |
len > 0)| TRUE | evaluated 211440 times by 22 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | never evaluated |
? pos + capBegin[j] : 0; | 0-211440 |
| 735 | *c++ = len; | - |
| 736 | }executed 211440 times by 22 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
else { | 211440 |
| 737 | *c++ = -1; | - |
| 738 | *c++ = -1; | - |
| 739 | }executed 8679 times by 11 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
- tst_QTime
- tst_qmakelib
| 8679 |
| 740 | } | - |
| 741 | | - |
| 742 | }executed 461432 times by 70 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- ...
else { | 461432 |
| 743 | | - |
| 744 | memset(captured, -1, capturedSize * sizeof(int)); | - |
| 745 | }executed 1360116 times by 64 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- ...
| 1360116 |
| 746 | } | - |
| 747 | | - |
| 748 | | - |
| 749 | | - |
| 750 | | - |
| 751 | | - |
| 752 | | - |
| 753 | int QRegExpEngine::createState(QChar ch) | - |
| 754 | { | - |
| 755 | returnexecuted 22520 times by 68 tests: return setupState(ch.unicode());Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- ...
setupState(ch.unicode());executed 22520 times by 68 tests: return setupState(ch.unicode());Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- ...
| 22520 |
| 756 | } | - |
| 757 | | - |
| 758 | int QRegExpEngine::createState(const QRegExpCharClass &cc) | - |
| 759 | { | - |
| 760 | | - |
| 761 | int n = cl.size(); | - |
| 762 | cl += QRegExpCharClass(cc); | - |
| 763 | returnexecuted 6686 times by 105 tests: return setupState(CharClassBit | n);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
setupState(CharClassBit | n);executed 6686 times by 105 tests: return setupState(CharClassBit | n);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 6686 |
| 764 | | - |
| 765 | | - |
| 766 | | - |
| 767 | | - |
| 768 | } | - |
| 769 | | - |
| 770 | | - |
| 771 | int QRegExpEngine::createState(int bref) | - |
| 772 | { | - |
| 773 | if (bref > nbrefs| TRUE | evaluated 72 times by 1 test | | FALSE | evaluated 118 times by 1 test |
) { | 72-118 |
| 774 | nbrefs = bref; | - |
| 775 | if (nbrefs > MaxBackRefs| TRUE | never evaluated | | FALSE | evaluated 72 times by 1 test |
) { | 0-72 |
| 776 | error("met internal limit"); | - |
| 777 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 778 | } | - |
| 779 | }executed 72 times by 1 test: end of block | 72 |
| 780 | returnexecuted 190 times by 1 test: return setupState(BackRefBit | bref); setupState(BackRefBit | bref);executed 190 times by 1 test: return setupState(BackRefBit | bref); | 190 |
| 781 | } | - |
| 782 | void QRegExpEngine::addCatTransitions(const QVector<int> &from, const QVector<int> &to) | - |
| 783 | { | - |
| 784 | for (int i = 0; i < from.size()| TRUE | evaluated 32201 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 30360 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
; i++) | 30360-32201 |
| 785 | mergeInto(&s[from.at(i)].outs, to);executed 32201 times by 105 tests: mergeInto(&s[from.at(i)].outs, to);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 32201 |
| 786 | }executed 30360 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 30360 |
| 787 | | - |
| 788 | | - |
| 789 | void QRegExpEngine::addPlusTransitions(const QVector<int> &from, const QVector<int> &to, int atom) | - |
| 790 | { | - |
| 791 | for (int i = 0; i < from.size()| TRUE | evaluated 3139 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| | FALSE | evaluated 2287 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
|
; i++) { | 2287-3139 |
| 792 | QRegExpAutomatonState &st = s[from.at(i)]; | - |
| 793 | const QVector<int> oldOuts = st.outs; | - |
| 794 | mergeInto(&st.outs, to); | - |
| 795 | if (f.at(atom).capture != QRegExpAtom::NoCapture| TRUE | evaluated 626 times by 1 test | | FALSE | evaluated 2513 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
|
) { | 626-2513 |
| 796 | for (int j = 0; j < to.size()| TRUE | evaluated 1032 times by 1 test | | FALSE | evaluated 626 times by 1 test |
; j++) { | 626-1032 |
| 797 | | - |
| 798 | if (!st.reenter.contains(to.at(j))| TRUE | evaluated 1024 times by 1 test | | FALSE | evaluated 8 times by 1 test |
&& | 8-1024 |
| 799 | !std::binary_search(oldOuts.constBegin(), oldOuts.constEnd(), to.at(j))| TRUE | evaluated 934 times by 1 test | | FALSE | evaluated 90 times by 1 test |
) | 90-934 |
| 800 | st.reenter.insert(to.at(j), atom);executed 934 times by 1 test: st.reenter.insert(to.at(j), atom); | 934 |
| 801 | }executed 1032 times by 1 test: end of block | 1032 |
| 802 | }executed 626 times by 1 test: end of block | 626 |
| 803 | }executed 3139 times by 86 tests: end of blockExecuted by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| 3139 |
| 804 | }executed 2287 times by 86 tests: end of blockExecuted by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| 2287 |
| 805 | | - |
| 806 | | - |
| 807 | | - |
| 808 | | - |
| 809 | | - |
| 810 | | - |
| 811 | int QRegExpEngine::anchorAlternation(int a, int b) | - |
| 812 | { | - |
| 813 | if (((| TRUE | evaluated 290 times by 1 test | | FALSE | evaluated 422 times by 1 test |
a & b) == a| TRUE | evaluated 290 times by 1 test | | FALSE | evaluated 422 times by 1 test |
|| (| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 410 times by 1 test |
a & b) == b| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 410 times by 1 test |
) && ((| TRUE | evaluated 270 times by 1 test | | FALSE | evaluated 32 times by 1 test |
a | b) & Anchor_Alternation) == 0| TRUE | evaluated 270 times by 1 test | | FALSE | evaluated 32 times by 1 test |
) | 12-422 |
| 814 | returnexecuted 270 times by 1 test: return a & b; a & b;executed 270 times by 1 test: return a & b; | 270 |
| 815 | | - |
| 816 | int n = aa.size(); | - |
| 817 | | - |
| 818 | if (n > 0| TRUE | evaluated 420 times by 1 test | | FALSE | evaluated 22 times by 1 test |
&& aa.at(n - 1).a == a| TRUE | evaluated 84 times by 1 test | | FALSE | evaluated 336 times by 1 test |
&& aa.at(n - 1).b == b| TRUE | evaluated 40 times by 1 test | | FALSE | evaluated 44 times by 1 test |
) | 22-420 |
| 819 | returnexecuted 40 times by 1 test: return Anchor_Alternation | (n - 1); Anchor_Alternation | (n - 1);executed 40 times by 1 test: return Anchor_Alternation | (n - 1); | 40 |
| 820 | | - |
| 821 | | - |
| 822 | QRegExpAnchorAlternation element = {a, b}; | - |
| 823 | aa.append(element); | - |
| 824 | returnexecuted 402 times by 1 test: return Anchor_Alternation | n; Anchor_Alternation | n;executed 402 times by 1 test: return Anchor_Alternation | n; | 402 |
| 825 | } | - |
| 826 | | - |
| 827 | | - |
| 828 | | - |
| 829 | | - |
| 830 | int QRegExpEngine::anchorConcatenation(int a, int b) | - |
| 831 | { | - |
| 832 | if (((| TRUE | evaluated 41646 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 500 times by 1 test |
a | b) & Anchor_Alternation) == 0| TRUE | evaluated 41646 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 500 times by 1 test |
) | 500-41646 |
| 833 | returnexecuted 41646 times by 105 tests: return a | b;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
a | b;executed 41646 times by 105 tests: return a | b;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 41646 |
| 834 | if ((| TRUE | evaluated 170 times by 1 test | | FALSE | evaluated 330 times by 1 test |
b & Anchor_Alternation) != 0| TRUE | evaluated 170 times by 1 test | | FALSE | evaluated 330 times by 1 test |
) | 170-330 |
| 835 | qSwap(a, b);executed 170 times by 1 test: qSwap(a, b); | 170 |
| 836 | | - |
| 837 | int aprime = anchorConcatenation(aa.at(a ^ Anchor_Alternation).a, b); | - |
| 838 | int bprime = anchorConcatenation(aa.at(a ^ Anchor_Alternation).b, b); | - |
| 839 | returnexecuted 500 times by 1 test: return anchorAlternation(aprime, bprime); anchorAlternation(aprime, bprime);executed 500 times by 1 test: return anchorAlternation(aprime, bprime); | 500 |
| 840 | } | - |
| 841 | | - |
| 842 | | - |
| 843 | | - |
| 844 | | - |
| 845 | | - |
| 846 | | - |
| 847 | void QRegExpEngine::addAnchors(int from, int to, int a) | - |
| 848 | { | - |
| 849 | QRegExpAutomatonState &st = s[from]; | - |
| 850 | if (st.anchors.contains(to)| TRUE | evaluated 172 times by 1 test | | FALSE | evaluated 36756 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) | 172-36756 |
| 851 | a = anchorAlternation(st.anchors.value(to), a);executed 172 times by 1 test: a = anchorAlternation(st.anchors.value(to), a); | 172 |
| 852 | st.anchors.insert(to, a); | - |
| 853 | }executed 36928 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 36928 |
| 854 | void QRegExpEngine::heuristicallyChooseHeuristic() | - |
| 855 | { | - |
| 856 | if (minl == 0| TRUE | evaluated 415 times by 61 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHeaderView
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMetaType
- ...
| | FALSE | evaluated 1335 times by 76 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemSelectionModel
- ...
|
) { | 415-1335 |
| 857 | useGoodStringHeuristic = false; | - |
| 858 | }executed 415 times by 61 tests: end of blockExecuted by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHeaderView
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMetaType
- ...
else if (trivial| TRUE | evaluated 482 times by 17 testsEvaluated by:- tst_QDataStream
- tst_QFileSystemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
- tst_QVariant
- tst_QXmlSimpleReader
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 853 times by 74 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- ...
|
) { | 415-853 |
| 859 | useGoodStringHeuristic = true; | - |
| 860 | }executed 482 times by 17 tests: end of blockExecuted by:- tst_QDataStream
- tst_QFileSystemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
- tst_QVariant
- tst_QXmlSimpleReader
- tst_qmakelib
- tst_qstandardpaths
else { | 482 |
| 861 | | - |
| 862 | | - |
| 863 | | - |
| 864 | | - |
| 865 | | - |
| 866 | int goodStringScore = (64 * goodStr.length() / minl) - | - |
| 867 | (goodLateStart - goodEarlyStart); | - |
| 868 | | - |
| 869 | | - |
| 870 | | - |
| 871 | | - |
| 872 | int badCharScore = 0; | - |
| 873 | int step = qMax(1, NumBadChars / 32); | - |
| 874 | for (int i = 1; i < NumBadChars| TRUE | evaluated 27296 times by 74 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- ...
| | FALSE | evaluated 853 times by 74 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- ...
|
; i += step) { | 853-27296 |
| 875 | if (occ1.at(i) == NoOccurrence| TRUE | evaluated 9294 times by 25 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qmakelib
| | FALSE | evaluated 18002 times by 74 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- ...
|
) | 9294-18002 |
| 876 | badCharScore += minl;executed 9294 times by 25 tests: badCharScore += minl;Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qmakelib
| 9294 |
| 877 | else | - |
| 878 | badCharScore += occ1.at(i);executed 18002 times by 74 tests: badCharScore += occ1.at(i);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- ...
| 18002 |
| 879 | } | - |
| 880 | badCharScore /= minl; | - |
| 881 | useGoodStringHeuristic = (goodStringScore > badCharScore); | - |
| 882 | }executed 853 times by 74 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- ...
| 853 |
| 883 | } | - |
| 884 | | - |
| 885 | | - |
| 886 | | - |
| 887 | void QRegExpEngine::dump() const | - |
| 888 | { | - |
| 889 | int i, j; | - |
| 890 | QMessageLogger(__FILE__, 1650, __PRETTY_FUNCTION__).debug("Case %ssensitive engine", cs ? "" : "in"); | - |
| 891 | QMessageLogger(__FILE__, 1651, __PRETTY_FUNCTION__).debug(" States"); | - |
| 892 | for (i = 0; i < s.size()| TRUE | never evaluated | | FALSE | never evaluated |
; i++) { | 0 |
| 893 | QMessageLogger(__FILE__, 1653, __PRETTY_FUNCTION__).debug(" %d%s", i, i == InitialState ? " (initial)" : i == FinalState ? " (final)" : ""); | - |
| 894 | | - |
| 895 | if (nf > 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 896 | QMessageLogger(__FILE__, 1656, __PRETTY_FUNCTION__).debug(" in atom %d", s[i].atom); never executed: QMessageLogger(__FILE__, 1656, __PRETTY_FUNCTION__).debug(" in atom %d", s[i].atom); | 0 |
| 897 | | - |
| 898 | int m = s[i].match; | - |
| 899 | if ((| TRUE | never evaluated | | FALSE | never evaluated |
m & CharClassBit) != 0| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 900 | QMessageLogger(__FILE__, 1660, __PRETTY_FUNCTION__).debug(" match character class %d", m ^ CharClassBit); | - |
| 901 | | - |
| 902 | cl[m ^ CharClassBit].dump(); | - |
| 903 | | - |
| 904 | | - |
| 905 | | - |
| 906 | } never executed: end of block else if ((| TRUE | never evaluated | | FALSE | never evaluated |
m & BackRefBit) != 0| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 907 | QMessageLogger(__FILE__, 1667, __PRETTY_FUNCTION__).debug(" match back-reference %d", m ^ BackRefBit); | - |
| 908 | } never executed: end of block else if (m >= 0x20| TRUE | never evaluated | | FALSE | never evaluated |
&& m <= 0x7e| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 909 | QMessageLogger(__FILE__, 1669, __PRETTY_FUNCTION__).debug(" match 0x%.4x (%c)", m, m); | - |
| 910 | } never executed: end of block else { | 0 |
| 911 | QMessageLogger(__FILE__, 1671, __PRETTY_FUNCTION__).debug(" match 0x%.4x", m); | - |
| 912 | } never executed: end of block | 0 |
| 913 | for (j = 0; j < s[i].outs.size()| TRUE | never evaluated | | FALSE | never evaluated |
; j++) { | 0 |
| 914 | int next = s[i].outs[j]; | - |
| 915 | QMessageLogger(__FILE__, 1675, __PRETTY_FUNCTION__).debug(" -> %d", next); | - |
| 916 | if (s[i].reenter.contains(next)| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 917 | QMessageLogger(__FILE__, 1677, __PRETTY_FUNCTION__).debug(" [reenter %d]", s[i].reenter[next]); never executed: QMessageLogger(__FILE__, 1677, __PRETTY_FUNCTION__).debug(" [reenter %d]", s[i].reenter[next]); | 0 |
| 918 | if (s[i].anchors.value(next) != 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 919 | QMessageLogger(__FILE__, 1679, __PRETTY_FUNCTION__).debug(" [anchors 0x%.8x]", s[i].anchors[next]); never executed: QMessageLogger(__FILE__, 1679, __PRETTY_FUNCTION__).debug(" [anchors 0x%.8x]", s[i].anchors[next]); | 0 |
| 920 | } never executed: end of block | 0 |
| 921 | } never executed: end of block | 0 |
| 922 | | - |
| 923 | if (nf > 0| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 924 | QMessageLogger(__FILE__, 1684, __PRETTY_FUNCTION__).debug(" Atom Parent Capture"); | - |
| 925 | for (i = 0; i < nf| TRUE | never evaluated | | FALSE | never evaluated |
; i++) { | 0 |
| 926 | if (f[i].capture == QRegExpAtom::NoCapture| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 927 | QMessageLogger(__FILE__, 1687, __PRETTY_FUNCTION__).debug(" %6d %6d nil", i, f[i].parent); | - |
| 928 | } never executed: end of block else { | 0 |
| 929 | int cap = f[i].capture; | - |
| 930 | bool official = captureForOfficialCapture.contains(cap); | - |
| 931 | QMessageLogger(__FILE__, 1691, __PRETTY_FUNCTION__).debug(" %6d %6d %6d %s", i, f[i].parent, f[i].capture, | - |
| 932 | official ? "official" : ""); | - |
| 933 | } never executed: end of block | 0 |
| 934 | } | - |
| 935 | } never executed: end of block | 0 |
| 936 | | - |
| 937 | | - |
| 938 | for (i = 0; i < aa.size()| TRUE | never evaluated | | FALSE | never evaluated |
; i++) | 0 |
| 939 | QMessageLogger(__FILE__, 1699, __PRETTY_FUNCTION__).debug(" Anchor alternation 0x%.8x: 0x%.8x 0x%.9x", i, aa[i].a, aa[i].b); never executed: QMessageLogger(__FILE__, 1699, __PRETTY_FUNCTION__).debug(" Anchor alternation 0x%.8x: 0x%.8x 0x%.9x", i, aa[i].a, aa[i].b); | 0 |
| 940 | | - |
| 941 | } never executed: end of block | 0 |
| 942 | | - |
| 943 | | - |
| 944 | void QRegExpEngine::setup() | - |
| 945 | { | - |
| 946 | ref.store(1); | - |
| 947 | | - |
| 948 | f.resize(32); | - |
| 949 | nf = 0; | - |
| 950 | cf = -1; | - |
| 951 | | - |
| 952 | officialncap = 0; | - |
| 953 | ncap = 0; | - |
| 954 | | - |
| 955 | caretAnchored = true; | - |
| 956 | trivial = true; | - |
| 957 | | - |
| 958 | valid = false; | - |
| 959 | | - |
| 960 | nbrefs = 0; | - |
| 961 | | - |
| 962 | | - |
| 963 | useGoodStringHeuristic = true; | - |
| 964 | minl = 0; | - |
| 965 | occ1.fill(0, NumBadChars); | - |
| 966 | | - |
| 967 | }executed 1750 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1750 |
| 968 | | - |
| 969 | int QRegExpEngine::setupState(int match) | - |
| 970 | { | - |
| 971 | | - |
| 972 | s += QRegExpAutomatonState(cf, match); | - |
| 973 | | - |
| 974 | | - |
| 975 | | - |
| 976 | returnexecuted 29396 times by 105 tests: return s.size() - 1;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
s.size() - 1;executed 29396 times by 105 tests: return s.size() - 1;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 29396 |
| 977 | } | - |
| 978 | | - |
| 979 | | - |
| 980 | | - |
| 981 | | - |
| 982 | | - |
| 983 | | - |
| 984 | | - |
| 985 | int QRegExpEngine::startAtom(bool officialCapture) | - |
| 986 | { | - |
| 987 | if ((| TRUE | evaluated 4771 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 26872 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
|
nf & (nf + 1)) == 0| TRUE | evaluated 4771 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 26872 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
|
&& nf + 1 >= f.size()| TRUE | evaluated 245 times by 14 testsEvaluated by:- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTcpSocket
- tst_QTime
| | FALSE | evaluated 4526 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) | 245-26872 |
| 988 | f.resize((nf + 1) << 1);executed 245 times by 14 tests: f.resize((nf + 1) << 1);Executed by:- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTcpSocket
- tst_QTime
| 245 |
| 989 | f[nf].parent = cf; | - |
| 990 | cf = nf++; | - |
| 991 | f[cf].capture = officialCapture| TRUE | evaluated 643 times by 25 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 31000 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
? QRegExpAtom::OfficialCapture : QRegExpAtom::NoCapture; | 643-31000 |
| 992 | returnexecuted 31643 times by 105 tests: return cf;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
cf;executed 31643 times by 105 tests: return cf;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 31643 |
| 993 | } | - |
| 994 | | - |
| 995 | void QRegExpEngine::finishAtom(int atom, bool needCapture) | - |
| 996 | { | - |
| 997 | if (greedyQuantifiers| TRUE | evaluated 5188 times by 1 test | | FALSE | evaluated 26455 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
&& needCapture| TRUE | evaluated 1136 times by 1 test | | FALSE | evaluated 4052 times by 1 test |
&& f[atom].capture == QRegExpAtom::NoCapture| TRUE | evaluated 1136 times by 1 test | | FALSE | never evaluated |
) | 0-26455 |
| 998 | f[atom].capture = QRegExpAtom::UnofficialCapture;executed 1136 times by 1 test: f[atom].capture = QRegExpAtom::UnofficialCapture; | 1136 |
| 999 | cf = f.at(atom).parent; | - |
| 1000 | }executed 31643 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 31643 |
| 1001 | | - |
| 1002 | | - |
| 1003 | | - |
| 1004 | | - |
| 1005 | | - |
| 1006 | | - |
| 1007 | int QRegExpEngine::addLookahead(QRegExpEngine *eng, bool negative) | - |
| 1008 | { | - |
| 1009 | int n = ahead.size(); | - |
| 1010 | if (n == MaxLookaheads| TRUE | never evaluated | | FALSE | evaluated 126 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
|
) { | 0-126 |
| 1011 | error("met internal limit"); | - |
| 1012 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1013 | } | - |
| 1014 | ahead += new QRegExpLookahead(eng, negative); | - |
| 1015 | returnexecuted 126 times by 2 tests: return Anchor_FirstLookahead << n;Executed by:- tst_QRegExp
- tst_QTextDocument
Anchor_FirstLookahead << n;executed 126 times by 2 tests: return Anchor_FirstLookahead << n;Executed by:- tst_QRegExp
- tst_QTextDocument
| 126 |
| 1016 | } | - |
| 1017 | | - |
| 1018 | | - |
| 1019 | | - |
| 1020 | | - |
| 1021 | | - |
| 1022 | | - |
| 1023 | static bool isBetterCapture(int ncap, const int *begin1, const int *end1, const int *begin2, | - |
| 1024 | const int *end2) | - |
| 1025 | { | - |
| 1026 | for (int i = 0; i < ncap| TRUE | evaluated 17888 times by 3 testsEvaluated by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
| | FALSE | evaluated 2065 times by 2 tests |
; i++) { | 2065-17888 |
| 1027 | int delta = begin2[i] - begin1[i]; | - |
| 1028 | if (delta == 0| TRUE | evaluated 17099 times by 3 testsEvaluated by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
| | FALSE | evaluated 789 times by 2 tests |
) | 789-17099 |
| 1029 | delta = end1[i] - end2[i];executed 17099 times by 3 tests: delta = end1[i] - end2[i];Executed by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
| 17099 |
| 1030 | | - |
| 1031 | if (delta != 0| TRUE | evaluated 950 times by 3 testsEvaluated by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
| | FALSE | evaluated 16938 times by 3 testsEvaluated by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
|
) | 950-16938 |
| 1032 | returnexecuted 950 times by 3 tests: return delta > 0;Executed by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
delta > 0;executed 950 times by 3 tests: return delta > 0;Executed by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
| 950 |
| 1033 | }executed 16938 times by 3 tests: end of blockExecuted by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
| 16938 |
| 1034 | returnexecuted 2065 times by 2 tests: return false; false;executed 2065 times by 2 tests: return false; | 2065 |
| 1035 | } | - |
| 1036 | | - |
| 1037 | | - |
| 1038 | | - |
| 1039 | | - |
| 1040 | | - |
| 1041 | | - |
| 1042 | bool QRegExpMatchState::testAnchor(int i, int a, const int *capBegin) | - |
| 1043 | { | - |
| 1044 | int j; | - |
| 1045 | | - |
| 1046 | | - |
| 1047 | if ((| TRUE | evaluated 336 times by 1 test | | FALSE | evaluated 1545078 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
a & QRegExpEngine::Anchor_Alternation) != 0| TRUE | evaluated 336 times by 1 test | | FALSE | evaluated 1545078 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
) | 336-1545078 |
| 1048 | returnexecuted 336 times by 1 test: return testAnchor(i, eng->aa.at(a ^ QRegExpEngine::Anchor_Alternation).a, capBegin) || testAnchor(i, eng->aa.at(a ^ QRegExpEngine::Anchor_Alternation).b, capBegin); testAnchor(i, eng->aa.at(a ^ QRegExpEngine::Anchor_Alternation).a, capBegin)| TRUE | evaluated 78 times by 1 test | | FALSE | evaluated 258 times by 1 test |
executed 336 times by 1 test: return testAnchor(i, eng->aa.at(a ^ QRegExpEngine::Anchor_Alternation).a, capBegin) || testAnchor(i, eng->aa.at(a ^ QRegExpEngine::Anchor_Alternation).b, capBegin); | 78-336 |
| 1049 | || testAnchor(i, eng->aa.at(a ^ QRegExpEngine::Anchor_Alternation).b, capBegin)| TRUE | evaluated 14 times by 1 test | | FALSE | evaluated 244 times by 1 test |
;executed 336 times by 1 test: return testAnchor(i, eng->aa.at(a ^ QRegExpEngine::Anchor_Alternation).a, capBegin) || testAnchor(i, eng->aa.at(a ^ QRegExpEngine::Anchor_Alternation).b, capBegin); | 14-336 |
| 1050 | | - |
| 1051 | | - |
| 1052 | if ((| TRUE | evaluated 706885 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
| | FALSE | evaluated 838193 times by 15 testsEvaluated by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
a & QRegExpEngine::Anchor_Caret) != 0| TRUE | evaluated 706885 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
| | FALSE | evaluated 838193 times by 15 testsEvaluated by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 706885-838193 |
| 1053 | if (pos + i != caretPos| TRUE | evaluated 90706 times by 4 testsEvaluated by:- tst_Lancelot
- tst_QRegExp
- tst_QString
- tst_QStringList
| | FALSE | evaluated 616179 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
) | 90706-616179 |
| 1054 | returnexecuted 90706 times by 4 tests: return false;Executed by:- tst_Lancelot
- tst_QRegExp
- tst_QString
- tst_QStringList
false;executed 90706 times by 4 tests: return false;Executed by:- tst_Lancelot
- tst_QRegExp
- tst_QString
- tst_QStringList
| 90706 |
| 1055 | }executed 616179 times by 27 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
| 616179 |
| 1056 | if ((| TRUE | evaluated 23968 times by 15 testsEvaluated by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1430404 times by 26 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- ...
|
a & QRegExpEngine::Anchor_Dollar) != 0| TRUE | evaluated 23968 times by 15 testsEvaluated by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1430404 times by 26 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- ...
|
) { | 23968-1430404 |
| 1057 | if (pos + i != len| TRUE | evaluated 16175 times by 11 testsEvaluated by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 7793 times by 15 testsEvaluated by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) | 7793-16175 |
| 1058 | returnexecuted 16175 times by 11 tests: return false;Executed by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_qmakelib
- tst_qstandardpaths
false;executed 16175 times by 11 tests: return false;Executed by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_qmakelib
- tst_qstandardpaths
| 16175 |
| 1059 | }executed 7793 times by 15 tests: end of blockExecuted by:- tst_Collections
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 7793 |
| 1060 | | - |
| 1061 | if ((| TRUE | evaluated 149 times by 2 tests | | FALSE | evaluated 1438048 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
a & (QRegExpEngine::Anchor_Word | QRegExpEngine::Anchor_NonWord)) != 0| TRUE | evaluated 149 times by 2 tests | | FALSE | evaluated 1438048 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
) { | 149-1438048 |
| 1062 | bool before = false; | - |
| 1063 | bool after = false; | - |
| 1064 | if (pos + i != 0| TRUE | evaluated 143 times by 2 tests | | FALSE | evaluated 6 times by 2 tests |
) | 6-143 |
| 1065 | before = isWord(in[pos + i - 1]);executed 143 times by 2 tests: before = isWord(in[pos + i - 1]); | 143 |
| 1066 | if (pos + i != len| TRUE | evaluated 144 times by 2 tests | | FALSE | evaluated 5 times by 1 test |
) | 5-144 |
| 1067 | after = isWord(in[pos + i]);executed 144 times by 2 tests: after = isWord(in[pos + i]); | 144 |
| 1068 | if ((| TRUE | evaluated 149 times by 2 tests | | FALSE | never evaluated |
a & QRegExpEngine::Anchor_Word) != 0| TRUE | evaluated 149 times by 2 tests | | FALSE | never evaluated |
&& (| TRUE | evaluated 101 times by 1 test | | FALSE | evaluated 48 times by 2 tests |
before == after)| TRUE | evaluated 101 times by 1 test | | FALSE | evaluated 48 times by 2 tests |
) | 0-149 |
| 1069 | returnexecuted 101 times by 1 test: return false; false;executed 101 times by 1 test: return false; | 101 |
| 1070 | if ((| TRUE | never evaluated | | FALSE | evaluated 48 times by 2 tests |
a & QRegExpEngine::Anchor_NonWord) != 0| TRUE | never evaluated | | FALSE | evaluated 48 times by 2 tests |
&& (| TRUE | never evaluated | | FALSE | never evaluated |
before != after)| TRUE | never evaluated | | FALSE | never evaluated |
) | 0-48 |
| 1071 | return never executed: return false; false;never executed: return false; | 0 |
| 1072 | }executed 48 times by 2 tests: end of block | 48 |
| 1073 | | - |
| 1074 | | - |
| 1075 | if ((| TRUE | evaluated 800608 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | evaluated 637488 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
a & QRegExpEngine::Anchor_LookaheadMask) != 0| TRUE | evaluated 800608 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | evaluated 637488 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
) { | 637488-800608 |
| 1076 | const QVector<QRegExpLookahead *> &ahead = eng->ahead; | - |
| 1077 | for (j = 0; j < ahead.size()| TRUE | evaluated 10402080 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | evaluated 800113 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
|
; j++) { | 800113-10402080 |
| 1078 | if ((| TRUE | evaluated 800608 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | evaluated 9601472 times by 1 test |
a & (QRegExpEngine::Anchor_FirstLookahead << j)) != 0| TRUE | evaluated 800608 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | evaluated 9601472 times by 1 test |
) { | 800608-9601472 |
| 1079 | QRegExpMatchState matchState; | - |
| 1080 | matchState.prepareForMatch(ahead[j]->eng); | - |
| 1081 | matchState.match(in + pos + i, len - pos - i, 0, | - |
| 1082 | true, true, caretPos - pos - i); | - |
| 1083 | if ((| TRUE | evaluated 495 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | evaluated 800113 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
|
matchState.captured[0] == 0) == ahead[j]->neg| TRUE | evaluated 495 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | evaluated 800113 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
|
) | 495-800113 |
| 1084 | returnexecuted 495 times by 2 tests: return false;Executed by:- tst_QRegExp
- tst_QTextDocument
false;executed 495 times by 2 tests: return false;Executed by:- tst_QRegExp
- tst_QTextDocument
| 495 |
| 1085 | }executed 800113 times by 2 tests: end of blockExecuted by:- tst_QRegExp
- tst_QTextDocument
| 800113 |
| 1086 | }executed 10401585 times by 2 tests: end of blockExecuted by:- tst_QRegExp
- tst_QTextDocument
| 10401585 |
| 1087 | }executed 800113 times by 2 tests: end of blockExecuted by:- tst_QRegExp
- tst_QTextDocument
| 800113 |
| 1088 | | - |
| 1089 | | - |
| 1090 | | - |
| 1091 | for (j = 0; j < eng->nbrefs| TRUE | evaluated 42778 times by 1 test | | FALSE | evaluated 1414737 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
; j++) { | 42778-1414737 |
| 1092 | if ((| TRUE | evaluated 26367 times by 1 test | | FALSE | evaluated 16411 times by 1 test |
a & (QRegExpEngine::Anchor_BackRef1Empty << j)) != 0| TRUE | evaluated 26367 times by 1 test | | FALSE | evaluated 16411 times by 1 test |
) { | 16411-26367 |
| 1093 | int i = eng->captureForOfficialCapture.at(j); | - |
| 1094 | if (capBegin[i] != EmptyCapture| TRUE | evaluated 22864 times by 1 test | | FALSE | evaluated 3503 times by 1 test |
) | 3503-22864 |
| 1095 | returnexecuted 22864 times by 1 test: return false; false;executed 22864 times by 1 test: return false; | 22864 |
| 1096 | }executed 3503 times by 1 test: end of block | 3503 |
| 1097 | }executed 19914 times by 1 test: end of block | 19914 |
| 1098 | | - |
| 1099 | | - |
| 1100 | returnexecuted 1414737 times by 27 tests: return true;Executed by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
true;executed 1414737 times by 27 tests: return true;Executed by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
| 1414737 |
| 1101 | } | - |
| 1102 | bool QRegExpEngine::goodStringMatch(QRegExpMatchState &matchState) const | - |
| 1103 | { | - |
| 1104 | int k = matchState.pos + goodEarlyStart; | - |
| 1105 | QStringMatcher matcher(goodStr.unicode(), goodStr.length(), cs); | - |
| 1106 | while ((| TRUE | evaluated 200566 times by 14 testsEvaluated by:- tst_QDBusInterface
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_uic
| | FALSE | evaluated 496 times by 10 testsEvaluated by:- tst_QFontComboBox
- tst_QNetworkReply
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_qmakelib
- tst_selftests - unknown status
- tst_uic
|
k = matcher.indexIn(matchState.in, matchState.len, k)) != -1| TRUE | evaluated 200566 times by 14 testsEvaluated by:- tst_QDBusInterface
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_uic
| | FALSE | evaluated 496 times by 10 testsEvaluated by:- tst_QFontComboBox
- tst_QNetworkReply
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_qmakelib
- tst_selftests - unknown status
- tst_uic
|
) { | 496-200566 |
| 1107 | int from = k - goodLateStart; | - |
| 1108 | int to = k - goodEarlyStart; | - |
| 1109 | if (from > matchState.pos| TRUE | evaluated 200249 times by 10 testsEvaluated by:- tst_QDBusInterface
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_uic
| | FALSE | evaluated 317 times by 8 testsEvaluated by:- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_qmakelib
|
) | 317-200249 |
| 1110 | matchState.pos = from;executed 200249 times by 10 tests: matchState.pos = from;Executed by:- tst_QDBusInterface
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_uic
| 200249 |
| 1111 | | - |
| 1112 | while (matchState.pos <= to| TRUE | evaluated 200566 times by 14 testsEvaluated by:- tst_QDBusInterface
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_uic
| | FALSE | evaluated 22 times by 4 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_qmakelib
|
) { | 22-200566 |
| 1113 | if (matchState.matchHere()| TRUE | evaluated 200544 times by 14 testsEvaluated by:- tst_QDBusInterface
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_uic
| | FALSE | evaluated 22 times by 4 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_qmakelib
|
) | 22-200544 |
| 1114 | returnexecuted 200544 times by 14 tests: return true;Executed by:- tst_QDBusInterface
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_uic
true;executed 200544 times by 14 tests: return true;Executed by:- tst_QDBusInterface
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextEdit
- tst_qmakelib
- tst_uic
| 200544 |
| 1115 | ++matchState.pos; | - |
| 1116 | }executed 22 times by 4 tests: end of blockExecuted by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_qmakelib
| 22 |
| 1117 | ++k; | - |
| 1118 | }executed 22 times by 4 tests: end of blockExecuted by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_qmakelib
| 22 |
| 1119 | returnexecuted 496 times by 10 tests: return false;Executed by:- tst_QFontComboBox
- tst_QNetworkReply
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_qmakelib
- tst_selftests - unknown status
- tst_uic
false;executed 496 times by 10 tests: return false;Executed by:- tst_QFontComboBox
- tst_QNetworkReply
- tst_QObject
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QString
- tst_QStringList
- tst_qmakelib
- tst_selftests - unknown status
- tst_uic
| 496 |
| 1120 | } | - |
| 1121 | | - |
| 1122 | bool QRegExpEngine::badCharMatch(QRegExpMatchState &matchState) const | - |
| 1123 | { | - |
| 1124 | int slideHead = 0; | - |
| 1125 | int slideNext = 0; | - |
| 1126 | int i; | - |
| 1127 | int lastPos = matchState.len - minl; | - |
| 1128 | memset(matchState.slideTab, 0, matchState.slideTabSize * sizeof(int)); | - |
| 1129 | | - |
| 1130 | | - |
| 1131 | | - |
| 1132 | | - |
| 1133 | | - |
| 1134 | for (i = 0; i < minl| TRUE | evaluated 32192 times by 26 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- ...
| | FALSE | evaluated 38033 times by 28 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- ...
|
; i++) { | 32192-38033 |
| 1135 | int sk = occ1[((matchState.in[matchState.pos + i]).unicode() % NumBadChars)]; | - |
| 1136 | if (sk == NoOccurrence| TRUE | evaluated 14087 times by 14 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
| | FALSE | evaluated 18105 times by 22 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocumentFragment
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
|
) | 14087-18105 |
| 1137 | sk = i + 1;executed 14087 times by 14 tests: sk = i + 1;Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
| 14087 |
| 1138 | if (sk > 0| TRUE | evaluated 14515 times by 14 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
| | FALSE | evaluated 17677 times by 22 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocumentFragment
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
|
) { | 14515-17677 |
| 1139 | int k = i + 1 - sk; | - |
| 1140 | if (k < 0| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 14497 times by 14 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
|
) { | 18-14497 |
| 1141 | sk = i + 1; | - |
| 1142 | k = 0; | - |
| 1143 | }executed 18 times by 1 test: end of block | 18 |
| 1144 | if (sk > matchState.slideTab[k]| TRUE | evaluated 14515 times by 14 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
| | FALSE | never evaluated |
) | 0-14515 |
| 1145 | matchState.slideTab[k] = sk;executed 14515 times by 14 tests: matchState.slideTab[k] = sk;Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
| 14515 |
| 1146 | }executed 14515 times by 14 tests: end of blockExecuted by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
| 14515 |
| 1147 | }executed 32192 times by 26 tests: end of blockExecuted by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- ...
| 32192 |
| 1148 | | - |
| 1149 | if (matchState.pos > lastPos| TRUE | never evaluated | | FALSE | evaluated 38033 times by 28 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- ...
|
) | 0-38033 |
| 1150 | return never executed: return false; false;never executed: return false; | 0 |
| 1151 | | - |
| 1152 | for (;;) { | - |
| 1153 | if (++| TRUE | evaluated 10662 times by 10 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QProcess
- tst_QSslCertificate
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_languageChange
| | FALSE | evaluated 345394 times by 28 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- ...
|
slideNext >= matchState.slideTabSize| TRUE | evaluated 10662 times by 10 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QProcess
- tst_QSslCertificate
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_languageChange
| | FALSE | evaluated 345394 times by 28 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- ...
|
) | 10662-345394 |
| 1154 | slideNext = 0;executed 10662 times by 10 tests: slideNext = 0;Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QProcess
- tst_QSslCertificate
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_languageChange
| 10662 |
| 1155 | if (matchState.slideTab[slideHead] > 0| TRUE | evaluated 242529 times by 14 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
| | FALSE | evaluated 113527 times by 26 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- ...
|
) { | 113527-242529 |
| 1156 | if (matchState.slideTab[slideHead] - 1 > matchState.slideTab[slideNext]| TRUE | evaluated 167 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QSslCertificate
- tst_QString
| | FALSE | evaluated 242362 times by 14 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
|
) | 167-242362 |
| 1157 | matchState.slideTab[slideNext] = matchState.slideTab[slideHead] - 1;executed 167 times by 3 tests: matchState.slideTab[slideNext] = matchState.slideTab[slideHead] - 1;Executed by:- tst_QRegExp
- tst_QSslCertificate
- tst_QString
| 167 |
| 1158 | matchState.slideTab[slideHead] = 0; | - |
| 1159 | }executed 242529 times by 14 tests: end of blockExecuted by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
else { | 242529 |
| 1160 | if (matchState.matchHere()| TRUE | evaluated 32820 times by 24 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
| | FALSE | evaluated 80707 times by 17 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QNetworkReply
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
|
) | 32820-80707 |
| 1161 | returnexecuted 32820 times by 24 tests: return true;Executed by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
true;executed 32820 times by 24 tests: return true;Executed by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QNetworkReply
- tst_QObject
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
| 32820 |
| 1162 | }executed 80707 times by 17 tests: end of blockExecuted by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QNetworkReply
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
| 80707 |
| 1163 | | - |
| 1164 | if (matchState.pos == lastPos| TRUE | evaluated 5213 times by 17 testsEvaluated by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
| | FALSE | evaluated 318023 times by 21 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
|
) | 5213-318023 |
| 1165 | break;executed 5213 times by 17 tests: break;Executed by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
| 5213 |
| 1166 | | - |
| 1167 | | - |
| 1168 | | - |
| 1169 | | - |
| 1170 | | - |
| 1171 | int sk = occ1[((matchState.in[matchState.pos + minl]).unicode() % NumBadChars)]; | - |
| 1172 | if (sk == NoOccurrence| TRUE | evaluated 228385 times by 13 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
| | FALSE | evaluated 89638 times by 19 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
|
) { | 89638-228385 |
| 1173 | matchState.slideTab[slideNext] = minl; | - |
| 1174 | }executed 228385 times by 13 tests: end of blockExecuted by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
else if (sk > 0| TRUE | evaluated 177 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QSslCertificate
- tst_QString
| | FALSE | evaluated 89461 times by 19 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
|
) { | 177-228385 |
| 1175 | int k = slideNext + minl - sk; | - |
| 1176 | if (k >= matchState.slideTabSize| TRUE | evaluated 17 times by 1 test | | FALSE | evaluated 160 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QSslCertificate
- tst_QString
|
) | 17-160 |
| 1177 | k -= matchState.slideTabSize;executed 17 times by 1 test: k -= matchState.slideTabSize; | 17 |
| 1178 | if (sk > matchState.slideTab[k]| TRUE | evaluated 177 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QSslCertificate
- tst_QString
| | FALSE | never evaluated |
) | 0-177 |
| 1179 | matchState.slideTab[k] = sk;executed 177 times by 3 tests: matchState.slideTab[k] = sk;Executed by:- tst_QRegExp
- tst_QSslCertificate
- tst_QString
| 177 |
| 1180 | }executed 177 times by 3 tests: end of blockExecuted by:- tst_QRegExp
- tst_QSslCertificate
- tst_QString
| 177 |
| 1181 | slideHead = slideNext; | - |
| 1182 | ++matchState.pos; | - |
| 1183 | }executed 318023 times by 21 tests: end of blockExecuted by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_languageChange
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
| 318023 |
| 1184 | returnexecuted 5213 times by 17 tests: return false;Executed by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
false;executed 5213 times by 17 tests: return false;Executed by:- tst_ModelTest
- tst_QFileDialog2
- tst_QFiledialog
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSqlDatabase
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
| 5213 |
| 1185 | } | - |
| 1186 | bool QRegExpMatchState::matchHere() | - |
| 1187 | { | - |
| 1188 | int ncur = 1, nnext = 0; | - |
| 1189 | int i = 0, j, k, m; | - |
| 1190 | bool stop = false; | - |
| 1191 | | - |
| 1192 | matchLen = -1; | - |
| 1193 | oneTestMatchedLen = -1; | - |
| 1194 | curStack[0] = QRegExpEngine::InitialState; | - |
| 1195 | | - |
| 1196 | int ncap = eng->ncap; | - |
| 1197 | | - |
| 1198 | if (ncap > 0| TRUE | evaluated 252231 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1494173 times by 60 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QObject
- ...
|
) { | 252231-1494173 |
| 1199 | for (j = 0; j < ncap| TRUE | evaluated 346187 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 252231 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
; j++) { | 252231-346187 |
| 1200 | curCapBegin[j] = EmptyCapture; | - |
| 1201 | curCapEnd[j] = EmptyCapture; | - |
| 1202 | }executed 346187 times by 23 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 346187 |
| 1203 | }executed 252231 times by 23 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 252231 |
| 1204 | | - |
| 1205 | | - |
| 1206 | | - |
| 1207 | while ((ncur > 0| TRUE | evaluated 5879052 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 1242965 times by 50 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
|| !sleeping.isEmpty()| TRUE | evaluated 30940 times by 1 test | | FALSE | evaluated 1212025 times by 50 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
) && i <= len - pos| TRUE | evaluated 5596959 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 313033 times by 63 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
|
&& !stop| TRUE | evaluated 5375613 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 221346 times by 29 testsEvaluated by:- tst_ModelTest
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QNetworkCookie
- tst_QNetworkReply
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTime
- tst_QXmlStream
- ...
|
) | 30940-5879052 |
| 1208 | | - |
| 1209 | | - |
| 1210 | | - |
| 1211 | { | - |
| 1212 | int ch = (| TRUE | evaluated 4128088 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 1214251 times by 63 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
|
i < len - pos)| TRUE | evaluated 4128088 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 1214251 times by 63 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
|
? in[pos + i].unicode() : 0; | 1214251-4128088 |
| 1213 | for (j = 0; j < ncur| TRUE | evaluated 5781200 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 5375613 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
; j++) { | 5375613-5781200 |
| 1214 | int cur = curStack[j]; | - |
| 1215 | const QRegExpAutomatonState &scur = eng->s.at(cur); | - |
| 1216 | const QVector<int> &outs = scur.outs; | - |
| 1217 | for (k = 0; k < outs.size()| TRUE | evaluated 11708196 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 5770422 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
; k++) { | 5770422-11708196 |
| 1218 | int next = outs.at(k); | - |
| 1219 | const QRegExpAutomatonState &snext = eng->s.at(next); | - |
| 1220 | bool inside = true; | - |
| 1221 | | - |
| 1222 | int needSomeSleep = 0; | - |
| 1223 | | - |
| 1224 | | - |
| 1225 | | - |
| 1226 | | - |
| 1227 | | - |
| 1228 | int a = scur.anchors.value(next); | - |
| 1229 | if (a != 0| TRUE | evaluated 1544820 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
| | FALSE | evaluated 10218018 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
&& !testAnchor(i, a, curCapBegin + j * ncap)| TRUE | evaluated 130083 times by 13 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1414737 times by 27 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- ...
|
) | 130083-10218018 |
| 1230 | inside = false;executed 130083 times by 13 tests: inside = false;Executed by:- tst_Collections
- tst_Lancelot
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_qmakelib
- tst_qstandardpaths
| 130083 |
| 1231 | | - |
| 1232 | | - |
| 1233 | | - |
| 1234 | | - |
| 1235 | | - |
| 1236 | if (inside| TRUE | evaluated 11670804 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 130083 times by 13 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_qmakelib
- tst_qstandardpaths
|
) { | 130083-11670804 |
| 1237 | m = snext.match; | - |
| 1238 | if ((| TRUE | evaluated 6406483 times by 61 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- ...
| | FALSE | evaluated 5195650 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
|
m & (QRegExpEngine::CharClassBit | QRegExpEngine::BackRefBit)) == 0| TRUE | evaluated 6406483 times by 61 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- ...
| | FALSE | evaluated 5195650 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
|
) { | 5195650-6406483 |
| 1239 | if (eng->cs| TRUE | evaluated 4810348 times by 41 testsEvaluated by:- tst_Lancelot
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
| | FALSE | evaluated 1656715 times by 32 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTcpSocket
- tst_QTextDocument
- tst_QVariant
- ...
|
) | 1656715-4810348 |
| 1240 | inside = (m == ch);executed 4810348 times by 41 tests: inside = (m == ch);Executed by:- tst_Lancelot
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
| 4810348 |
| 1241 | else | - |
| 1242 | inside = (QChar(m).toLower() == QChar(ch).toLower());executed 1656715 times by 32 tests: inside = (QChar(m).toLower() == QChar(ch).toLower());Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTcpSocket
- tst_QTextDocument
- tst_QVariant
- ...
| 1656715 |
| 1243 | } else if (next == QRegExpEngine::FinalState| TRUE | evaluated 592563 times by 67 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- ...
| | FALSE | evaluated 4611178 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
|
) { | 592563-4611178 |
| 1244 | matchLen = i; | - |
| 1245 | stop = minimal; | - |
| 1246 | inside = true; | - |
| 1247 | }executed 592563 times by 67 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- ...
else if ((| TRUE | evaluated 4592200 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
| | FALSE | evaluated 18978 times by 1 test |
m & QRegExpEngine::CharClassBit) != 0| TRUE | evaluated 4592200 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
| | FALSE | evaluated 18978 times by 1 test |
) { | 18978-4592200 |
| 1248 | | - |
| 1249 | const QRegExpCharClass &cc = eng->cl.at(m ^ QRegExpEngine::CharClassBit); | - |
| 1250 | if (eng->cs| TRUE | evaluated 3059016 times by 51 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- ...
| | FALSE | evaluated 1533184 times by 31 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QVariant
- tst_QXmlInputSource
- tst_QXmlSimpleReader
- ...
|
) | 1533184-3059016 |
| 1251 | inside = cc.in(ch);executed 3059016 times by 51 tests: inside = cc.in(ch);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- ...
| 3059016 |
| 1252 | else if (cc.negative()| TRUE | evaluated 1533019 times by 19 testsEvaluated by:- tst_QAbstractItemModel
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlugin
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_languageChange
- tst_qmakelib
- tst_rcc
- tst_uic
| | FALSE | evaluated 165 times by 15 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
) | 165-1533019 |
| 1253 | inside = cc.in(QChar(ch).toLower())| TRUE | evaluated 1533019 times by 19 testsEvaluated by:- tst_QAbstractItemModel
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlugin
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_languageChange
- tst_qmakelib
- tst_rcc
- tst_uic
| | FALSE | never evaluated |
&&executed 1533019 times by 19 tests: inside = cc.in(QChar(ch).toLower()) && cc.in(QChar(ch).toUpper());Executed by:- tst_QAbstractItemModel
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlugin
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_languageChange
- tst_qmakelib
- tst_rcc
- tst_uic
| 0-1533019 |
| 1254 | cc.in(QChar(ch).toUpper())| TRUE | evaluated 1533019 times by 19 testsEvaluated by:- tst_QAbstractItemModel
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlugin
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_languageChange
- tst_qmakelib
- tst_rcc
- tst_uic
| | FALSE | never evaluated |
;executed 1533019 times by 19 tests: inside = cc.in(QChar(ch).toLower()) && cc.in(QChar(ch).toUpper());Executed by:- tst_QAbstractItemModel
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QPlugin
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QVariant
- tst_QXmlSimpleReader
- tst_QXmlStream
- tst_languageChange
- tst_qmakelib
- tst_rcc
- tst_uic
| 0-1533019 |
| 1255 | else | - |
| 1256 | inside = cc.in(QChar(ch).toLower())| TRUE | evaluated 135 times by 15 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| | FALSE | evaluated 30 times by 15 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
||executed 165 times by 15 tests: inside = cc.in(QChar(ch).toLower()) || cc.in(QChar(ch).toUpper());Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 30-165 |
| 1257 | cc.in(QChar(ch).toUpper())| TRUE | never evaluated | | FALSE | evaluated 30 times by 15 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
|
;executed 165 times by 15 tests: inside = cc.in(QChar(ch).toLower()) || cc.in(QChar(ch).toUpper());Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpSocket
- tst_QXmlInputSource
- tst_Spdy
| 0-165 |
| 1258 | | - |
| 1259 | | - |
| 1260 | } else { | - |
| 1261 | int bref = m ^ QRegExpEngine::BackRefBit; | - |
| 1262 | int ell = j * ncap + eng->captureForOfficialCapture.at(bref - 1); | - |
| 1263 | | - |
| 1264 | inside = bref <= ncap| TRUE | evaluated 18978 times by 1 test | | FALSE | never evaluated |
&& curCapBegin[ell] != EmptyCapture| TRUE | evaluated 16330 times by 1 test | | FALSE | evaluated 2648 times by 1 test |
; | 0-18978 |
| 1265 | if (inside| TRUE | evaluated 16330 times by 1 test | | FALSE | evaluated 2648 times by 1 test |
) { | 2648-16330 |
| 1266 | if (eng->cs| TRUE | evaluated 16330 times by 1 test | | FALSE | never evaluated |
) | 0-16330 |
| 1267 | inside = (in[pos + curCapBegin[ell]] == QChar(ch));executed 16330 times by 1 test: inside = (in[pos + curCapBegin[ell]] == QChar(ch)); | 16330 |
| 1268 | else | - |
| 1269 | inside = (in[pos + curCapBegin[ell]].toLower() never executed: inside = (in[pos + curCapBegin[ell]].toLower() == QChar(ch).toLower()); | 0 |
| 1270 | == QChar(ch).toLower()); never executed: inside = (in[pos + curCapBegin[ell]].toLower() == QChar(ch).toLower()); | 0 |
| 1271 | } | - |
| 1272 | | - |
| 1273 | if (inside| TRUE | evaluated 16014 times by 1 test | | FALSE | evaluated 2964 times by 1 test |
) { | 2964-16014 |
| 1274 | int delta; | - |
| 1275 | if (curCapEnd[ell] == EmptyCapture| TRUE | evaluated 11606 times by 1 test | | FALSE | evaluated 4408 times by 1 test |
) | 4408-11606 |
| 1276 | delta = i - curCapBegin[ell];executed 11606 times by 1 test: delta = i - curCapBegin[ell]; | 11606 |
| 1277 | else | - |
| 1278 | delta = curCapEnd[ell] - curCapBegin[ell];executed 4408 times by 1 test: delta = curCapEnd[ell] - curCapBegin[ell]; | 4408 |
| 1279 | | - |
| 1280 | inside = (delta <= len - (pos + i)); | - |
| 1281 | if (inside| TRUE | evaluated 13894 times by 1 test | | FALSE | evaluated 2120 times by 1 test |
&& delta > 1| TRUE | evaluated 11762 times by 1 test | | FALSE | evaluated 2132 times by 1 test |
) { | 2120-13894 |
| 1282 | int n = 1; | - |
| 1283 | if (eng->cs| TRUE | evaluated 11762 times by 1 test | | FALSE | never evaluated |
) { | 0-11762 |
| 1284 | while (n < delta| TRUE | evaluated 64066 times by 1 test | | FALSE | evaluated 11762 times by 1 test |
) { | 11762-64066 |
| 1285 | if (in[pos + curCapBegin[ell] + n]| TRUE | never evaluated | | FALSE | evaluated 64066 times by 1 test |
| 0-64066 |
| 1286 | != in[pos + i + n]| TRUE | never evaluated | | FALSE | evaluated 64066 times by 1 test |
) | 0-64066 |
| 1287 | break; never executed: break; | 0 |
| 1288 | ++n; | - |
| 1289 | }executed 64066 times by 1 test: end of block | 64066 |
| 1290 | }executed 11762 times by 1 test: end of block else { | 11762 |
| 1291 | while (n < delta| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 1292 | QChar a = in[pos + curCapBegin[ell] + n]; | - |
| 1293 | QChar b = in[pos + i + n]; | - |
| 1294 | if (a.toLower() != b.toLower()| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1295 | break; never executed: break; | 0 |
| 1296 | ++n; | - |
| 1297 | } never executed: end of block | 0 |
| 1298 | } never executed: end of block | 0 |
| 1299 | inside = (n == delta); | - |
| 1300 | if (inside| TRUE | evaluated 11762 times by 1 test | | FALSE | never evaluated |
) | 0-11762 |
| 1301 | needSomeSleep = delta - 1;executed 11762 times by 1 test: needSomeSleep = delta - 1; | 11762 |
| 1302 | }executed 11762 times by 1 test: end of block | 11762 |
| 1303 | }executed 16014 times by 1 test: end of block | 16014 |
| 1304 | | - |
| 1305 | }executed 18978 times by 1 test: end of block | 18978 |
| 1306 | } | - |
| 1307 | | - |
| 1308 | | - |
| 1309 | | - |
| 1310 | | - |
| 1311 | if (inside| TRUE | evaluated 4598573 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 7202314 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
) { | 4598573-7202314 |
| 1312 | | - |
| 1313 | int *capBegin, *capEnd; | - |
| 1314 | | - |
| 1315 | | - |
| 1316 | | - |
| 1317 | | - |
| 1318 | | - |
| 1319 | if ((| TRUE | evaluated 4563597 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 3012 times by 6 testsEvaluated by:- tst_QDBusInterface
- tst_QDir
- tst_QFtp
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
|
m = inNextStack[next]) == -1| TRUE | evaluated 4563597 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 3012 times by 6 testsEvaluated by:- tst_QDBusInterface
- tst_QDir
- tst_QFtp
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
|
) { | 3012-4563597 |
| 1320 | m = nnext++; | - |
| 1321 | nextStack[m] = next; | - |
| 1322 | inNextStack[next] = m; | - |
| 1323 | | - |
| 1324 | capBegin = nextCapBegin + m * ncap; | - |
| 1325 | capEnd = nextCapEnd + m * ncap; | - |
| 1326 | | - |
| 1327 | | - |
| 1328 | | - |
| 1329 | | - |
| 1330 | | - |
| 1331 | | - |
| 1332 | | - |
| 1333 | }executed 4595561 times by 69 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
else { | 4595561 |
| 1334 | capBegin = tempCapBegin; | - |
| 1335 | capEnd = tempCapEnd; | - |
| 1336 | | - |
| 1337 | }executed 3012 times by 6 tests: end of blockExecuted by:- tst_QDBusInterface
- tst_QDir
- tst_QFtp
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
| 3012 |
| 1338 | | - |
| 1339 | | - |
| 1340 | | - |
| 1341 | | - |
| 1342 | | - |
| 1343 | if (ncap > 0| TRUE | evaluated 2158088 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 2440485 times by 58 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QObject
- ...
|
) { | 2158088-2440485 |
| 1344 | memcpy(capBegin, curCapBegin + j * ncap, ncap * sizeof(int)); | - |
| 1345 | memcpy(capEnd, curCapEnd + j * ncap, ncap * sizeof(int)); | - |
| 1346 | int c = scur.atom, n = snext.atom; | - |
| 1347 | int p = -1, q = -1; | - |
| 1348 | int cap; | - |
| 1349 | if ((| TRUE | evaluated 6244 times by 1 test | | FALSE | evaluated 2135987 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
q = scur.reenter.value(next)) != 0| TRUE | evaluated 6244 times by 1 test | | FALSE | evaluated 2135987 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 6244-2135987 |
| 1350 | QBitArray b(eng->nf, false); | - |
| 1351 | b.setBit(q, true); | - |
| 1352 | for (int ell = q + 1; ell < eng->nf| TRUE | evaluated 55417 times by 1 test | | FALSE | evaluated 6244 times by 1 test |
; ell++) { | 6244-55417 |
| 1353 | if (b.testBit(eng->f.at(ell).parent)| TRUE | evaluated 31969 times by 1 test | | FALSE | evaluated 23448 times by 1 test |
) { | 23448-31969 |
| 1354 | b.setBit(ell, true); | - |
| 1355 | cap = eng->f.at(ell).capture; | - |
| 1356 | if (cap >= 0| TRUE | evaluated 3250 times by 1 test | | FALSE | evaluated 28719 times by 1 test |
) { | 3250-28719 |
| 1357 | capBegin[cap] = EmptyCapture; | - |
| 1358 | capEnd[cap] = EmptyCapture; | - |
| 1359 | }executed 3250 times by 1 test: end of block | 3250 |
| 1360 | }executed 31969 times by 1 test: end of block | 31969 |
| 1361 | }executed 55417 times by 1 test: end of block | 55417 |
| 1362 | p = eng->f.at(q).parent; | - |
| 1363 | }executed 6244 times by 1 test: end of block else { | 6244 |
| 1364 | p = c; | - |
| 1365 | q = n; | - |
| 1366 | while (p != q| TRUE | evaluated 3212507 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 2134385 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 2134385-3212507 |
| 1367 | if (p > q| TRUE | evaluated 1720535 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1491972 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 1491972-1720535 |
| 1368 | cap = eng->f.at(p).capture; | - |
| 1369 | if (cap >= 0| TRUE | evaluated 335963 times by 22 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1384572 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 335963-1384572 |
| 1370 | if (capBegin[cap] == i| TRUE | never evaluated | | FALSE | evaluated 335963 times by 22 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 0-335963 |
| 1371 | capBegin[cap] = EmptyCapture; | - |
| 1372 | capEnd[cap] = EmptyCapture; | - |
| 1373 | } never executed: end of block else { | 0 |
| 1374 | capEnd[cap] = i; | - |
| 1375 | }executed 335963 times by 22 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 335963 |
| 1376 | } | - |
| 1377 | p = eng->f.at(p).parent; | - |
| 1378 | }executed 1720535 times by 23 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
else { | 1720535 |
| 1379 | q = eng->f.at(q).parent; | - |
| 1380 | }executed 1491972 times by 23 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 1491972 |
| 1381 | } | - |
| 1382 | }executed 2151844 times by 23 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 2151844 |
| 1383 | | - |
| 1384 | | - |
| 1385 | | - |
| 1386 | | - |
| 1387 | | - |
| 1388 | | - |
| 1389 | | - |
| 1390 | while (n > p| TRUE | evaluated 1497520 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 2158088 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 1497520-2158088 |
| 1391 | cap = eng->f.at(n).capture; | - |
| 1392 | if (cap >= 0| TRUE | evaluated 227231 times by 22 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1276262 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 227231-1276262 |
| 1393 | capBegin[cap] = i; | - |
| 1394 | capEnd[cap] = EmptyCapture; | - |
| 1395 | }executed 227231 times by 22 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 227231 |
| 1396 | n = eng->f.at(n).parent; | - |
| 1397 | }executed 1509855 times by 23 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 1509855 |
| 1398 | | - |
| 1399 | | - |
| 1400 | | - |
| 1401 | | - |
| 1402 | | - |
| 1403 | if (capBegin == tempCapBegin| TRUE | evaluated 2995 times by 3 testsEvaluated by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
| | FALSE | evaluated 2140510 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
&& | 2995-2140510 |
| 1404 | isBetterCapture(ncap, capBegin, capEnd, nextCapBegin + m * ncap,| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 2983 times by 3 testsEvaluated by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
|
| 12-2983 |
| 1405 | nextCapEnd + m * ncap)| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 2983 times by 3 testsEvaluated by:- tst_QFtp
- tst_QRegExp
- tst_QSslKey
|
) { | 12-2983 |
| 1406 | memcpy(nextCapBegin + m * ncap, capBegin, ncap * sizeof(int)); | - |
| 1407 | memcpy(nextCapEnd + m * ncap, capEnd, ncap * sizeof(int)); | - |
| 1408 | }executed 12 times by 1 test: end of block | 12 |
| 1409 | }executed 2158088 times by 23 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 2158088 |
| 1410 | | - |
| 1411 | | - |
| 1412 | | - |
| 1413 | | - |
| 1414 | | - |
| 1415 | | - |
| 1416 | | - |
| 1417 | if (needSomeSleep > 0| TRUE | evaluated 11762 times by 1 test | | FALSE | evaluated 4573095 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
) { | 11762-4573095 |
| 1418 | QVector<int> zzZ(2 + 2 * ncap); | - |
| 1419 | zzZ[0] = i + needSomeSleep; | - |
| 1420 | zzZ[1] = next; | - |
| 1421 | if (ncap > 0| TRUE | evaluated 11762 times by 1 test | | FALSE | never evaluated |
) { | 0-11762 |
| 1422 | memcpy(zzZ.data() + 2, capBegin, ncap * sizeof(int)); | - |
| 1423 | memcpy(zzZ.data() + 2 + ncap, capEnd, ncap * sizeof(int)); | - |
| 1424 | }executed 11762 times by 1 test: end of block | 11762 |
| 1425 | inNextStack[nextStack[--nnext]] = -1; | - |
| 1426 | sleeping.append(zzZ); | - |
| 1427 | }executed 11762 times by 1 test: end of block | 11762 |
| 1428 | | - |
| 1429 | | - |
| 1430 | }executed 4598573 times by 69 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| 4598573 |
| 1431 | }executed 11691379 times by 71 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| 11691379 |
| 1432 | }executed 5768587 times by 71 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| 5768587 |
| 1433 | | - |
| 1434 | | - |
| 1435 | | - |
| 1436 | | - |
| 1437 | | - |
| 1438 | if (ncap > 0| TRUE | evaluated 2059666 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 3297478 times by 60 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QObject
- ...
|
&& (| TRUE | evaluated 326786 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1751349 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
m = inNextStack[QRegExpEngine::FinalState]) != -1| TRUE | evaluated 326786 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 1751349 times by 23 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 326786-3297478 |
| 1439 | memcpy(capBegin, nextCapBegin + m * ncap, ncap * sizeof(int)); | - |
| 1440 | memcpy(capEnd, nextCapEnd + m * ncap, ncap * sizeof(int)); | - |
| 1441 | }executed 326786 times by 23 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 326786 |
| 1442 | | - |
| 1443 | | - |
| 1444 | | - |
| 1445 | | - |
| 1446 | j = 0; | - |
| 1447 | while (j < sleeping.count()| TRUE | evaluated 75828 times by 1 test | | FALSE | evaluated 5359826 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
) { | 75828-5359826 |
| 1448 | if (sleeping.at(j)[0] == i| TRUE | evaluated 11762 times by 1 test | | FALSE | evaluated 64066 times by 1 test |
) { | 11762-64066 |
| 1449 | const QVector<int> &zzZ = sleeping.at(j); | - |
| 1450 | int next = zzZ[1]; | - |
| 1451 | const int *capBegin = zzZ.data() + 2; | - |
| 1452 | const int *capEnd = zzZ.data() + 2 + ncap; | - |
| 1453 | bool copyOver = true; | - |
| 1454 | | - |
| 1455 | if ((| TRUE | evaluated 11742 times by 1 test | | FALSE | evaluated 20 times by 1 test |
m = inNextStack[next]) == -1| TRUE | evaluated 11742 times by 1 test | | FALSE | evaluated 20 times by 1 test |
) { | 20-11742 |
| 1456 | m = nnext++; | - |
| 1457 | nextStack[m] = next; | - |
| 1458 | inNextStack[next] = m; | - |
| 1459 | }executed 11742 times by 1 test: end of block else { | 11742 |
| 1460 | copyOver = isBetterCapture(ncap, nextCapBegin + m * ncap, nextCapEnd + m * ncap, | - |
| 1461 | capBegin, capEnd); | - |
| 1462 | }executed 20 times by 1 test: end of block | 20 |
| 1463 | if (copyOver| TRUE | evaluated 11762 times by 1 test | | FALSE | never evaluated |
) { | 0-11762 |
| 1464 | memcpy(nextCapBegin + m * ncap, capBegin, ncap * sizeof(int)); | - |
| 1465 | memcpy(nextCapEnd + m * ncap, capEnd, ncap * sizeof(int)); | - |
| 1466 | }executed 11762 times by 1 test: end of block | 11762 |
| 1467 | | - |
| 1468 | sleeping.removeAt(j); | - |
| 1469 | }executed 11762 times by 1 test: end of block else { | 11762 |
| 1470 | ++j; | - |
| 1471 | }executed 64066 times by 1 test: end of block | 64066 |
| 1472 | } | - |
| 1473 | | - |
| 1474 | | - |
| 1475 | for (j = 0; j < nnext| TRUE | evaluated 4595541 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 5375613 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
; j++) | 4595541-5375613 |
| 1476 | inNextStack[nextStack[j]] = -1;executed 4595541 times by 69 tests: inNextStack[nextStack[j]] = -1;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| 4595541 |
| 1477 | | - |
| 1478 | | - |
| 1479 | if (nnext == 1| TRUE | evaluated 3678005 times by 68 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 1697608 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
|
&& nextStack[0] == QRegExpEngine::FinalState| TRUE | evaluated 429306 times by 53 testsEvaluated by:- tst_Collections
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- ...
| | FALSE | evaluated 3248699 times by 68 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
| 429306-3678005 |
| 1480 | | - |
| 1481 | && sleeping.isEmpty()| TRUE | evaluated 429306 times by 53 testsEvaluated by:- tst_Collections
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- ...
| | FALSE | never evaluated |
| 0-429306 |
| 1482 | | - |
| 1483 | ) | - |
| 1484 | stop = true;executed 429306 times by 53 tests: stop = true;Executed by:- tst_Collections
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- ...
| 429306 |
| 1485 | | - |
| 1486 | qSwap(curStack, nextStack); | - |
| 1487 | | - |
| 1488 | qSwap(curCapBegin, nextCapBegin); | - |
| 1489 | qSwap(curCapEnd, nextCapEnd); | - |
| 1490 | | - |
| 1491 | ncur = nnext; | - |
| 1492 | nnext = 0; | - |
| 1493 | ++i; | - |
| 1494 | }executed 5363619 times by 71 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| 5363619 |
| 1495 | | - |
| 1496 | | - |
| 1497 | | - |
| 1498 | | - |
| 1499 | | - |
| 1500 | | - |
| 1501 | if (!sleeping.isEmpty()| TRUE | never evaluated | | FALSE | evaluated 1746404 times by 71 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
|
) | 0-1746404 |
| 1502 | sleeping.clear(); never executed: sleeping.clear(); | 0 |
| 1503 | | - |
| 1504 | | - |
| 1505 | oneTestMatchedLen = i - 1; | - |
| 1506 | returnexecuted 1746404 times by 71 tests: return (matchLen >= 0);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
(matchLen >= 0);executed 1746404 times by 71 tests: return (matchLen >= 0);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- ...
| 1746404 |
| 1507 | } | - |
| 1508 | | - |
| 1509 | | - |
| 1510 | | - |
| 1511 | QRegExpCharClass::QRegExpCharClass() | - |
| 1512 | : c(0), n(false) | - |
| 1513 | { | - |
| 1514 | | - |
| 1515 | occ1.fill(NoOccurrence, NumBadChars); | - |
| 1516 | | - |
| 1517 | }executed 30934 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 30934 |
| 1518 | | - |
| 1519 | void QRegExpCharClass::clear() | - |
| 1520 | { | - |
| 1521 | c = 0; | - |
| 1522 | r.resize(0); | - |
| 1523 | n = false; | - |
| 1524 | }executed 34489 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 34489 |
| 1525 | | - |
| 1526 | void QRegExpCharClass::setNegative(bool negative) | - |
| 1527 | { | - |
| 1528 | n = negative; | - |
| 1529 | | - |
| 1530 | occ1.fill(0, NumBadChars); | - |
| 1531 | | - |
| 1532 | }executed 1522 times by 78 tests: end of blockExecuted by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- ...
| 1522 |
| 1533 | | - |
| 1534 | void QRegExpCharClass::addCategories(uint cats) | - |
| 1535 | { | - |
| 1536 | static const int all_cats = (1 << (QChar::Mark_NonSpacing)) | | - |
| 1537 | (1 << (QChar::Mark_SpacingCombining)) | | - |
| 1538 | (1 << (QChar::Mark_Enclosing)) | | - |
| 1539 | (1 << (QChar::Number_DecimalDigit)) | | - |
| 1540 | (1 << (QChar::Number_Letter)) | | - |
| 1541 | (1 << (QChar::Number_Other)) | | - |
| 1542 | (1 << (QChar::Separator_Space)) | | - |
| 1543 | (1 << (QChar::Separator_Line)) | | - |
| 1544 | (1 << (QChar::Separator_Paragraph)) | | - |
| 1545 | (1 << (QChar::Other_Control)) | | - |
| 1546 | (1 << (QChar::Other_Format)) | | - |
| 1547 | (1 << (QChar::Other_Surrogate)) | | - |
| 1548 | (1 << (QChar::Other_PrivateUse)) | | - |
| 1549 | (1 << (QChar::Other_NotAssigned)) | | - |
| 1550 | (1 << (QChar::Letter_Uppercase)) | | - |
| 1551 | (1 << (QChar::Letter_Lowercase)) | | - |
| 1552 | (1 << (QChar::Letter_Titlecase)) | | - |
| 1553 | (1 << (QChar::Letter_Modifier)) | | - |
| 1554 | (1 << (QChar::Letter_Other)) | | - |
| 1555 | (1 << (QChar::Punctuation_Connector)) | | - |
| 1556 | (1 << (QChar::Punctuation_Dash)) | | - |
| 1557 | (1 << (QChar::Punctuation_Open)) | | - |
| 1558 | (1 << (QChar::Punctuation_Close)) | | - |
| 1559 | (1 << (QChar::Punctuation_InitialQuote)) | | - |
| 1560 | (1 << (QChar::Punctuation_FinalQuote)) | | - |
| 1561 | (1 << (QChar::Punctuation_Other)) | | - |
| 1562 | (1 << (QChar::Symbol_Math)) | | - |
| 1563 | (1 << (QChar::Symbol_Currency)) | | - |
| 1564 | (1 << (QChar::Symbol_Modifier)) | | - |
| 1565 | (1 << (QChar::Symbol_Other)); | - |
| 1566 | c |= (all_cats & cats); | - |
| 1567 | | - |
| 1568 | occ1.fill(0, NumBadChars); | - |
| 1569 | | - |
| 1570 | }executed 308 times by 19 tests: end of blockExecuted by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSqlDatabase
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
| 308 |
| 1571 | | - |
| 1572 | void QRegExpCharClass::addRange(ushort from, ushort to) | - |
| 1573 | { | - |
| 1574 | if (from > to| TRUE | never evaluated | | FALSE | evaluated 9159 times by 55 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
|
) | 0-9159 |
| 1575 | qSwap(from, to); never executed: qSwap(from, to); | 0 |
| 1576 | int m = r.size(); | - |
| 1577 | r.resize(m + 1); | - |
| 1578 | r[m].from = from; | - |
| 1579 | r[m].len = to - from + 1; | - |
| 1580 | | - |
| 1581 | | - |
| 1582 | int i; | - |
| 1583 | | - |
| 1584 | if (to - from < NumBadChars| TRUE | evaluated 8039 times by 55 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
| | FALSE | evaluated 1120 times by 1 test |
) { | 1120-8039 |
| 1585 | if (from % NumBadChars <= to % NumBadChars| TRUE | evaluated 8018 times by 55 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
| | FALSE | evaluated 21 times by 5 testsEvaluated by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
|
) { | 21-8018 |
| 1586 | for (i = from % NumBadChars; i <= to % NumBadChars| TRUE | evaluated 35255 times by 55 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
| | FALSE | evaluated 8018 times by 55 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
|
; i++) | 8018-35255 |
| 1587 | occ1[i] = 0;executed 35255 times by 55 tests: occ1[i] = 0;Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
| 35255 |
| 1588 | }executed 8018 times by 55 tests: end of blockExecuted by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
else { | 8018 |
| 1589 | for (i = 0; i <= to % NumBadChars| TRUE | evaluated 97 times by 5 testsEvaluated by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
| | FALSE | evaluated 21 times by 5 testsEvaluated by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
|
; i++) | 21-97 |
| 1590 | occ1[i] = 0;executed 97 times by 5 tests: occ1[i] = 0;Executed by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
| 97 |
| 1591 | for (i = from % NumBadChars; i < NumBadChars| TRUE | evaluated 21 times by 5 testsEvaluated by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
| | FALSE | evaluated 21 times by 5 testsEvaluated by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
|
; i++) | 21 |
| 1592 | occ1[i] = 0;executed 21 times by 5 tests: occ1[i] = 0;Executed by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
| 21 |
| 1593 | }executed 21 times by 5 tests: end of blockExecuted by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
- tst_QString
| 21 |
| 1594 | } else { | - |
| 1595 | occ1.fill(0, NumBadChars); | - |
| 1596 | }executed 1120 times by 1 test: end of block | 1120 |
| 1597 | | - |
| 1598 | } | - |
| 1599 | | - |
| 1600 | bool QRegExpCharClass::in(QChar ch) const | - |
| 1601 | { | - |
| 1602 | | - |
| 1603 | if (occ1.at(((ch).unicode() % NumBadChars)) == NoOccurrence| TRUE | evaluated 701319 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QStringList
- tst_QTcpSocket
- tst_QTime
- ...
| | FALSE | evaluated 5423930 times by 70 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- ...
|
) | 701319-5423930 |
| 1604 | returnexecuted 701319 times by 30 tests: return n;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QStringList
- tst_QTcpSocket
- tst_QTime
- ...
n;executed 701319 times by 30 tests: return n;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QStringList
- tst_QTcpSocket
- tst_QTime
- ...
| 701319 |
| 1605 | | - |
| 1606 | | - |
| 1607 | if (c != 0| TRUE | evaluated 478104 times by 20 testsEvaluated by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSqlDatabase
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_uic
| | FALSE | evaluated 4945826 times by 64 testsEvaluated by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- ...
|
&& (| TRUE | evaluated 238619 times by 19 testsEvaluated by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_uic
| | FALSE | evaluated 239485 times by 19 testsEvaluated by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSqlDatabase
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_uic
|
c & (1 << (ch.category()))) != 0| TRUE | evaluated 238619 times by 19 testsEvaluated by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_uic
| | FALSE | evaluated 239485 times by 19 testsEvaluated by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSqlDatabase
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_uic
|
) | 238619-4945826 |
| 1608 | returnexecuted 238619 times by 19 tests: return !n;Executed by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_uic
!n;executed 238619 times by 19 tests: return !n;Executed by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_uic
| 238619 |
| 1609 | | - |
| 1610 | const int uc = ch.unicode(); | - |
| 1611 | int size = r.size(); | - |
| 1612 | | - |
| 1613 | for (int i = 0; i < size| TRUE | evaluated 20944780 times by 54 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
| | FALSE | evaluated 3789373 times by 56 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- ...
|
; ++i) { | 3789373-20944780 |
| 1614 | const QRegExpCharClassRange &range = r.at(i); | - |
| 1615 | if (uint(uc - range.from) < uint(r.at(i).len)| TRUE | evaluated 1395938 times by 45 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
| | FALSE | evaluated 19548842 times by 52 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
|
) | 1395938-19548842 |
| 1616 | returnexecuted 1395938 times by 45 tests: return !n;Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
!n;executed 1395938 times by 45 tests: return !n;Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
| 1395938 |
| 1617 | }executed 19548842 times by 52 tests: end of blockExecuted by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
| 19548842 |
| 1618 | returnexecuted 3789373 times by 56 tests: return n;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- ...
n;executed 3789373 times by 56 tests: return n;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- ...
| 3789373 |
| 1619 | } | - |
| 1620 | | - |
| 1621 | | - |
| 1622 | void QRegExpCharClass::dump() const | - |
| 1623 | { | - |
| 1624 | int i; | - |
| 1625 | QMessageLogger(__FILE__, 2435, __PRETTY_FUNCTION__).debug(" %stive character class", n ? "nega" : "posi"); | - |
| 1626 | | - |
| 1627 | if (c != 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1628 | QMessageLogger(__FILE__, 2438, __PRETTY_FUNCTION__).debug(" categories 0x%.8x", c); never executed: QMessageLogger(__FILE__, 2438, __PRETTY_FUNCTION__).debug(" categories 0x%.8x", c); | 0 |
| 1629 | | - |
| 1630 | for (i = 0; i < r.size()| TRUE | never evaluated | | FALSE | never evaluated |
; i++) | 0 |
| 1631 | QMessageLogger(__FILE__, 2441, __PRETTY_FUNCTION__).debug(" 0x%.4x through 0x%.4x", r[i].from, r[i].from + r[i].len - 1); never executed: QMessageLogger(__FILE__, 2441, __PRETTY_FUNCTION__).debug(" 0x%.4x through 0x%.4x", r[i].from, r[i].from + r[i].len - 1); | 0 |
| 1632 | } never executed: end of block | 0 |
| 1633 | | - |
| 1634 | | - |
| 1635 | | - |
| 1636 | QRegExpEngine::Box::Box(QRegExpEngine *engine) | - |
| 1637 | : eng(engine), skipanchors(0) | - |
| 1638 | | - |
| 1639 | , earlyStart(0), lateStart(0), maxl(0) | - |
| 1640 | | - |
| 1641 | { | - |
| 1642 | | - |
| 1643 | occ1.fill(NoOccurrence, NumBadChars); | - |
| 1644 | | - |
| 1645 | minl = 0; | - |
| 1646 | }executed 32598 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 32598 |
| 1647 | | - |
| 1648 | QRegExpEngine::Box &QRegExpEngine::Box::operator=(const Box &b) | - |
| 1649 | { | - |
| 1650 | eng = b.eng; | - |
| 1651 | ls = b.ls; | - |
| 1652 | rs = b.rs; | - |
| 1653 | lanchors = b.lanchors; | - |
| 1654 | ranchors = b.ranchors; | - |
| 1655 | skipanchors = b.skipanchors; | - |
| 1656 | | - |
| 1657 | earlyStart = b.earlyStart; | - |
| 1658 | lateStart = b.lateStart; | - |
| 1659 | str = b.str; | - |
| 1660 | leftStr = b.leftStr; | - |
| 1661 | rightStr = b.rightStr; | - |
| 1662 | maxl = b.maxl; | - |
| 1663 | occ1 = b.occ1; | - |
| 1664 | | - |
| 1665 | minl = b.minl; | - |
| 1666 | returnexecuted 3071 times by 87 tests: return *this;Executed by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
*this;executed 3071 times by 87 tests: return *this;Executed by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| 3071 |
| 1667 | } | - |
| 1668 | | - |
| 1669 | void QRegExpEngine::Box::set(QChar ch) | - |
| 1670 | { | - |
| 1671 | ls.resize(1); | - |
| 1672 | ls[0] = eng->createState(ch); | - |
| 1673 | rs = ls; | - |
| 1674 | | - |
| 1675 | str = ch; | - |
| 1676 | leftStr = ch; | - |
| 1677 | rightStr = ch; | - |
| 1678 | maxl = 1; | - |
| 1679 | occ1[((ch).unicode() % NumBadChars)] = 0; | - |
| 1680 | | - |
| 1681 | minl = 1; | - |
| 1682 | }executed 22520 times by 68 tests: end of blockExecuted by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- ...
| 22520 |
| 1683 | | - |
| 1684 | void QRegExpEngine::Box::set(const QRegExpCharClass &cc) | - |
| 1685 | { | - |
| 1686 | ls.resize(1); | - |
| 1687 | ls[0] = eng->createState(cc); | - |
| 1688 | rs = ls; | - |
| 1689 | | - |
| 1690 | maxl = 1; | - |
| 1691 | occ1 = cc.firstOccurrence(); | - |
| 1692 | | - |
| 1693 | minl = 1; | - |
| 1694 | }executed 6686 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 6686 |
| 1695 | | - |
| 1696 | | - |
| 1697 | void QRegExpEngine::Box::set(int bref) | - |
| 1698 | { | - |
| 1699 | ls.resize(1); | - |
| 1700 | ls[0] = eng->createState(bref); | - |
| 1701 | rs = ls; | - |
| 1702 | if (bref >= 1| TRUE | evaluated 190 times by 1 test | | FALSE | never evaluated |
&& bref <= MaxBackRefs| TRUE | evaluated 190 times by 1 test | | FALSE | never evaluated |
) | 0-190 |
| 1703 | skipanchors = Anchor_BackRef0Empty << bref;executed 190 times by 1 test: skipanchors = Anchor_BackRef0Empty << bref; | 190 |
| 1704 | | - |
| 1705 | maxl = InftyLen; | - |
| 1706 | | - |
| 1707 | minl = 0; | - |
| 1708 | }executed 190 times by 1 test: end of block | 190 |
| 1709 | | - |
| 1710 | | - |
| 1711 | void QRegExpEngine::Box::cat(const Box &b) | - |
| 1712 | { | - |
| 1713 | eng->addCatTransitions(rs, b.ls); | - |
| 1714 | addAnchorsToEngine(b); | - |
| 1715 | if (minl == 0| TRUE | evaluated 2933 times by 87 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 27427 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 2933-27427 |
| 1716 | lanchors.unite(b.lanchors); | - |
| 1717 | if (skipanchors != 0| TRUE | evaluated 266 times by 29 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
| | FALSE | evaluated 2667 times by 87 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
|
) { | 266-2667 |
| 1718 | for (int i = 0; i < b.ls.size()| TRUE | evaluated 409 times by 28 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- ...
| | FALSE | evaluated 266 times by 29 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
|
; i++) { | 266-409 |
| 1719 | int a = eng->anchorConcatenation(lanchors.value(b.ls.at(i), 0), skipanchors); | - |
| 1720 | lanchors.insert(b.ls.at(i), a); | - |
| 1721 | }executed 409 times by 28 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- ...
| 409 |
| 1722 | }executed 266 times by 29 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
| 266 |
| 1723 | mergeInto(&ls, b.ls); | - |
| 1724 | }executed 2933 times by 87 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| 2933 |
| 1725 | if (b.minl == 0| TRUE | evaluated 5061 times by 90 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 25299 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 5061-25299 |
| 1726 | ranchors.unite(b.ranchors); | - |
| 1727 | if (b.skipanchors != 0| TRUE | evaluated 405 times by 18 testsEvaluated by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 4656 times by 90 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 405-4656 |
| 1728 | for (int i = 0; i < rs.size()| TRUE | evaluated 1028 times by 18 testsEvaluated by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 405 times by 18 testsEvaluated by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
; i++) { | 405-1028 |
| 1729 | int a = eng->anchorConcatenation(ranchors.value(rs.at(i), 0), b.skipanchors); | - |
| 1730 | ranchors.insert(rs.at(i), a); | - |
| 1731 | }executed 1028 times by 18 tests: end of blockExecuted by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 1028 |
| 1732 | }executed 405 times by 18 tests: end of blockExecuted by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 405 |
| 1733 | mergeInto(&rs, b.rs); | - |
| 1734 | }executed 5061 times by 90 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
else { | 5061 |
| 1735 | ranchors = b.ranchors; | - |
| 1736 | rs = b.rs; | - |
| 1737 | }executed 25299 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 25299 |
| 1738 | | - |
| 1739 | | - |
| 1740 | if (maxl != InftyLen| TRUE | evaluated 27132 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 3228 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
|
) { | 3228-27132 |
| 1741 | if (rightStr.length() + b.leftStr.length() >| TRUE | evaluated 19343 times by 38 testsEvaluated by:- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QFileSystemModel
- tst_QFontComboBox
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- ...
| | FALSE | evaluated 7789 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
| 7789-19343 |
| 1742 | qMax(str.length(), b.str.length())| TRUE | evaluated 19343 times by 38 testsEvaluated by:- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QFileSystemModel
- tst_QFontComboBox
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- ...
| | FALSE | evaluated 7789 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 7789-19343 |
| 1743 | earlyStart = minl - rightStr.length(); | - |
| 1744 | lateStart = maxl - rightStr.length(); | - |
| 1745 | str = rightStr + b.leftStr; | - |
| 1746 | }executed 19343 times by 38 tests: end of blockExecuted by:- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QFileSystemModel
- tst_QFontComboBox
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- ...
else if (b.str.length() > str.length()| TRUE | evaluated 900 times by 51 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QFileSystemModel
- tst_QFontComboBox
- tst_QFtp
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPixmap
- ...
| | FALSE | evaluated 6889 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 900-19343 |
| 1747 | earlyStart = minl + b.earlyStart; | - |
| 1748 | lateStart = maxl + b.lateStart; | - |
| 1749 | str = b.str; | - |
| 1750 | }executed 900 times by 51 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QFileSystemModel
- tst_QFontComboBox
- tst_QFtp
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPixmap
- ...
| 900 |
| 1751 | }executed 27132 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 27132 |
| 1752 | | - |
| 1753 | if (leftStr.length() == maxl| TRUE | evaluated 22975 times by 88 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 7385 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) | 7385-22975 |
| 1754 | leftStr += b.leftStr;executed 22975 times by 88 tests: leftStr += b.leftStr;Executed by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| 22975 |
| 1755 | | - |
| 1756 | if (b.rightStr.length() == b.maxl| TRUE | evaluated 21611 times by 76 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- ...
| | FALSE | evaluated 8749 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 8749-21611 |
| 1757 | rightStr += b.rightStr; | - |
| 1758 | }executed 21611 times by 76 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- ...
else { | 21611 |
| 1759 | rightStr = b.rightStr; | - |
| 1760 | }executed 8749 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 8749 |
| 1761 | | - |
| 1762 | if (maxl == InftyLen| TRUE | evaluated 3228 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| | FALSE | evaluated 27132 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
|| b.maxl == InftyLen| TRUE | evaluated 3839 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| | FALSE | evaluated 23293 times by 75 testsEvaluated by:- tst_Collections
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- ...
|
) { | 3228-27132 |
| 1763 | maxl = InftyLen; | - |
| 1764 | }executed 7067 times by 86 tests: end of blockExecuted by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
else { | 7067 |
| 1765 | maxl += b.maxl; | - |
| 1766 | }executed 23293 times by 75 tests: end of blockExecuted by:- tst_Collections
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- ...
| 23293 |
| 1767 | | - |
| 1768 | for (int i = 0; i < NumBadChars| TRUE | evaluated 1943040 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 30360 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
; i++) { | 30360-1943040 |
| 1769 | if (b.occ1.at(i) != NoOccurrence| TRUE | evaluated 376681 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| | FALSE | evaluated 1566359 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
&& minl + b.occ1.at(i) < occ1.at(i)| TRUE | evaluated 235870 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| | FALSE | evaluated 140811 times by 68 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
|
) | 140811-1566359 |
| 1770 | occ1[i] = minl + b.occ1.at(i);executed 235870 times by 99 tests: occ1[i] = minl + b.occ1.at(i);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| 235870 |
| 1771 | }executed 1943040 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1943040 |
| 1772 | | - |
| 1773 | | - |
| 1774 | minl += b.minl; | - |
| 1775 | if (minl == 0| TRUE | evaluated 2416 times by 81 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 27944 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) | 2416-27944 |
| 1776 | skipanchors = eng->anchorConcatenation(skipanchors, b.skipanchors);executed 2416 times by 81 tests: skipanchors = eng->anchorConcatenation(skipanchors, b.skipanchors);Executed by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| 2416 |
| 1777 | else | - |
| 1778 | skipanchors = 0;executed 27944 times by 105 tests: skipanchors = 0;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 27944 |
| 1779 | } | - |
| 1780 | | - |
| 1781 | void QRegExpEngine::Box::orx(const Box &b) | - |
| 1782 | { | - |
| 1783 | mergeInto(&ls, b.ls); | - |
| 1784 | lanchors.unite(b.lanchors); | - |
| 1785 | mergeInto(&rs, b.rs); | - |
| 1786 | ranchors.unite(b.ranchors); | - |
| 1787 | | - |
| 1788 | if (b.minl == 0| TRUE | evaluated 63 times by 4 testsEvaluated by:- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
| | FALSE | evaluated 403 times by 11 testsEvaluated by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
|
) { | 63-403 |
| 1789 | if (minl == 0| TRUE | evaluated 40 times by 1 test | | FALSE | evaluated 23 times by 4 testsEvaluated by:- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
|
) | 23-40 |
| 1790 | skipanchors = eng->anchorAlternation(skipanchors, b.skipanchors);executed 40 times by 1 test: skipanchors = eng->anchorAlternation(skipanchors, b.skipanchors); | 40 |
| 1791 | else | - |
| 1792 | skipanchors = b.skipanchors;executed 23 times by 4 tests: skipanchors = b.skipanchors;Executed by:- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
| 23 |
| 1793 | } | - |
| 1794 | | - |
| 1795 | | - |
| 1796 | for (int i = 0; i < NumBadChars| TRUE | evaluated 29824 times by 11 testsEvaluated by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| | FALSE | evaluated 466 times by 11 testsEvaluated by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
|
; i++) { | 466-29824 |
| 1797 | if (occ1.at(i) > b.occ1.at(i)| TRUE | evaluated 1132 times by 11 testsEvaluated by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| | FALSE | evaluated 28692 times by 10 testsEvaluated by:- tst_QDataStream
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
|
) | 1132-28692 |
| 1798 | occ1[i] = b.occ1.at(i);executed 1132 times by 11 tests: occ1[i] = b.occ1.at(i);Executed by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| 1132 |
| 1799 | }executed 29824 times by 11 tests: end of blockExecuted by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| 29824 |
| 1800 | earlyStart = 0; | - |
| 1801 | lateStart = 0; | - |
| 1802 | str = QString(); | - |
| 1803 | leftStr = QString(); | - |
| 1804 | rightStr = QString(); | - |
| 1805 | if (b.maxl > maxl| TRUE | evaluated 210 times by 4 testsEvaluated by:- tst_QFtp
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
| | FALSE | evaluated 256 times by 9 testsEvaluated by:- tst_QDataStream
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
|
) | 210-256 |
| 1806 | maxl = b.maxl;executed 210 times by 4 tests: maxl = b.maxl;Executed by:- tst_QFtp
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
| 210 |
| 1807 | | - |
| 1808 | if (b.minl < minl| TRUE | evaluated 43 times by 8 testsEvaluated by:- tst_QDataStream
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
| | FALSE | evaluated 423 times by 9 testsEvaluated by:- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
|
) | 43-423 |
| 1809 | minl = b.minl;executed 43 times by 8 tests: minl = b.minl;Executed by:- tst_QDataStream
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
| 43 |
| 1810 | }executed 466 times by 11 tests: end of blockExecuted by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| 466 |
| 1811 | | - |
| 1812 | void QRegExpEngine::Box::plus(int atom) | - |
| 1813 | { | - |
| 1814 | | - |
| 1815 | eng->addPlusTransitions(rs, ls, atom); | - |
| 1816 | | - |
| 1817 | | - |
| 1818 | | - |
| 1819 | | - |
| 1820 | addAnchorsToEngine(*this); | - |
| 1821 | | - |
| 1822 | maxl = InftyLen; | - |
| 1823 | | - |
| 1824 | }executed 2287 times by 86 tests: end of blockExecuted by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| 2287 |
| 1825 | | - |
| 1826 | void QRegExpEngine::Box::opt() | - |
| 1827 | { | - |
| 1828 | | - |
| 1829 | earlyStart = 0; | - |
| 1830 | lateStart = 0; | - |
| 1831 | str = QString(); | - |
| 1832 | leftStr = QString(); | - |
| 1833 | rightStr = QString(); | - |
| 1834 | | - |
| 1835 | skipanchors = 0; | - |
| 1836 | minl = 0; | - |
| 1837 | }executed 2289 times by 81 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| 2289 |
| 1838 | | - |
| 1839 | void QRegExpEngine::Box::catAnchor(int a) | - |
| 1840 | { | - |
| 1841 | if (a != 0| TRUE | evaluated 365 times by 30 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| | FALSE | never evaluated |
) { | 0-365 |
| 1842 | for (int i = 0; i < rs.size()| TRUE | never evaluated | | FALSE | evaluated 365 times by 30 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
|
; i++) { | 0-365 |
| 1843 | a = eng->anchorConcatenation(ranchors.value(rs.at(i), 0), a); | - |
| 1844 | ranchors.insert(rs.at(i), a); | - |
| 1845 | } never executed: end of block | 0 |
| 1846 | if (minl == 0| TRUE | evaluated 365 times by 30 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| | FALSE | never evaluated |
) | 0-365 |
| 1847 | skipanchors = eng->anchorConcatenation(skipanchors, a);executed 365 times by 30 tests: skipanchors = eng->anchorConcatenation(skipanchors, a);Executed by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| 365 |
| 1848 | }executed 365 times by 30 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| 365 |
| 1849 | }executed 365 times by 30 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| 365 |
| 1850 | | - |
| 1851 | | - |
| 1852 | void QRegExpEngine::Box::setupHeuristics() | - |
| 1853 | { | - |
| 1854 | eng->goodEarlyStart = earlyStart; | - |
| 1855 | eng->goodLateStart = lateStart; | - |
| 1856 | eng->goodStr = eng->cs| TRUE | evaluated 1489 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- ...
| | FALSE | evaluated 261 times by 63 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMetaType
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- ...
|
? str : str.toLower(); | 261-1489 |
| 1857 | | - |
| 1858 | eng->minl = minl; | - |
| 1859 | if (eng->cs| TRUE | evaluated 1489 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- ...
| | FALSE | evaluated 261 times by 63 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMetaType
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- ...
|
) { | 261-1489 |
| 1860 | for (int i = 0; i < NumBadChars| TRUE | evaluated 95296 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- ...
| | FALSE | evaluated 1489 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- ...
|
; i++) { | 1489-95296 |
| 1861 | if (occ1.at(i) != NoOccurrence| TRUE | evaluated 32661 times by 63 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- tst_QMimeDatabase
- ...
| | FALSE | evaluated 62635 times by 46 testsEvaluated by:- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- tst_QMimeDatabase
- tst_QObject
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- ...
|
&& occ1.at(i) >= minl| TRUE | evaluated 1956 times by 16 testsEvaluated by:- tst_QDirIterator
- tst_QItemModel
- tst_QLibrary
- tst_QMetaType
- tst_QMimeDatabase
- tst_QObject
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QTextDocument
- tst_QXmlStream
- tst_Selftests
- tst_qdbusxml2cpp - unknown status
- tst_qmakelib
| | FALSE | evaluated 30705 times by 60 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMimeDatabase
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- ...
|
) | 1956-62635 |
| 1862 | occ1[i] = minl;executed 1956 times by 16 tests: occ1[i] = minl;Executed by:- tst_QDirIterator
- tst_QItemModel
- tst_QLibrary
- tst_QMetaType
- tst_QMimeDatabase
- tst_QObject
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QTextDocument
- tst_QXmlStream
- tst_Selftests
- tst_qdbusxml2cpp - unknown status
- tst_qmakelib
| 1956 |
| 1863 | }executed 95296 times by 69 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- ...
| 95296 |
| 1864 | eng->occ1 = occ1; | - |
| 1865 | }executed 1489 times by 69 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- ...
else { | 1489 |
| 1866 | eng->occ1.fill(0, NumBadChars); | - |
| 1867 | }executed 261 times by 63 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QMetaType
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- ...
| 261 |
| 1868 | | - |
| 1869 | eng->heuristicallyChooseHeuristic(); | - |
| 1870 | }executed 1750 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1750 |
| 1871 | | - |
| 1872 | | - |
| 1873 | | - |
| 1874 | void QRegExpEngine::Box::dump() const | - |
| 1875 | { | - |
| 1876 | int i; | - |
| 1877 | QMessageLogger(__FILE__, 2696, __PRETTY_FUNCTION__).debug("Box of at least %d character%s", minl, minl == 1 ? "" : "s"); | - |
| 1878 | QMessageLogger(__FILE__, 2697, __PRETTY_FUNCTION__).debug(" Left states:"); | - |
| 1879 | for (i = 0; i < ls.size()| TRUE | never evaluated | | FALSE | never evaluated |
; i++) { | 0 |
| 1880 | if (lanchors.value(ls[i], 0) == 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1881 | QMessageLogger(__FILE__, 2700, __PRETTY_FUNCTION__).debug(" %d", ls[i]); never executed: QMessageLogger(__FILE__, 2700, __PRETTY_FUNCTION__).debug(" %d", ls[i]); | 0 |
| 1882 | else | - |
| 1883 | QMessageLogger(__FILE__, 2702, __PRETTY_FUNCTION__).debug(" %d [anchors 0x%.8x]", ls[i], lanchors[ls[i]]); never executed: QMessageLogger(__FILE__, 2702, __PRETTY_FUNCTION__).debug(" %d [anchors 0x%.8x]", ls[i], lanchors[ls[i]]); | 0 |
| 1884 | } | - |
| 1885 | QMessageLogger(__FILE__, 2704, __PRETTY_FUNCTION__).debug(" Right states:"); | - |
| 1886 | for (i = 0; i < rs.size()| TRUE | never evaluated | | FALSE | never evaluated |
; i++) { | 0 |
| 1887 | if (ranchors.value(rs[i], 0) == 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1888 | QMessageLogger(__FILE__, 2707, __PRETTY_FUNCTION__).debug(" %d", rs[i]); never executed: QMessageLogger(__FILE__, 2707, __PRETTY_FUNCTION__).debug(" %d", rs[i]); | 0 |
| 1889 | else | - |
| 1890 | QMessageLogger(__FILE__, 2709, __PRETTY_FUNCTION__).debug(" %d [anchors 0x%.8x]", rs[i], ranchors[rs[i]]); never executed: QMessageLogger(__FILE__, 2709, __PRETTY_FUNCTION__).debug(" %d [anchors 0x%.8x]", rs[i], ranchors[rs[i]]); | 0 |
| 1891 | } | - |
| 1892 | QMessageLogger(__FILE__, 2711, __PRETTY_FUNCTION__).debug(" Skip anchors: 0x%.8x", skipanchors); | - |
| 1893 | } never executed: end of block | 0 |
| 1894 | | - |
| 1895 | | - |
| 1896 | void QRegExpEngine::Box::addAnchorsToEngine(const Box &to) const | - |
| 1897 | { | - |
| 1898 | for (int i = 0; i < to.ls.size()| TRUE | evaluated 33557 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 32647 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
; i++) { | 32647-33557 |
| 1899 | for (int j = 0; j < rs.size()| TRUE | evaluated 36928 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 33557 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
; j++) { | 33557-36928 |
| 1900 | int a = eng->anchorConcatenation(ranchors.value(rs.at(j), 0), | - |
| 1901 | to.lanchors.value(to.ls.at(i), 0)); | - |
| 1902 | eng->addAnchors(rs[j], to.ls[i], a); | - |
| 1903 | }executed 36928 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 36928 |
| 1904 | }executed 33557 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 33557 |
| 1905 | }executed 32647 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 32647 |
| 1906 | | - |
| 1907 | | - |
| 1908 | | - |
| 1909 | | - |
| 1910 | static const struct CategoriesRangeMapEntry { | - |
| 1911 | const char name[40]; | - |
| 1912 | uint first, second; | - |
| 1913 | } categoriesRangeMap[] = { | - |
| 1914 | { "AegeanNumbers", 0x10100, 0x1013F }, | - |
| 1915 | { "AlphabeticPresentationForms", 0xFB00, 0xFB4F }, | - |
| 1916 | { "AncientGreekMusicalNotation", 0x1D200, 0x1D24F }, | - |
| 1917 | { "AncientGreekNumbers", 0x10140, 0x1018F }, | - |
| 1918 | { "Arabic", 0x0600, 0x06FF }, | - |
| 1919 | { "ArabicPresentationForms-A", 0xFB50, 0xFDFF }, | - |
| 1920 | { "ArabicPresentationForms-B", 0xFE70, 0xFEFF }, | - |
| 1921 | { "ArabicSupplement", 0x0750, 0x077F }, | - |
| 1922 | { "Armenian", 0x0530, 0x058F }, | - |
| 1923 | { "Arrows", 0x2190, 0x21FF }, | - |
| 1924 | { "BasicLatin", 0x0000, 0x007F }, | - |
| 1925 | { "Bengali", 0x0980, 0x09FF }, | - |
| 1926 | { "BlockElements", 0x2580, 0x259F }, | - |
| 1927 | { "Bopomofo", 0x3100, 0x312F }, | - |
| 1928 | { "BopomofoExtended", 0x31A0, 0x31BF }, | - |
| 1929 | { "BoxDrawing", 0x2500, 0x257F }, | - |
| 1930 | { "BraillePatterns", 0x2800, 0x28FF }, | - |
| 1931 | { "Buginese", 0x1A00, 0x1A1F }, | - |
| 1932 | { "Buhid", 0x1740, 0x175F }, | - |
| 1933 | { "ByzantineMusicalSymbols", 0x1D000, 0x1D0FF }, | - |
| 1934 | { "CJKCompatibility", 0x3300, 0x33FF }, | - |
| 1935 | { "CJKCompatibilityForms", 0xFE30, 0xFE4F }, | - |
| 1936 | { "CJKCompatibilityIdeographs", 0xF900, 0xFAFF }, | - |
| 1937 | { "CJKCompatibilityIdeographsSupplement", 0x2F800, 0x2FA1F }, | - |
| 1938 | { "CJKRadicalsSupplement", 0x2E80, 0x2EFF }, | - |
| 1939 | { "CJKStrokes", 0x31C0, 0x31EF }, | - |
| 1940 | { "CJKSymbolsandPunctuation", 0x3000, 0x303F }, | - |
| 1941 | { "CJKUnifiedIdeographs", 0x4E00, 0x9FFF }, | - |
| 1942 | { "CJKUnifiedIdeographsExtensionA", 0x3400, 0x4DB5 }, | - |
| 1943 | { "CJKUnifiedIdeographsExtensionB", 0x20000, 0x2A6DF }, | - |
| 1944 | { "Cherokee", 0x13A0, 0x13FF }, | - |
| 1945 | { "CombiningDiacriticalMarks", 0x0300, 0x036F }, | - |
| 1946 | { "CombiningDiacriticalMarksSupplement", 0x1DC0, 0x1DFF }, | - |
| 1947 | { "CombiningHalfMarks", 0xFE20, 0xFE2F }, | - |
| 1948 | { "CombiningMarksforSymbols", 0x20D0, 0x20FF }, | - |
| 1949 | { "ControlPictures", 0x2400, 0x243F }, | - |
| 1950 | { "Coptic", 0x2C80, 0x2CFF }, | - |
| 1951 | { "CurrencySymbols", 0x20A0, 0x20CF }, | - |
| 1952 | { "CypriotSyllabary", 0x10800, 0x1083F }, | - |
| 1953 | { "Cyrillic", 0x0400, 0x04FF }, | - |
| 1954 | { "CyrillicSupplement", 0x0500, 0x052F }, | - |
| 1955 | { "Deseret", 0x10400, 0x1044F }, | - |
| 1956 | { "Devanagari", 0x0900, 0x097F }, | - |
| 1957 | { "Dingbats", 0x2700, 0x27BF }, | - |
| 1958 | { "EnclosedAlphanumerics", 0x2460, 0x24FF }, | - |
| 1959 | { "EnclosedCJKLettersandMonths", 0x3200, 0x32FF }, | - |
| 1960 | { "Ethiopic", 0x1200, 0x137F }, | - |
| 1961 | { "EthiopicExtended", 0x2D80, 0x2DDF }, | - |
| 1962 | { "EthiopicSupplement", 0x1380, 0x139F }, | - |
| 1963 | { "GeneralPunctuation", 0x2000, 0x206F }, | - |
| 1964 | { "GeometricShapes", 0x25A0, 0x25FF }, | - |
| 1965 | { "Georgian", 0x10A0, 0x10FF }, | - |
| 1966 | { "GeorgianSupplement", 0x2D00, 0x2D2F }, | - |
| 1967 | { "Glagolitic", 0x2C00, 0x2C5F }, | - |
| 1968 | { "Gothic", 0x10330, 0x1034F }, | - |
| 1969 | { "Greek", 0x0370, 0x03FF }, | - |
| 1970 | { "GreekExtended", 0x1F00, 0x1FFF }, | - |
| 1971 | { "Gujarati", 0x0A80, 0x0AFF }, | - |
| 1972 | { "Gurmukhi", 0x0A00, 0x0A7F }, | - |
| 1973 | { "HalfwidthandFullwidthForms", 0xFF00, 0xFFEF }, | - |
| 1974 | { "HangulCompatibilityJamo", 0x3130, 0x318F }, | - |
| 1975 | { "HangulJamo", 0x1100, 0x11FF }, | - |
| 1976 | { "HangulSyllables", 0xAC00, 0xD7A3 }, | - |
| 1977 | { "Hanunoo", 0x1720, 0x173F }, | - |
| 1978 | { "Hebrew", 0x0590, 0x05FF }, | - |
| 1979 | { "Hiragana", 0x3040, 0x309F }, | - |
| 1980 | { "IPAExtensions", 0x0250, 0x02AF }, | - |
| 1981 | { "IdeographicDescriptionCharacters", 0x2FF0, 0x2FFF }, | - |
| 1982 | { "Kanbun", 0x3190, 0x319F }, | - |
| 1983 | { "KangxiRadicals", 0x2F00, 0x2FDF }, | - |
| 1984 | { "Kannada", 0x0C80, 0x0CFF }, | - |
| 1985 | { "Katakana", 0x30A0, 0x30FF }, | - |
| 1986 | { "KatakanaPhoneticExtensions", 0x31F0, 0x31FF }, | - |
| 1987 | { "Kharoshthi", 0x10A00, 0x10A5F }, | - |
| 1988 | { "Khmer", 0x1780, 0x17FF }, | - |
| 1989 | { "KhmerSymbols", 0x19E0, 0x19FF }, | - |
| 1990 | { "Lao", 0x0E80, 0x0EFF }, | - |
| 1991 | { "Latin-1Supplement", 0x0080, 0x00FF }, | - |
| 1992 | { "LatinExtended-A", 0x0100, 0x017F }, | - |
| 1993 | { "LatinExtended-B", 0x0180, 0x024F }, | - |
| 1994 | { "LatinExtendedAdditional", 0x1E00, 0x1EFF }, | - |
| 1995 | { "LetterlikeSymbols", 0x2100, 0x214F }, | - |
| 1996 | { "Limbu", 0x1900, 0x194F }, | - |
| 1997 | { "LinearBIdeograms", 0x10080, 0x100FF }, | - |
| 1998 | { "LinearBSyllabary", 0x10000, 0x1007F }, | - |
| 1999 | { "Malayalam", 0x0D00, 0x0D7F }, | - |
| 2000 | { "MathematicalAlphanumericSymbols", 0x1D400, 0x1D7FF }, | - |
| 2001 | { "MathematicalOperators", 0x2200, 0x22FF }, | - |
| 2002 | { "MiscellaneousMathematicalSymbols-A", 0x27C0, 0x27EF }, | - |
| 2003 | { "MiscellaneousMathematicalSymbols-B", 0x2980, 0x29FF }, | - |
| 2004 | { "MiscellaneousSymbols", 0x2600, 0x26FF }, | - |
| 2005 | { "MiscellaneousSymbolsandArrows", 0x2B00, 0x2BFF }, | - |
| 2006 | { "MiscellaneousTechnical", 0x2300, 0x23FF }, | - |
| 2007 | { "ModifierToneLetters", 0xA700, 0xA71F }, | - |
| 2008 | { "Mongolian", 0x1800, 0x18AF }, | - |
| 2009 | { "MusicalSymbols", 0x1D100, 0x1D1FF }, | - |
| 2010 | { "Myanmar", 0x1000, 0x109F }, | - |
| 2011 | { "NewTaiLue", 0x1980, 0x19DF }, | - |
| 2012 | { "NumberForms", 0x2150, 0x218F }, | - |
| 2013 | { "Ogham", 0x1680, 0x169F }, | - |
| 2014 | { "OldItalic", 0x10300, 0x1032F }, | - |
| 2015 | { "OldPersian", 0x103A0, 0x103DF }, | - |
| 2016 | { "OpticalCharacterRecognition", 0x2440, 0x245F }, | - |
| 2017 | { "Oriya", 0x0B00, 0x0B7F }, | - |
| 2018 | { "Osmanya", 0x10480, 0x104AF }, | - |
| 2019 | { "PhoneticExtensions", 0x1D00, 0x1D7F }, | - |
| 2020 | { "PhoneticExtensionsSupplement", 0x1D80, 0x1DBF }, | - |
| 2021 | { "PrivateUse", 0xE000, 0xF8FF }, | - |
| 2022 | { "Runic", 0x16A0, 0x16FF }, | - |
| 2023 | { "Shavian", 0x10450, 0x1047F }, | - |
| 2024 | { "Sinhala", 0x0D80, 0x0DFF }, | - |
| 2025 | { "SmallFormVariants", 0xFE50, 0xFE6F }, | - |
| 2026 | { "SpacingModifierLetters", 0x02B0, 0x02FF }, | - |
| 2027 | { "Specials", 0xFFF0, 0xFFFF }, | - |
| 2028 | { "SuperscriptsandSubscripts", 0x2070, 0x209F }, | - |
| 2029 | { "SupplementalArrows-A", 0x27F0, 0x27FF }, | - |
| 2030 | { "SupplementalArrows-B", 0x2900, 0x297F }, | - |
| 2031 | { "SupplementalMathematicalOperators", 0x2A00, 0x2AFF }, | - |
| 2032 | { "SupplementalPunctuation", 0x2E00, 0x2E7F }, | - |
| 2033 | { "SupplementaryPrivateUseArea-A", 0xF0000, 0xFFFFF }, | - |
| 2034 | { "SupplementaryPrivateUseArea-B", 0x100000, 0x10FFFF }, | - |
| 2035 | { "SylotiNagri", 0xA800, 0xA82F }, | - |
| 2036 | { "Syriac", 0x0700, 0x074F }, | - |
| 2037 | { "Tagalog", 0x1700, 0x171F }, | - |
| 2038 | { "Tagbanwa", 0x1760, 0x177F }, | - |
| 2039 | { "Tags", 0xE0000, 0xE007F }, | - |
| 2040 | { "TaiLe", 0x1950, 0x197F }, | - |
| 2041 | { "TaiXuanJingSymbols", 0x1D300, 0x1D35F }, | - |
| 2042 | { "Tamil", 0x0B80, 0x0BFF }, | - |
| 2043 | { "Telugu", 0x0C00, 0x0C7F }, | - |
| 2044 | { "Thaana", 0x0780, 0x07BF }, | - |
| 2045 | { "Thai", 0x0E00, 0x0E7F }, | - |
| 2046 | { "Tibetan", 0x0F00, 0x0FFF }, | - |
| 2047 | { "Tifinagh", 0x2D30, 0x2D7F }, | - |
| 2048 | { "Ugaritic", 0x10380, 0x1039F }, | - |
| 2049 | { "UnifiedCanadianAboriginalSyllabics", 0x1400, 0x167F }, | - |
| 2050 | { "VariationSelectors", 0xFE00, 0xFE0F }, | - |
| 2051 | { "VariationSelectorsSupplement", 0xE0100, 0xE01EF }, | - |
| 2052 | { "VerticalForms", 0xFE10, 0xFE1F }, | - |
| 2053 | { "YiRadicals", 0xA490, 0xA4CF }, | - |
| 2054 | { "YiSyllables", 0xA000, 0xA48F }, | - |
| 2055 | { "YijingHexagramSymbols", 0x4DC0, 0x4DFF } | - |
| 2056 | }; | - |
| 2057 | | - |
| 2058 | inline bool operator<(const CategoriesRangeMapEntry &entry1, const CategoriesRangeMapEntry &entry2) | - |
| 2059 | { return never executed: return qstrcmp(entry1.name, entry2.name) < 0; qstrcmp(entry1.name, entry2.name) < 0;never executed: return qstrcmp(entry1.name, entry2.name) < 0; } | 0 |
| 2060 | inline bool operator<(const char *name, const CategoriesRangeMapEntry &entry) | - |
| 2061 | { return never executed: return qstrcmp(name, entry.name) < 0; qstrcmp(name, entry.name) < 0;never executed: return qstrcmp(name, entry.name) < 0; } | 0 |
| 2062 | inline bool operator<(const CategoriesRangeMapEntry &entry, const char *name) | - |
| 2063 | { return never executed: return qstrcmp(entry.name, name) < 0; qstrcmp(entry.name, name) < 0;never executed: return qstrcmp(entry.name, name) < 0; } | 0 |
| 2064 | | - |
| 2065 | | - |
| 2066 | int QRegExpEngine::getChar() | - |
| 2067 | { | - |
| 2068 | returnexecuted 72993 times by 105 tests: return (yyPos == yyLen) ? EOS : yyIn[yyPos++].unicode();Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
(| TRUE | evaluated 3585 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 69408 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
|
yyPos == yyLen)| TRUE | evaluated 3585 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 69408 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
|
? EOS : yyIn[yyPos++].unicode();executed 72993 times by 105 tests: return (yyPos == yyLen) ? EOS : yyIn[yyPos++].unicode();Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 3585-72993 |
| 2069 | } | - |
| 2070 | | - |
| 2071 | int QRegExpEngine::getEscape() | - |
| 2072 | { | - |
| 2073 | | - |
| 2074 | const char tab[] = "afnrtv"; | - |
| 2075 | const char backTab[] = "\a\f\n\r\t\v"; | - |
| 2076 | ushort low; | - |
| 2077 | int i; | - |
| 2078 | | - |
| 2079 | ushort val; | - |
| 2080 | int prevCh = yyCh; | - |
| 2081 | | - |
| 2082 | if (prevCh == EOS| TRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| | FALSE | evaluated 7776 times by 53 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
|
) { | 4-7776 |
| 2083 | error("unexpected end"); | - |
| 2084 | returnexecuted 4 times by 3 tests: return Tok_Char | '\\';Executed by:- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
Tok_Char | '\\';executed 4 times by 3 tests: return Tok_Char | '\\';Executed by:- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| 4 |
| 2085 | } | - |
| 2086 | yyCh = getChar(); | - |
| 2087 | | - |
| 2088 | if ((| TRUE | evaluated 7776 times by 53 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
| | FALSE | never evaluated |
prevCh & ~0xff) == 0| TRUE | evaluated 7776 times by 53 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
| | FALSE | never evaluated |
) { | 0-7776 |
| 2089 | const char *p = strchr(tab, prevCh); | - |
| 2090 | if (p != 0| TRUE | evaluated 940 times by 10 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslCertificate
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
| | FALSE | evaluated 6836 times by 53 testsEvaluated by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
|
) | 940-6836 |
| 2091 | returnexecuted 940 times by 10 tests: return Tok_Char | backTab[p - tab];Executed by:- tst_QDate
- tst_QDateTime
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslCertificate
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
Tok_Char | backTab[p - tab];executed 940 times by 10 tests: return Tok_Char | backTab[p - tab];Executed by:- tst_QDate
- tst_QDateTime
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslCertificate
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
| 940 |
| 2092 | }executed 6836 times by 53 tests: end of blockExecuted by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
| 6836 |
| 2093 | | - |
| 2094 | | - |
| 2095 | switch (prevCh) { | - |
| 2096 | | - |
| 2097 | caseexecuted 1330 times by 1 test: case '0': '0':executed 1330 times by 1 test: case '0': | 1330 |
| 2098 | val = 0; | - |
| 2099 | for (i = 0; i < 3| TRUE | evaluated 3990 times by 1 test | | FALSE | never evaluated |
; i++) { | 0-3990 |
| 2100 | if (yyCh >= '0'| TRUE | evaluated 3110 times by 1 test | | FALSE | evaluated 880 times by 1 test |
&& yyCh <= '7'| TRUE | evaluated 2660 times by 1 test | | FALSE | evaluated 450 times by 1 test |
) | 450-3110 |
| 2101 | val = (val << 3) | (yyCh - '0');executed 2660 times by 1 test: val = (val << 3) | (yyCh - '0'); | 2660 |
| 2102 | else | - |
| 2103 | break;executed 1330 times by 1 test: break; | 1330 |
| 2104 | yyCh = getChar(); | - |
| 2105 | }executed 2660 times by 1 test: end of block | 2660 |
| 2106 | if ((| TRUE | never evaluated | | FALSE | evaluated 1330 times by 1 test |
val & ~0377) != 0| TRUE | never evaluated | | FALSE | evaluated 1330 times by 1 test |
) | 0-1330 |
| 2107 | error("invalid octal value"); never executed: error("invalid octal value"); | 0 |
| 2108 | returnexecuted 1330 times by 1 test: return Tok_Char | val; Tok_Char | val;executed 1330 times by 1 test: return Tok_Char | val; | 1330 |
| 2109 | | - |
| 2110 | | - |
| 2111 | case never executed: case 'B': 'B':never executed: case 'B': | 0 |
| 2112 | return never executed: return Tok_NonWord; Tok_NonWord;never executed: return Tok_NonWord; | 0 |
| 2113 | | - |
| 2114 | | - |
| 2115 | caseexecuted 1 time by 1 test: case 'D': 'D':executed 1 time by 1 test: case 'D': | 1 |
| 2116 | | - |
| 2117 | yyCharClass->addCategories(uint(-1) ^ (1 << (QChar::Number_DecimalDigit))); | - |
| 2118 | returnexecuted 1 time by 1 test: return Tok_CharClass; Tok_CharClass;executed 1 time by 1 test: return Tok_CharClass; | 1 |
| 2119 | caseexecuted 19 times by 4 tests: case 'S':Executed by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
'S':executed 19 times by 4 tests: case 'S':Executed by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
| 19 |
| 2120 | | - |
| 2121 | yyCharClass->addCategories(uint(-1) ^ ((1 << (QChar::Separator_Space)) | | - |
| 2122 | (1 << (QChar::Separator_Line)) | | - |
| 2123 | (1 << (QChar::Separator_Paragraph)) | | - |
| 2124 | (1 << (QChar::Other_Control)))); | - |
| 2125 | yyCharClass->addRange(0x0000, 0x0008); | - |
| 2126 | yyCharClass->addRange(0x000e, 0x001f); | - |
| 2127 | yyCharClass->addRange(0x007f, 0x0084); | - |
| 2128 | yyCharClass->addRange(0x0086, 0x009f); | - |
| 2129 | returnexecuted 19 times by 4 tests: return Tok_CharClass;Executed by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
Tok_CharClass;executed 19 times by 4 tests: return Tok_CharClass;Executed by:- tst_QFtp
- tst_QLibrary
- tst_QRegExp
- tst_QRegExpValidator
| 19 |
| 2130 | caseexecuted 2 times by 2 tests: case 'W': 'W':executed 2 times by 2 tests: case 'W': | 2 |
| 2131 | | - |
| 2132 | yyCharClass->addCategories(uint(-1) ^ ((1 << (QChar::Mark_NonSpacing)) | | - |
| 2133 | (1 << (QChar::Mark_SpacingCombining)) | | - |
| 2134 | (1 << (QChar::Mark_Enclosing)) | | - |
| 2135 | (1 << (QChar::Number_DecimalDigit)) | | - |
| 2136 | (1 << (QChar::Number_Letter)) | | - |
| 2137 | (1 << (QChar::Number_Other)) | | - |
| 2138 | (1 << (QChar::Letter_Uppercase)) | | - |
| 2139 | (1 << (QChar::Letter_Lowercase)) | | - |
| 2140 | (1 << (QChar::Letter_Titlecase)) | | - |
| 2141 | (1 << (QChar::Letter_Modifier)) | | - |
| 2142 | (1 << (QChar::Letter_Other)) | | - |
| 2143 | (1 << (QChar::Punctuation_Connector)))); | - |
| 2144 | yyCharClass->addRange(0x203f, 0x2040); | - |
| 2145 | yyCharClass->addSingleton(0x2040); | - |
| 2146 | yyCharClass->addSingleton(0x2054); | - |
| 2147 | yyCharClass->addSingleton(0x30fb); | - |
| 2148 | yyCharClass->addRange(0xfe33, 0xfe34); | - |
| 2149 | yyCharClass->addRange(0xfe4d, 0xfe4f); | - |
| 2150 | yyCharClass->addSingleton(0xff3f); | - |
| 2151 | yyCharClass->addSingleton(0xff65); | - |
| 2152 | returnexecuted 2 times by 2 tests: return Tok_CharClass; Tok_CharClass;executed 2 times by 2 tests: return Tok_CharClass; | 2 |
| 2153 | | - |
| 2154 | | - |
| 2155 | caseexecuted 2 times by 2 tests: case 'b': 'b':executed 2 times by 2 tests: case 'b': | 2 |
| 2156 | returnexecuted 2 times by 2 tests: return Tok_Word; Tok_Word;executed 2 times by 2 tests: return Tok_Word; | 2 |
| 2157 | | - |
| 2158 | | - |
| 2159 | caseexecuted 229 times by 13 tests: case 'd':Executed by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTime
'd':executed 229 times by 13 tests: case 'd':Executed by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTime
| 229 |
| 2160 | | - |
| 2161 | yyCharClass->addCategories((1 << (QChar::Number_DecimalDigit))); | - |
| 2162 | returnexecuted 229 times by 13 tests: return Tok_CharClass;Executed by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTime
Tok_CharClass;executed 229 times by 13 tests: return Tok_CharClass;Executed by:- tst_Collections
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QTcpSocket
- tst_QTextDocument
- tst_QTime
| 229 |
| 2163 | caseexecuted 43 times by 8 tests: case 's':Executed by:- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSqlDatabase
- tst_QString
- tst_QTextDocumentFragment
's':executed 43 times by 8 tests: case 's':Executed by:- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSqlDatabase
- tst_QString
- tst_QTextDocumentFragment
| 43 |
| 2164 | | - |
| 2165 | yyCharClass->addCategories((1 << (QChar::Separator_Space)) | | - |
| 2166 | (1 << (QChar::Separator_Line)) | | - |
| 2167 | (1 << (QChar::Separator_Paragraph))); | - |
| 2168 | yyCharClass->addRange(0x0009, 0x000d); | - |
| 2169 | yyCharClass->addSingleton(0x0085); | - |
| 2170 | returnexecuted 43 times by 8 tests: return Tok_CharClass;Executed by:- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSqlDatabase
- tst_QString
- tst_QTextDocumentFragment
Tok_CharClass;executed 43 times by 8 tests: return Tok_CharClass;Executed by:- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSqlDatabase
- tst_QString
- tst_QTextDocumentFragment
| 43 |
| 2171 | caseexecuted 14 times by 4 tests: case 'w':Executed by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslKey
- tst_QTextEdit
'w':executed 14 times by 4 tests: case 'w':Executed by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslKey
- tst_QTextEdit
| 14 |
| 2172 | | - |
| 2173 | yyCharClass->addCategories((1 << (QChar::Mark_NonSpacing)) | | - |
| 2174 | (1 << (QChar::Mark_SpacingCombining)) | | - |
| 2175 | (1 << (QChar::Mark_Enclosing)) | | - |
| 2176 | (1 << (QChar::Number_DecimalDigit)) | | - |
| 2177 | (1 << (QChar::Number_Letter)) | | - |
| 2178 | (1 << (QChar::Number_Other)) | | - |
| 2179 | (1 << (QChar::Letter_Uppercase)) | | - |
| 2180 | (1 << (QChar::Letter_Lowercase)) | | - |
| 2181 | (1 << (QChar::Letter_Titlecase)) | | - |
| 2182 | (1 << (QChar::Letter_Modifier)) | | - |
| 2183 | (1 << (QChar::Letter_Other))); | - |
| 2184 | yyCharClass->addSingleton(0x005f); | - |
| 2185 | returnexecuted 14 times by 4 tests: return Tok_CharClass;Executed by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslKey
- tst_QTextEdit
Tok_CharClass;executed 14 times by 4 tests: return Tok_CharClass;Executed by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslKey
- tst_QTextEdit
| 14 |
| 2186 | caseexecuted 2 times by 1 test: case 'I': 'I':executed 2 times by 1 test: case 'I': | 2 |
| 2187 | if (xmlSchemaExtensions| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
| 2188 | yyCharClass->setNegative(!yyCharClass->negative()); | - |
| 2189 | | - |
| 2190 | } never executed: end of block else { | 0 |
| 2191 | break;executed 2 times by 1 test: break; | 2 |
| 2192 | } | - |
| 2193 | caseexecuted 2 times by 1 test: case 'i': code before this statement never executed: case 'i': executed 2 times by 1 test: case 'i': 'i':code before this statement never executed: case 'i': executed 2 times by 1 test: case 'i': | 0-2 |
| 2194 | if (xmlSchemaExtensions| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
| 2195 | yyCharClass->addCategories((1 << (QChar::Mark_NonSpacing)) | | - |
| 2196 | (1 << (QChar::Mark_SpacingCombining)) | | - |
| 2197 | (1 << (QChar::Mark_Enclosing)) | | - |
| 2198 | (1 << (QChar::Number_DecimalDigit)) | | - |
| 2199 | (1 << (QChar::Number_Letter)) | | - |
| 2200 | (1 << (QChar::Number_Other)) | | - |
| 2201 | (1 << (QChar::Letter_Uppercase)) | | - |
| 2202 | (1 << (QChar::Letter_Lowercase)) | | - |
| 2203 | (1 << (QChar::Letter_Titlecase)) | | - |
| 2204 | (1 << (QChar::Letter_Modifier)) | | - |
| 2205 | (1 << (QChar::Letter_Other))); | - |
| 2206 | yyCharClass->addSingleton(0x003a); | - |
| 2207 | yyCharClass->addSingleton(0x005f); | - |
| 2208 | yyCharClass->addRange(0x0041, 0x005a); | - |
| 2209 | yyCharClass->addRange(0x0061, 0x007a); | - |
| 2210 | yyCharClass->addRange(0xc0, 0xd6); | - |
| 2211 | yyCharClass->addRange(0xd8, 0xf6); | - |
| 2212 | yyCharClass->addRange(0xf8, 0x2ff); | - |
| 2213 | yyCharClass->addRange(0x370, 0x37d); | - |
| 2214 | yyCharClass->addRange(0x37f, 0x1fff); | - |
| 2215 | yyCharClass->addRange(0x200c, 0x200d); | - |
| 2216 | yyCharClass->addRange(0x2070, 0x218f); | - |
| 2217 | yyCharClass->addRange(0x2c00, 0x2fef); | - |
| 2218 | yyCharClass->addRange(0x3001, 0xd7ff); | - |
| 2219 | yyCharClass->addRange(0xf900, 0xfdcf); | - |
| 2220 | yyCharClass->addRange(0xfdf0, 0xfffd); | - |
| 2221 | yyCharClass->addRange((ushort)0x10000, (ushort)0xeffff); | - |
| 2222 | return never executed: return Tok_CharClass; Tok_CharClass;never executed: return Tok_CharClass; | 0 |
| 2223 | } else { | - |
| 2224 | break;executed 2 times by 1 test: break; | 2 |
| 2225 | } | - |
| 2226 | caseexecuted 2 times by 1 test: case 'C': 'C':executed 2 times by 1 test: case 'C': | 2 |
| 2227 | if (xmlSchemaExtensions| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
| 2228 | yyCharClass->setNegative(!yyCharClass->negative()); | - |
| 2229 | | - |
| 2230 | } never executed: end of block else { | 0 |
| 2231 | break;executed 2 times by 1 test: break; | 2 |
| 2232 | } | - |
| 2233 | caseexecuted 2 times by 1 test: case 'c': code before this statement never executed: case 'c': executed 2 times by 1 test: case 'c': 'c':code before this statement never executed: case 'c': executed 2 times by 1 test: case 'c': | 0-2 |
| 2234 | if (xmlSchemaExtensions| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
| 2235 | yyCharClass->addCategories((1 << (QChar::Mark_NonSpacing)) | | - |
| 2236 | (1 << (QChar::Mark_SpacingCombining)) | | - |
| 2237 | (1 << (QChar::Mark_Enclosing)) | | - |
| 2238 | (1 << (QChar::Number_DecimalDigit)) | | - |
| 2239 | (1 << (QChar::Number_Letter)) | | - |
| 2240 | (1 << (QChar::Number_Other)) | | - |
| 2241 | (1 << (QChar::Letter_Uppercase)) | | - |
| 2242 | (1 << (QChar::Letter_Lowercase)) | | - |
| 2243 | (1 << (QChar::Letter_Titlecase)) | | - |
| 2244 | (1 << (QChar::Letter_Modifier)) | | - |
| 2245 | (1 << (QChar::Letter_Other))); | - |
| 2246 | yyCharClass->addSingleton(0x002d); | - |
| 2247 | yyCharClass->addSingleton(0x002e); | - |
| 2248 | yyCharClass->addSingleton(0x003a); | - |
| 2249 | yyCharClass->addSingleton(0x005f); | - |
| 2250 | yyCharClass->addSingleton(0xb7); | - |
| 2251 | yyCharClass->addRange(0x0030, 0x0039); | - |
| 2252 | yyCharClass->addRange(0x0041, 0x005a); | - |
| 2253 | yyCharClass->addRange(0x0061, 0x007a); | - |
| 2254 | yyCharClass->addRange(0xc0, 0xd6); | - |
| 2255 | yyCharClass->addRange(0xd8, 0xf6); | - |
| 2256 | yyCharClass->addRange(0xf8, 0x2ff); | - |
| 2257 | yyCharClass->addRange(0x370, 0x37d); | - |
| 2258 | yyCharClass->addRange(0x37f, 0x1fff); | - |
| 2259 | yyCharClass->addRange(0x200c, 0x200d); | - |
| 2260 | yyCharClass->addRange(0x2070, 0x218f); | - |
| 2261 | yyCharClass->addRange(0x2c00, 0x2fef); | - |
| 2262 | yyCharClass->addRange(0x3001, 0xd7ff); | - |
| 2263 | yyCharClass->addRange(0xf900, 0xfdcf); | - |
| 2264 | yyCharClass->addRange(0xfdf0, 0xfffd); | - |
| 2265 | yyCharClass->addRange((ushort)0x10000, (ushort)0xeffff); | - |
| 2266 | yyCharClass->addRange(0x0300, 0x036f); | - |
| 2267 | yyCharClass->addRange(0x203f, 0x2040); | - |
| 2268 | return never executed: return Tok_CharClass; Tok_CharClass;never executed: return Tok_CharClass; | 0 |
| 2269 | } else { | - |
| 2270 | break;executed 2 times by 1 test: break; | 2 |
| 2271 | } | - |
| 2272 | caseexecuted 2 times by 1 test: case 'P': 'P':executed 2 times by 1 test: case 'P': | 2 |
| 2273 | if (xmlSchemaExtensions| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
| 2274 | yyCharClass->setNegative(!yyCharClass->negative()); | - |
| 2275 | | - |
| 2276 | } never executed: end of block else { | 0 |
| 2277 | break;executed 2 times by 1 test: break; | 2 |
| 2278 | } | - |
| 2279 | caseexecuted 2 times by 1 test: case 'p': code before this statement never executed: case 'p': executed 2 times by 1 test: case 'p': 'p':code before this statement never executed: case 'p': executed 2 times by 1 test: case 'p': | 0-2 |
| 2280 | if (xmlSchemaExtensions| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
) { | 0-2 |
| 2281 | if (yyCh != '{'| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2282 | error("bad char class syntax"); | - |
| 2283 | return never executed: return Tok_CharClass; Tok_CharClass;never executed: return Tok_CharClass; | 0 |
| 2284 | } | - |
| 2285 | | - |
| 2286 | QByteArray category; | - |
| 2287 | yyCh = getChar(); | - |
| 2288 | while (yyCh != '}'| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2289 | if (yyCh == EOS| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2290 | error("unexpected end"); | - |
| 2291 | return never executed: return Tok_CharClass; Tok_CharClass;never executed: return Tok_CharClass; | 0 |
| 2292 | } | - |
| 2293 | category.append(yyCh); | - |
| 2294 | yyCh = getChar(); | - |
| 2295 | } never executed: end of block | 0 |
| 2296 | yyCh = getChar(); | - |
| 2297 | | - |
| 2298 | int catlen = category.length(); | - |
| 2299 | if (catlen == 1| TRUE | never evaluated | | FALSE | never evaluated |
|| catlen == 2| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2300 | switch (category.at(0)) { | - |
| 2301 | case never executed: case 'M': 'M':never executed: case 'M': | 0 |
| 2302 | if (catlen == 1| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2303 | yyCharClass->addCategories((1 << (QChar::Mark_NonSpacing)) | | - |
| 2304 | (1 << (QChar::Mark_SpacingCombining)) | | - |
| 2305 | (1 << (QChar::Mark_Enclosing))); | - |
| 2306 | } never executed: end of block else { | 0 |
| 2307 | switch (category.at(1)) { | - |
| 2308 | case never executed: case 'n': 'n':never executed: case 'n': yyCharClass->addCategories((1 << (QChar::Mark_NonSpacing))); break;never executed: break; | 0 |
| 2309 | case never executed: case 'c': 'c':never executed: case 'c': yyCharClass->addCategories((1 << (QChar::Mark_SpacingCombining))); break;never executed: break; | 0 |
| 2310 | case never executed: case 'e': 'e':never executed: case 'e': yyCharClass->addCategories((1 << (QChar::Mark_Enclosing))); break;never executed: break; | 0 |
| 2311 | default never executed: default: :never executed: default: error("invalid category"); break;never executed: break; | 0 |
| 2312 | } | - |
| 2313 | } | - |
| 2314 | break; never executed: break; | 0 |
| 2315 | case never executed: case 'N': 'N':never executed: case 'N': | 0 |
| 2316 | if (catlen == 1| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2317 | yyCharClass->addCategories((1 << (QChar::Number_DecimalDigit)) | | - |
| 2318 | (1 << (QChar::Number_Letter)) | | - |
| 2319 | (1 << (QChar::Number_Other))); | - |
| 2320 | } never executed: end of block else { | 0 |
| 2321 | switch (category.at(1)) { | - |
| 2322 | case never executed: case 'd': 'd':never executed: case 'd': yyCharClass->addCategories((1 << (QChar::Number_DecimalDigit))); break;never executed: break; | 0 |
| 2323 | case never executed: case 'l': 'l':never executed: case 'l': yyCharClass->addCategories((1 << (QChar::Number_Letter))); break;never executed: break; | 0 |
| 2324 | case never executed: case 'o': 'o':never executed: case 'o': yyCharClass->addCategories((1 << (QChar::Number_Other))); break;never executed: break; | 0 |
| 2325 | default never executed: default: :never executed: default: error("invalid category"); break;never executed: break; | 0 |
| 2326 | } | - |
| 2327 | } | - |
| 2328 | break; never executed: break; | 0 |
| 2329 | case never executed: case 'Z': 'Z':never executed: case 'Z': | 0 |
| 2330 | if (catlen == 1| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2331 | yyCharClass->addCategories((1 << (QChar::Separator_Space)) | | - |
| 2332 | (1 << (QChar::Separator_Line)) | | - |
| 2333 | (1 << (QChar::Separator_Paragraph))); | - |
| 2334 | } never executed: end of block else { | 0 |
| 2335 | switch (category.at(1)) { | - |
| 2336 | case never executed: case 's': 's':never executed: case 's': yyCharClass->addCategories((1 << (QChar::Separator_Space))); break;never executed: break; | 0 |
| 2337 | case never executed: case 'l': 'l':never executed: case 'l': yyCharClass->addCategories((1 << (QChar::Separator_Line))); break;never executed: break; | 0 |
| 2338 | case never executed: case 'p': 'p':never executed: case 'p': yyCharClass->addCategories((1 << (QChar::Separator_Paragraph))); break;never executed: break; | 0 |
| 2339 | default never executed: default: :never executed: default: error("invalid category"); break;never executed: break; | 0 |
| 2340 | } | - |
| 2341 | } | - |
| 2342 | break; never executed: break; | 0 |
| 2343 | case never executed: case 'C': 'C':never executed: case 'C': | 0 |
| 2344 | if (catlen == 1| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2345 | yyCharClass->addCategories((1 << (QChar::Other_Control)) | | - |
| 2346 | (1 << (QChar::Other_Format)) | | - |
| 2347 | (1 << (QChar::Other_Surrogate)) | | - |
| 2348 | (1 << (QChar::Other_PrivateUse)) | | - |
| 2349 | (1 << (QChar::Other_NotAssigned))); | - |
| 2350 | } never executed: end of block else { | 0 |
| 2351 | switch (category.at(1)) { | - |
| 2352 | case never executed: case 'c': 'c':never executed: case 'c': yyCharClass->addCategories((1 << (QChar::Other_Control))); break;never executed: break; | 0 |
| 2353 | case never executed: case 'f': 'f':never executed: case 'f': yyCharClass->addCategories((1 << (QChar::Other_Format))); break;never executed: break; | 0 |
| 2354 | case never executed: case 's': 's':never executed: case 's': yyCharClass->addCategories((1 << (QChar::Other_Surrogate))); break;never executed: break; | 0 |
| 2355 | case never executed: case 'o': 'o':never executed: case 'o': yyCharClass->addCategories((1 << (QChar::Other_PrivateUse))); break;never executed: break; | 0 |
| 2356 | case never executed: case 'n': 'n':never executed: case 'n': yyCharClass->addCategories((1 << (QChar::Other_NotAssigned))); break;never executed: break; | 0 |
| 2357 | default never executed: default: :never executed: default: error("invalid category"); break;never executed: break; | 0 |
| 2358 | } | - |
| 2359 | } | - |
| 2360 | break; never executed: break; | 0 |
| 2361 | case never executed: case 'L': 'L':never executed: case 'L': | 0 |
| 2362 | if (catlen == 1| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2363 | yyCharClass->addCategories((1 << (QChar::Letter_Uppercase)) | | - |
| 2364 | (1 << (QChar::Letter_Lowercase)) | | - |
| 2365 | (1 << (QChar::Letter_Titlecase)) | | - |
| 2366 | (1 << (QChar::Letter_Modifier)) | | - |
| 2367 | (1 << (QChar::Letter_Other))); | - |
| 2368 | } never executed: end of block else { | 0 |
| 2369 | switch (category.at(1)) { | - |
| 2370 | case never executed: case 'u': 'u':never executed: case 'u': yyCharClass->addCategories((1 << (QChar::Letter_Uppercase))); break;never executed: break; | 0 |
| 2371 | case never executed: case 'l': 'l':never executed: case 'l': yyCharClass->addCategories((1 << (QChar::Letter_Lowercase))); break;never executed: break; | 0 |
| 2372 | case never executed: case 't': 't':never executed: case 't': yyCharClass->addCategories((1 << (QChar::Letter_Titlecase))); break;never executed: break; | 0 |
| 2373 | case never executed: case 'm': 'm':never executed: case 'm': yyCharClass->addCategories((1 << (QChar::Letter_Modifier))); break;never executed: break; | 0 |
| 2374 | case never executed: case 'o': 'o':never executed: case 'o': yyCharClass->addCategories((1 << (QChar::Letter_Other))); break;never executed: break; | 0 |
| 2375 | default never executed: default: :never executed: default: error("invalid category"); break;never executed: break; | 0 |
| 2376 | } | - |
| 2377 | } | - |
| 2378 | break; never executed: break; | 0 |
| 2379 | case never executed: case 'P': 'P':never executed: case 'P': | 0 |
| 2380 | if (catlen == 1| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2381 | yyCharClass->addCategories((1 << (QChar::Punctuation_Connector)) | | - |
| 2382 | (1 << (QChar::Punctuation_Dash)) | | - |
| 2383 | (1 << (QChar::Punctuation_Open)) | | - |
| 2384 | (1 << (QChar::Punctuation_Close)) | | - |
| 2385 | (1 << (QChar::Punctuation_InitialQuote)) | | - |
| 2386 | (1 << (QChar::Punctuation_FinalQuote)) | | - |
| 2387 | (1 << (QChar::Punctuation_Other))); | - |
| 2388 | } never executed: end of block else { | 0 |
| 2389 | switch (category.at(1)) { | - |
| 2390 | case never executed: case 'c': 'c':never executed: case 'c': yyCharClass->addCategories((1 << (QChar::Punctuation_Connector))); break;never executed: break; | 0 |
| 2391 | case never executed: case 'd': 'd':never executed: case 'd': yyCharClass->addCategories((1 << (QChar::Punctuation_Dash))); break;never executed: break; | 0 |
| 2392 | case never executed: case 's': 's':never executed: case 's': yyCharClass->addCategories((1 << (QChar::Punctuation_Open))); break;never executed: break; | 0 |
| 2393 | case never executed: case 'e': 'e':never executed: case 'e': yyCharClass->addCategories((1 << (QChar::Punctuation_Close))); break;never executed: break; | 0 |
| 2394 | case never executed: case 'i': 'i':never executed: case 'i': yyCharClass->addCategories((1 << (QChar::Punctuation_InitialQuote))); break;never executed: break; | 0 |
| 2395 | case never executed: case 'f': 'f':never executed: case 'f': yyCharClass->addCategories((1 << (QChar::Punctuation_FinalQuote))); break;never executed: break; | 0 |
| 2396 | case never executed: case 'o': 'o':never executed: case 'o': yyCharClass->addCategories((1 << (QChar::Punctuation_Other))); break;never executed: break; | 0 |
| 2397 | default never executed: default: :never executed: default: error("invalid category"); break;never executed: break; | 0 |
| 2398 | } | - |
| 2399 | } | - |
| 2400 | break; never executed: break; | 0 |
| 2401 | case never executed: case 'S': 'S':never executed: case 'S': | 0 |
| 2402 | if (catlen == 1| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2403 | yyCharClass->addCategories((1 << (QChar::Symbol_Math)) | | - |
| 2404 | (1 << (QChar::Symbol_Currency)) | | - |
| 2405 | (1 << (QChar::Symbol_Modifier)) | | - |
| 2406 | (1 << (QChar::Symbol_Other))); | - |
| 2407 | } never executed: end of block else { | 0 |
| 2408 | switch (category.at(1)) { | - |
| 2409 | case never executed: case 'm': 'm':never executed: case 'm': yyCharClass->addCategories((1 << (QChar::Symbol_Math))); break;never executed: break; | 0 |
| 2410 | case never executed: case 'c': 'c':never executed: case 'c': yyCharClass->addCategories((1 << (QChar::Symbol_Currency))); break;never executed: break; | 0 |
| 2411 | case never executed: case 'k': 'k':never executed: case 'k': yyCharClass->addCategories((1 << (QChar::Symbol_Modifier))); break;never executed: break; | 0 |
| 2412 | case never executed: case 'o': 'o':never executed: case 'o': yyCharClass->addCategories((1 << (QChar::Symbol_Other))); break;never executed: break; | 0 |
| 2413 | default never executed: default: :never executed: default: error("invalid category"); break;never executed: break; | 0 |
| 2414 | } | - |
| 2415 | } | - |
| 2416 | break; never executed: break; | 0 |
| 2417 | default never executed: default: :never executed: default: | 0 |
| 2418 | error("invalid category"); | - |
| 2419 | break; never executed: break; | 0 |
| 2420 | } | - |
| 2421 | } else if (catlen > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& category.at(0) == 'I'| TRUE | never evaluated | | FALSE | never evaluated |
&& category.at(1) == 's'| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2422 | static const int N = sizeof(categoriesRangeMap) / sizeof(categoriesRangeMap[0]); | - |
| 2423 | const char * const categoryFamily = category.constData() + 2; | - |
| 2424 | const CategoriesRangeMapEntry *r = std::lower_bound(categoriesRangeMap, categoriesRangeMap + N, categoryFamily); | - |
| 2425 | if (r != categoriesRangeMap + N| TRUE | never evaluated | | FALSE | never evaluated |
&& qstrcmp(r->name, categoryFamily) == 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 2426 | yyCharClass->addRange(r->first, r->second); never executed: yyCharClass->addRange(r->first, r->second); | 0 |
| 2427 | else | - |
| 2428 | error("invalid category"); never executed: error("invalid category"); | 0 |
| 2429 | } else { | - |
| 2430 | error("invalid category"); | - |
| 2431 | } never executed: end of block | 0 |
| 2432 | return never executed: return Tok_CharClass; Tok_CharClass;never executed: return Tok_CharClass; | 0 |
| 2433 | } else { | - |
| 2434 | break;executed 2 times by 1 test: break; | 2 |
| 2435 | } | - |
| 2436 | | - |
| 2437 | | - |
| 2438 | caseexecuted 2240 times by 1 test: case 'x': 'x':executed 2240 times by 1 test: case 'x': | 2240 |
| 2439 | val = 0; | - |
| 2440 | for (i = 0; i < 4| TRUE | evaluated 6720 times by 1 test | | FALSE | never evaluated |
; i++) { | 0-6720 |
| 2441 | low = QChar(yyCh).toLower().unicode(); | - |
| 2442 | if (low >= '0'| TRUE | evaluated 5600 times by 1 test | | FALSE | evaluated 1120 times by 1 test |
&& low <= '9'| TRUE | evaluated 2240 times by 1 test | | FALSE | evaluated 3360 times by 1 test |
) | 1120-5600 |
| 2443 | val = (val << 4) | (low - '0');executed 2240 times by 1 test: val = (val << 4) | (low - '0'); | 2240 |
| 2444 | else if (low >= 'a'| TRUE | evaluated 2240 times by 1 test | | FALSE | evaluated 2240 times by 1 test |
&& low <= 'f'| TRUE | evaluated 2240 times by 1 test | | FALSE | never evaluated |
) | 0-2240 |
| 2445 | val = (val << 4) | (low - 'a' + 10);executed 2240 times by 1 test: val = (val << 4) | (low - 'a' + 10); | 2240 |
| 2446 | else | - |
| 2447 | break;executed 2240 times by 1 test: break; | 2240 |
| 2448 | yyCh = getChar(); | - |
| 2449 | }executed 4480 times by 1 test: end of block | 4480 |
| 2450 | returnexecuted 2240 times by 1 test: return Tok_Char | val; Tok_Char | val;executed 2240 times by 1 test: return Tok_Char | val; | 2240 |
| 2451 | | - |
| 2452 | defaultexecuted 2944 times by 44 tests: default:Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslKey
- ...
:executed 2944 times by 44 tests: default:Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslKey
- ...
| 2944 |
| 2453 | break;executed 2944 times by 44 tests: break;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslKey
- ...
| 2944 |
| 2454 | } | - |
| 2455 | if (prevCh >= '1'| TRUE | evaluated 1975 times by 11 testsEvaluated by:- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QGraphicsProxyWidget
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 981 times by 41 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslKey
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- ...
|
&& prevCh <= '9'| TRUE | evaluated 190 times by 1 test | | FALSE | evaluated 1785 times by 11 testsEvaluated by:- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QGraphicsProxyWidget
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 190-1975 |
| 2456 | | - |
| 2457 | val = prevCh - '0'; | - |
| 2458 | while (yyCh >= '0'| TRUE | evaluated 145 times by 1 test | | FALSE | evaluated 65 times by 1 test |
&& yyCh <= '9'| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 125 times by 1 test |
) { | 20-145 |
| 2459 | val = (val * 10) + (yyCh - '0'); | - |
| 2460 | yyCh = getChar(); | - |
| 2461 | }executed 20 times by 1 test: end of block | 20 |
| 2462 | returnexecuted 190 times by 1 test: return Tok_BackRef | val; Tok_BackRef | val;executed 190 times by 1 test: return Tok_BackRef | val; | 190 |
| 2463 | | - |
| 2464 | | - |
| 2465 | | - |
| 2466 | } | - |
| 2467 | returnexecuted 2766 times by 44 tests: return Tok_Char | prevCh;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslKey
- ...
Tok_Char | prevCh;executed 2766 times by 44 tests: return Tok_Char | prevCh;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslKey
- ...
| 2766 |
| 2468 | } | - |
| 2469 | | - |
| 2470 | | - |
| 2471 | int QRegExpEngine::getRep(int def) | - |
| 2472 | { | - |
| 2473 | if (yyCh >= '0'| TRUE | evaluated 1222 times by 13 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
| | FALSE | evaluated 4 times by 1 test |
&& yyCh <= '9'| TRUE | evaluated 860 times by 12 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
| | FALSE | evaluated 362 times by 5 testsEvaluated by:- tst_QDataStream
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
|
) { | 4-1222 |
| 2474 | int rep = 0; | - |
| 2475 | do { | - |
| 2476 | rep = 10 * rep + yyCh - '0'; | - |
| 2477 | if (rep >= InftyRep| TRUE | never evaluated | | FALSE | evaluated 1180 times by 12 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
|
) { | 0-1180 |
| 2478 | error("bad repetition syntax"); | - |
| 2479 | rep = def; | - |
| 2480 | } never executed: end of block | 0 |
| 2481 | yyCh = getChar(); | - |
| 2482 | }executed 1180 times by 12 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
while (yyCh >= '0'| TRUE | evaluated 587 times by 12 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
| | FALSE | evaluated 593 times by 9 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTime
|
&& yyCh <= '9'| TRUE | evaluated 320 times by 1 test | | FALSE | evaluated 267 times by 12 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
|
); | 267-1180 |
| 2483 | returnexecuted 860 times by 12 tests: return rep;Executed by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
rep;executed 860 times by 12 tests: return rep;Executed by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
| 860 |
| 2484 | } else { | - |
| 2485 | returnexecuted 366 times by 5 tests: return def;Executed by:- tst_QDataStream
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
def;executed 366 times by 5 tests: return def;Executed by:- tst_QDataStream
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
| 366 |
| 2486 | } | - |
| 2487 | } | - |
| 2488 | | - |
| 2489 | | - |
| 2490 | | - |
| 2491 | void QRegExpEngine::skipChars(int n) | - |
| 2492 | { | - |
| 2493 | if (n > 0| TRUE | evaluated 78 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | evaluated 48 times by 1 test |
) { | 48-78 |
| 2494 | yyPos += n - 1; | - |
| 2495 | yyCh = getChar(); | - |
| 2496 | }executed 78 times by 2 tests: end of blockExecuted by:- tst_QRegExp
- tst_QTextDocument
| 78 |
| 2497 | }executed 126 times by 2 tests: end of blockExecuted by:- tst_QRegExp
- tst_QTextDocument
| 126 |
| 2498 | | - |
| 2499 | | - |
| 2500 | void QRegExpEngine::error(const char *msg) | - |
| 2501 | { | - |
| 2502 | if (yyError.isEmpty()| TRUE | evaluated 52 times by 4 testsEvaluated by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| | FALSE | evaluated 84 times by 4 testsEvaluated by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
|
) | 52-84 |
| 2503 | yyError = QLatin1String(msg);executed 52 times by 4 tests: yyError = QLatin1String(msg);Executed by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| 52 |
| 2504 | }executed 136 times by 4 tests: end of blockExecuted by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| 136 |
| 2505 | | - |
| 2506 | void QRegExpEngine::startTokenizer(const QChar *rx, int len) | - |
| 2507 | { | - |
| 2508 | yyIn = rx; | - |
| 2509 | yyPos0 = 0; | - |
| 2510 | yyPos = 0; | - |
| 2511 | yyLen = len; | - |
| 2512 | yyCh = getChar(); | - |
| 2513 | yyCharClass.reset(new QRegExpCharClass); | - |
| 2514 | yyMinRep = 0; | - |
| 2515 | yyMaxRep = 0; | - |
| 2516 | yyError = QString(); | - |
| 2517 | }executed 1750 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1750 |
| 2518 | | - |
| 2519 | int QRegExpEngine::getToken() | - |
| 2520 | { | - |
| 2521 | | - |
| 2522 | ushort pendingCh = 0; | - |
| 2523 | bool charPending; | - |
| 2524 | bool rangePending; | - |
| 2525 | int tok; | - |
| 2526 | | - |
| 2527 | int prevCh = yyCh; | - |
| 2528 | | - |
| 2529 | yyPos0 = yyPos - 1; | - |
| 2530 | | - |
| 2531 | yyCharClass->clear(); | - |
| 2532 | | - |
| 2533 | yyMinRep = 0; | - |
| 2534 | yyMaxRep = 0; | - |
| 2535 | yyCh = getChar(); | - |
| 2536 | | - |
| 2537 | switch (prevCh) { | - |
| 2538 | caseexecuted 1625 times by 105 tests: case EOS:Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
EOS:executed 1625 times by 105 tests: case EOS:Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1625 |
| 2539 | yyPos0 = yyPos; | - |
| 2540 | returnexecuted 1625 times by 105 tests: return Tok_Eos;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
Tok_Eos;executed 1625 times by 105 tests: return Tok_Eos;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1625 |
| 2541 | caseexecuted 105 times by 17 tests: case '$':Executed by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
'$':executed 105 times by 17 tests: case '$':Executed by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 105 |
| 2542 | returnexecuted 105 times by 17 tests: return Tok_Dollar;Executed by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
Tok_Dollar;executed 105 times by 17 tests: return Tok_Dollar;Executed by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 105 |
| 2543 | caseexecuted 1678 times by 25 tests: case '(':Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
'(':executed 1678 times by 25 tests: case '(':Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 1678 |
| 2544 | if (yyCh == '?'| TRUE | evaluated 991 times by 6 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QSslCertificate
- tst_QTextDocument
- tst_QTime
| | FALSE | evaluated 687 times by 25 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) { | 687-991 |
| 2545 | prevCh = getChar(); | - |
| 2546 | yyCh = getChar(); | - |
| 2547 | switch (prevCh) { | - |
| 2548 | | - |
| 2549 | caseexecuted 90 times by 2 tests: case '!':Executed by:- tst_QRegExp
- tst_QTextDocument
'!':executed 90 times by 2 tests: case '!':Executed by:- tst_QRegExp
- tst_QTextDocument
| 90 |
| 2550 | returnexecuted 90 times by 2 tests: return Tok_NegLookahead;Executed by:- tst_QRegExp
- tst_QTextDocument
Tok_NegLookahead;executed 90 times by 2 tests: return Tok_NegLookahead;Executed by:- tst_QRegExp
- tst_QTextDocument
| 90 |
| 2551 | caseexecuted 36 times by 1 test: case '=': '=':executed 36 times by 1 test: case '=': | 36 |
| 2552 | returnexecuted 36 times by 1 test: return Tok_PosLookahead; Tok_PosLookahead;executed 36 times by 1 test: return Tok_PosLookahead; | 36 |
| 2553 | | - |
| 2554 | caseexecuted 865 times by 5 tests: case ':':Executed by:- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QSslCertificate
- tst_QTime
':':executed 865 times by 5 tests: case ':':Executed by:- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QSslCertificate
- tst_QTime
| 865 |
| 2555 | returnexecuted 865 times by 5 tests: return Tok_MagicLeftParen;Executed by:- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QSslCertificate
- tst_QTime
Tok_MagicLeftParen;executed 865 times by 5 tests: return Tok_MagicLeftParen;Executed by:- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QSslCertificate
- tst_QTime
| 865 |
| 2556 | case never executed: case '<': '<':never executed: case '<': | 0 |
| 2557 | error("lookbehinds not supported, see QTBUG-2371"); | - |
| 2558 | return never executed: return Tok_MagicLeftParen; Tok_MagicLeftParen;never executed: return Tok_MagicLeftParen; | 0 |
| 2559 | default never executed: default: :never executed: default: | 0 |
| 2560 | error("bad lookahead syntax"); | - |
| 2561 | return never executed: return Tok_MagicLeftParen; Tok_MagicLeftParen;never executed: return Tok_MagicLeftParen; | 0 |
| 2562 | } | - |
| 2563 | } else { | - |
| 2564 | returnexecuted 687 times by 25 tests: return Tok_LeftParen;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
Tok_LeftParen;executed 687 times by 25 tests: return Tok_LeftParen;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 687 |
| 2565 | } | - |
| 2566 | caseexecuted 1915 times by 25 tests: case ')':Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
')':executed 1915 times by 25 tests: case ')':Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 1915 |
| 2567 | returnexecuted 1915 times by 25 tests: return Tok_RightParen;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
Tok_RightParen;executed 1915 times by 25 tests: return Tok_RightParen;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 1915 |
| 2568 | caseexecuted 1995 times by 78 tests: case '*':Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
'*':executed 1995 times by 78 tests: case '*':Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| 1995 |
| 2569 | yyMinRep = 0; | - |
| 2570 | yyMaxRep = InftyRep; | - |
| 2571 | returnexecuted 1995 times by 78 tests: return Tok_Quantifier;Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
Tok_Quantifier;executed 1995 times by 78 tests: return Tok_Quantifier;Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| 1995 |
| 2572 | caseexecuted 274 times by 22 tests: case '+':Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QNetworkReply
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTime
- tst_qmakelib
'+':executed 274 times by 22 tests: case '+':Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QNetworkReply
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTime
- tst_qmakelib
| 274 |
| 2573 | yyMinRep = 1; | - |
| 2574 | yyMaxRep = InftyRep; | - |
| 2575 | returnexecuted 274 times by 22 tests: return Tok_Quantifier;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QNetworkReply
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTime
- tst_qmakelib
Tok_Quantifier;executed 274 times by 22 tests: return Tok_Quantifier;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QNetworkReply
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTime
- tst_qmakelib
| 274 |
| 2576 | caseexecuted 315 times by 72 tests: case '.':Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QItemModel
- ...
'.':executed 315 times by 72 tests: case '.':Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QItemModel
- ...
| 315 |
| 2577 | | - |
| 2578 | yyCharClass->setNegative(true); | - |
| 2579 | | - |
| 2580 | returnexecuted 315 times by 72 tests: return Tok_CharClass;Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QItemModel
- ...
Tok_CharClass;executed 315 times by 72 tests: return Tok_CharClass;Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QItemModel
- ...
| 315 |
| 2581 | caseexecuted 161 times by 9 tests: case '?':Executed by:- tst_Collections
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QTextDocument
- tst_QTime
'?':executed 161 times by 9 tests: case '?':Executed by:- tst_Collections
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QTextDocument
- tst_QTime
| 161 |
| 2582 | yyMinRep = 0; | - |
| 2583 | yyMaxRep = 1; | - |
| 2584 | returnexecuted 161 times by 9 tests: return Tok_Quantifier;Executed by:- tst_Collections
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QTextDocument
- tst_QTime
Tok_Quantifier;executed 161 times by 9 tests: return Tok_Quantifier;Executed by:- tst_Collections
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslKey
- tst_QTextDocument
- tst_QTime
| 161 |
| 2585 | caseexecuted 2208 times by 50 tests: case '[':Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
'[':executed 2208 times by 50 tests: case '[':Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
| 2208 |
| 2586 | | - |
| 2587 | if (yyCh == '^'| TRUE | evaluated 1207 times by 10 testsEvaluated by:- tst_ModelTest
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QSharedMemory
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
| | FALSE | evaluated 1001 times by 44 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- ...
|
) { | 1001-1207 |
| 2588 | yyCharClass->setNegative(true); | - |
| 2589 | yyCh = getChar(); | - |
| 2590 | }executed 1207 times by 10 tests: end of blockExecuted by:- tst_ModelTest
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QSharedMemory
- tst_QSslCertificate
- tst_QString
- tst_QSystemSemaphore
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
| 1207 |
| 2591 | charPending = false; | - |
| 2592 | rangePending = false; | - |
| 2593 | do { | - |
| 2594 | if (yyCh == '-'| TRUE | evaluated 2502 times by 41 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
| | FALSE | evaluated 11455 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
&& charPending| TRUE | evaluated 2501 times by 41 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
| | FALSE | evaluated 1 time by 1 test |
&& !rangePending| TRUE | evaluated 2501 times by 41 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
| | FALSE | never evaluated |
) { | 0-11455 |
| 2595 | rangePending = true; | - |
| 2596 | yyCh = getChar(); | - |
| 2597 | }executed 2501 times by 41 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
else { | 2501 |
| 2598 | if (charPending| TRUE | evaluated 7716 times by 49 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- ...
| | FALSE | evaluated 3740 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
&& !rangePending| TRUE | evaluated 5221 times by 29 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_QXmlStream
- ...
| | FALSE | evaluated 2495 times by 41 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
|
) { | 2495-7716 |
| 2599 | yyCharClass->addSingleton(pendingCh); | - |
| 2600 | charPending = false; | - |
| 2601 | }executed 5221 times by 29 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_QXmlStream
- ...
| 5221 |
| 2602 | if (yyCh == '\\'| TRUE | evaluated 5816 times by 19 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QMimeDatabase
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslCertificate
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qmakelib
| | FALSE | evaluated 5640 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
) { | 5640-5816 |
| 2603 | yyCh = getChar(); | - |
| 2604 | tok = getEscape(); | - |
| 2605 | if (tok == Tok_Word| TRUE | never evaluated | | FALSE | evaluated 5816 times by 19 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QMimeDatabase
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslCertificate
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qmakelib
|
) | 0-5816 |
| 2606 | tok = '\b'; never executed: tok = '\b'; | 0 |
| 2607 | }executed 5816 times by 19 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QMimeDatabase
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSslCertificate
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qmakelib
else { | 5816 |
| 2608 | tok = Tok_Char | yyCh; | - |
| 2609 | yyCh = getChar(); | - |
| 2610 | }executed 5640 times by 50 tests: end of blockExecuted by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
| 5640 |
| 2611 | if (tok == Tok_CharClass| TRUE | never evaluated | | FALSE | evaluated 11456 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
) { | 0-11456 |
| 2612 | if (rangePending| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 2613 | yyCharClass->addSingleton('-'); | - |
| 2614 | yyCharClass->addSingleton(pendingCh); | - |
| 2615 | charPending = false; | - |
| 2616 | rangePending = false; | - |
| 2617 | } never executed: end of block | 0 |
| 2618 | } never executed: end of block else if ((| TRUE | evaluated 11456 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
| | FALSE | never evaluated |
tok & Tok_Char) != 0| TRUE | evaluated 11456 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
| | FALSE | never evaluated |
) { | 0-11456 |
| 2619 | if (rangePending| TRUE | evaluated 2495 times by 41 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
| | FALSE | evaluated 8961 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
) { | 2495-8961 |
| 2620 | yyCharClass->addRange(pendingCh, tok ^ Tok_Char); | - |
| 2621 | charPending = false; | - |
| 2622 | rangePending = false; | - |
| 2623 | }executed 2495 times by 41 tests: end of blockExecuted by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- ...
else { | 2495 |
| 2624 | pendingCh = tok ^ Tok_Char; | - |
| 2625 | charPending = true; | - |
| 2626 | }executed 8961 times by 50 tests: end of blockExecuted by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
| 8961 |
| 2627 | } else { | - |
| 2628 | error("bad char class syntax"); | - |
| 2629 | } never executed: end of block | 0 |
| 2630 | } | - |
| 2631 | } while (yyCh != ']'| TRUE | evaluated 11769 times by 49 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- ...
| | FALSE | evaluated 2188 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
&& yyCh != EOS| TRUE | evaluated 11749 times by 49 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- ...
| | FALSE | evaluated 20 times by 1 test |
); | 20-11769 |
| 2632 | if (rangePending| TRUE | evaluated 6 times by 3 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QTime
| | FALSE | evaluated 2202 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
) | 6-2202 |
| 2633 | yyCharClass->addSingleton('-');executed 6 times by 3 tests: yyCharClass->addSingleton('-');Executed by:- tst_QDate
- tst_QDateTime
- tst_QTime
| 6 |
| 2634 | if (charPending| TRUE | evaluated 1245 times by 30 testsEvaluated by:- tst_ModelTest
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- ...
| | FALSE | evaluated 963 times by 35 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPixmap
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- ...
|
) | 963-1245 |
| 2635 | yyCharClass->addSingleton(pendingCh);executed 1245 times by 30 tests: yyCharClass->addSingleton(pendingCh);Executed by:- tst_ModelTest
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- ...
| 1245 |
| 2636 | if (yyCh == EOS| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 2188 times by 50 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
|
) | 20-2188 |
| 2637 | error("unexpected end");executed 20 times by 1 test: error("unexpected end"); | 20 |
| 2638 | else | - |
| 2639 | yyCh = getChar();executed 2188 times by 50 tests: yyCh = getChar();Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
| 2188 |
| 2640 | returnexecuted 2208 times by 50 tests: return Tok_CharClass;Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
Tok_CharClass;executed 2208 times by 50 tests: return Tok_CharClass;Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- ...
| 2208 |
| 2641 | | - |
| 2642 | | - |
| 2643 | | - |
| 2644 | | - |
| 2645 | caseexecuted 1964 times by 51 tests: case '\\':Executed by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
'\\':executed 1964 times by 51 tests: case '\\':Executed by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
| 1964 |
| 2646 | returnexecuted 1964 times by 51 tests: return getEscape();Executed by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
getEscape();executed 1964 times by 51 tests: return getEscape();Executed by:- tst_Collections
- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- ...
| 1964 |
| 2647 | caseexecuted 22 times by 2 tests: case ']':Executed by:- tst_QDataStream
- tst_QRegExp
']':executed 22 times by 2 tests: case ']':Executed by:- tst_QDataStream
- tst_QRegExp
| 22 |
| 2648 | error("missing left delim"); | - |
| 2649 | returnexecuted 22 times by 2 tests: return Tok_Char | ']';Executed by:- tst_QDataStream
- tst_QRegExp
Tok_Char | ']';executed 22 times by 2 tests: return Tok_Char | ']';Executed by:- tst_QDataStream
- tst_QRegExp
| 22 |
| 2650 | caseexecuted 132 times by 30 tests: case '^':Executed by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
'^':executed 132 times by 30 tests: case '^':Executed by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| 132 |
| 2651 | returnexecuted 132 times by 30 tests: return Tok_Caret;Executed by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
Tok_Caret;executed 132 times by 30 tests: return Tok_Caret;Executed by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| 132 |
| 2652 | caseexecuted 629 times by 13 tests: case '{':Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
'{':executed 629 times by 13 tests: case '{':Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
| 629 |
| 2653 | | - |
| 2654 | yyMinRep = getRep(0); | - |
| 2655 | yyMaxRep = yyMinRep; | - |
| 2656 | if (yyCh == ','| TRUE | evaluated 597 times by 9 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTime
| | FALSE | evaluated 32 times by 6 testsEvaluated by:- tst_QDataStream
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
|
) { | 32-597 |
| 2657 | yyCh = getChar(); | - |
| 2658 | yyMaxRep = getRep(InftyRep); | - |
| 2659 | }executed 597 times by 9 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTime
| 597 |
| 2660 | if (yyMaxRep < yyMinRep| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 628 times by 13 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
|
) | 1-628 |
| 2661 | error("invalid interval");executed 1 time by 1 test: error("invalid interval"); | 1 |
| 2662 | if (yyCh != '}'| TRUE | evaluated 13 times by 1 test | | FALSE | evaluated 616 times by 12 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
|
) | 13-616 |
| 2663 | error("bad repetition syntax");executed 13 times by 1 test: error("bad repetition syntax"); | 13 |
| 2664 | yyCh = getChar(); | - |
| 2665 | returnexecuted 629 times by 13 tests: return Tok_Quantifier;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
Tok_Quantifier;executed 629 times by 13 tests: return Tok_Quantifier;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
- tst_QTime
| 629 |
| 2666 | | - |
| 2667 | | - |
| 2668 | | - |
| 2669 | | - |
| 2670 | caseexecuted 466 times by 11 tests: case '|':Executed by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
'|':executed 466 times by 11 tests: case '|':Executed by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| 466 |
| 2671 | returnexecuted 466 times by 11 tests: return Tok_Bar;Executed by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
Tok_Bar;executed 466 times by 11 tests: return Tok_Bar;Executed by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| 466 |
| 2672 | caseexecuted 13 times by 1 test: case '}': '}':executed 13 times by 1 test: case '}': | 13 |
| 2673 | error("missing left delim"); | - |
| 2674 | returnexecuted 13 times by 1 test: return Tok_Char | '}'; Tok_Char | '}';executed 13 times by 1 test: return Tok_Char | '}'; | 13 |
| 2675 | defaultexecuted 20987 times by 54 tests: default:Executed by:- tst_Lancelot
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- tst_QMimeDatabase
- tst_QNetworkCookie
- ...
:executed 20987 times by 54 tests: default:Executed by:- tst_Lancelot
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- tst_QMimeDatabase
- tst_QNetworkCookie
- ...
| 20987 |
| 2676 | returnexecuted 20987 times by 54 tests: return Tok_Char | prevCh;Executed by:- tst_Lancelot
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- tst_QMimeDatabase
- tst_QNetworkCookie
- ...
Tok_Char | prevCh;executed 20987 times by 54 tests: return Tok_Char | prevCh;Executed by:- tst_Lancelot
- tst_QAbstractItemModel
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- tst_QLineEdit
- tst_QMetaType
- tst_QMimeDatabase
- tst_QNetworkCookie
- ...
| 20987 |
| 2677 | } | - |
| 2678 | } | - |
| 2679 | | - |
| 2680 | int QRegExpEngine::parse(const QChar *pattern, int len) | - |
| 2681 | { | - |
| 2682 | valid = true; | - |
| 2683 | startTokenizer(pattern, len); | - |
| 2684 | yyTok = getToken(); | - |
| 2685 | | - |
| 2686 | yyMayCapture = true; | - |
| 2687 | | - |
| 2688 | | - |
| 2689 | | - |
| 2690 | | - |
| 2691 | | - |
| 2692 | int atom = startAtom(false); | - |
| 2693 | | - |
| 2694 | QRegExpCharClass anything; | - |
| 2695 | Box box(this); | - |
| 2696 | box.set(anything); | - |
| 2697 | Box rightBox(this); | - |
| 2698 | rightBox.set(anything); | - |
| 2699 | | - |
| 2700 | Box middleBox(this); | - |
| 2701 | parseExpression(&middleBox); | - |
| 2702 | | - |
| 2703 | finishAtom(atom, false); | - |
| 2704 | | - |
| 2705 | | - |
| 2706 | middleBox.setupHeuristics(); | - |
| 2707 | | - |
| 2708 | box.cat(middleBox); | - |
| 2709 | box.cat(rightBox); | - |
| 2710 | yyCharClass.reset(0); | - |
| 2711 | | - |
| 2712 | | - |
| 2713 | for (int i = 0; i < nf| TRUE | evaluated 31643 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 1750 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
; ++i) { | 1750-31643 |
| 2714 | switch (f[i].capture) { | - |
| 2715 | caseexecuted 29864 times by 105 tests: case QRegExpAtom::NoCapture:Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
QRegExpAtom::NoCapture:executed 29864 times by 105 tests: case QRegExpAtom::NoCapture:Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 29864 |
| 2716 | break;executed 29864 times by 105 tests: break;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 29864 |
| 2717 | caseexecuted 643 times by 25 tests: case QRegExpAtom::OfficialCapture:Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
QRegExpAtom::OfficialCapture:executed 643 times by 25 tests: case QRegExpAtom::OfficialCapture:Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 643 |
| 2718 | f[i].capture = ncap; | - |
| 2719 | captureForOfficialCapture.append(ncap); | - |
| 2720 | ++ncap; | - |
| 2721 | ++officialncap; | - |
| 2722 | break;executed 643 times by 25 tests: break;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 643 |
| 2723 | caseexecuted 1136 times by 1 test: case QRegExpAtom::UnofficialCapture: QRegExpAtom::UnofficialCapture:executed 1136 times by 1 test: case QRegExpAtom::UnofficialCapture: | 1136 |
| 2724 | f[i].capture = greedyQuantifiers| TRUE | evaluated 1136 times by 1 test | | FALSE | never evaluated |
? ncap++ : QRegExpAtom::NoCapture; | 0-1136 |
| 2725 | }executed 1136 times by 1 test: end of block | 1136 |
| 2726 | }executed 31643 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 31643 |
| 2727 | | - |
| 2728 | | - |
| 2729 | | - |
| 2730 | if (officialncap == 0| TRUE | evaluated 1515 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHeaderView
- ...
| | FALSE | evaluated 235 times by 25 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
&& nbrefs == 0| TRUE | evaluated 1512 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHeaderView
- ...
| | FALSE | evaluated 3 times by 1 test |
) { | 3-1515 |
| 2731 | ncap = nf = 0; | - |
| 2732 | f.clear(); | - |
| 2733 | }executed 1512 times by 99 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHeaderView
- ...
| 1512 |
| 2734 | | - |
| 2735 | | - |
| 2736 | | - |
| 2737 | for (int i = 0; i < nbrefs - officialncap| TRUE | evaluated 11 times by 1 test | | FALSE | evaluated 1750 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
; ++i) { | 11-1750 |
| 2738 | captureForOfficialCapture.append(ncap); | - |
| 2739 | ++ncap; | - |
| 2740 | }executed 11 times by 1 test: end of block | 11 |
| 2741 | | - |
| 2742 | | - |
| 2743 | | - |
| 2744 | if (!yyError.isEmpty()| TRUE | evaluated 52 times by 4 testsEvaluated by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| | FALSE | evaluated 1698 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) | 52-1698 |
| 2745 | returnexecuted 52 times by 4 tests: return -1;Executed by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
-1;executed 52 times by 4 tests: return -1;Executed by:- tst_QDataStream
- tst_QRegExp
- tst_QString
- tst_QXmlSimpleReader
| 52 |
| 2746 | | - |
| 2747 | | - |
| 2748 | const QRegExpAutomatonState &sinit = s.at(InitialState); | - |
| 2749 | caretAnchored = !sinit.anchors.isEmpty(); | - |
| 2750 | if (caretAnchored| TRUE | evaluated 1698 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | never evaluated |
) { | 0-1698 |
| 2751 | const QMap<int, int> &anchors = sinit.anchors; | - |
| 2752 | QMap<int, int>::const_iterator a; | - |
| 2753 | for (a = anchors.constBegin(); a != anchors.constEnd()| TRUE | evaluated 1893 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 102 times by 28 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- ...
|
; ++a) { | 102-1893 |
| 2754 | if ( | - |
| 2755 | | - |
| 2756 | (*| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 1887 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
a & Anchor_Alternation) != 0| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 1887 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
|| | 6-1887 |
| 2757 | | - |
| 2758 | (*| TRUE | evaluated 1590 times by 100 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHeaderView
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| | FALSE | evaluated 297 times by 29 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
|
a & Anchor_Caret) == 0| TRUE | evaluated 1590 times by 100 testsEvaluated by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHeaderView
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| | FALSE | evaluated 297 times by 29 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
|
) | 297-1590 |
| 2759 | { | - |
| 2760 | caretAnchored = false; | - |
| 2761 | break;executed 1596 times by 100 tests: break;Executed by:- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHeaderView
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| 1596 |
| 2762 | } | - |
| 2763 | }executed 297 times by 29 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
| 297 |
| 2764 | }executed 1698 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1698 |
| 2765 | | - |
| 2766 | | - |
| 2767 | | - |
| 2768 | int numStates = s.count(); | - |
| 2769 | for (int i = 0; i < numStates| TRUE | evaluated 28044 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 1698 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
; ++i) { | 1698-28044 |
| 2770 | QRegExpAutomatonState &state = s[i]; | - |
| 2771 | if (!state.anchors.isEmpty()| TRUE | evaluated 26338 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 1706 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 1706-26338 |
| 2772 | QMap<int, int>::iterator a = state.anchors.begin(); | - |
| 2773 | while (a != state.anchors.end()| TRUE | evaluated 35404 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 26338 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 26338-35404 |
| 2774 | if (a.value() == 0| TRUE | evaluated 33556 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 1848 times by 29 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
|
) | 1848-33556 |
| 2775 | a = state.anchors.erase(a);executed 33556 times by 105 tests: a = state.anchors.erase(a);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 33556 |
| 2776 | else | - |
| 2777 | ++executed 1848 times by 29 tests: ++a;Executed by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
a;executed 1848 times by 29 tests: ++a;Executed by:- tst_Collections
- tst_Lancelot
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- ...
| 1848 |
| 2778 | } | - |
| 2779 | }executed 26338 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 26338 |
| 2780 | }executed 28044 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 28044 |
| 2781 | | - |
| 2782 | returnexecuted 1698 times by 105 tests: return yyPos0;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
yyPos0;executed 1698 times by 105 tests: return yyPos0;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1698 |
| 2783 | } | - |
| 2784 | | - |
| 2785 | void QRegExpEngine::parseAtom(Box *box) | - |
| 2786 | { | - |
| 2787 | | - |
| 2788 | QRegExpEngine *eng = 0; | - |
| 2789 | bool neg; | - |
| 2790 | int len; | - |
| 2791 | | - |
| 2792 | | - |
| 2793 | if ((| TRUE | evaluated 22520 times by 68 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- ...
| | FALSE | evaluated 5415 times by 96 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
|
yyTok & Tok_Char) != 0| TRUE | evaluated 22520 times by 68 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- ...
| | FALSE | evaluated 5415 times by 96 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
|
) { | 5415-22520 |
| 2794 | box->set(QChar(yyTok ^ Tok_Char)); | - |
| 2795 | }executed 22520 times by 68 tests: end of blockExecuted by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLibrary
- ...
else { | 22520 |
| 2796 | | - |
| 2797 | trivial = false; | - |
| 2798 | | - |
| 2799 | switch (yyTok) { | - |
| 2800 | caseexecuted 105 times by 17 tests: case Tok_Dollar:Executed by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
Tok_Dollar:executed 105 times by 17 tests: case Tok_Dollar:Executed by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 105 |
| 2801 | box->catAnchor(Anchor_Dollar); | - |
| 2802 | break;executed 105 times by 17 tests: break;Executed by:- tst_Collections
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 105 |
| 2803 | caseexecuted 132 times by 30 tests: case Tok_Caret:Executed by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
Tok_Caret:executed 132 times by 30 tests: case Tok_Caret:Executed by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| 132 |
| 2804 | box->catAnchor(Anchor_Caret); | - |
| 2805 | break;executed 132 times by 30 tests: break;Executed by:- tst_Collections
- tst_Lancelot
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QPixmap
- tst_QPrinterInfo
- tst_QProcess
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- ...
| 132 |
| 2806 | | - |
| 2807 | caseexecuted 36 times by 1 test: case Tok_PosLookahead: Tok_PosLookahead:executed 36 times by 1 test: case Tok_PosLookahead: | 36 |
| 2808 | caseexecuted 90 times by 2 tests: case Tok_NegLookahead:Executed by:- tst_QRegExp
- tst_QTextDocument
Tok_NegLookahead:executed 90 times by 2 tests: case Tok_NegLookahead:Executed by:- tst_QRegExp
- tst_QTextDocument
| 90 |
| 2809 | neg = (yyTok == Tok_NegLookahead); | - |
| 2810 | eng = new QRegExpEngine(cs, greedyQuantifiers); | - |
| 2811 | len = eng->parse(yyIn + yyPos - 1, yyLen - yyPos + 1); | - |
| 2812 | if (len >= 0| TRUE | evaluated 126 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
| | FALSE | never evaluated |
) | 0-126 |
| 2813 | skipChars(len);executed 126 times by 2 tests: skipChars(len);Executed by:- tst_QRegExp
- tst_QTextDocument
| 126 |
| 2814 | else | - |
| 2815 | error("bad lookahead syntax"); never executed: error("bad lookahead syntax"); | 0 |
| 2816 | box->catAnchor(addLookahead(eng, neg)); | - |
| 2817 | yyTok = getToken(); | - |
| 2818 | if (yyTok != Tok_RightParen| TRUE | never evaluated | | FALSE | evaluated 126 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QTextDocument
|
) | 0-126 |
| 2819 | error("bad lookahead syntax"); never executed: error("bad lookahead syntax"); | 0 |
| 2820 | break;executed 126 times by 2 tests: break;Executed by:- tst_QRegExp
- tst_QTextDocument
| 126 |
| 2821 | | - |
| 2822 | | - |
| 2823 | caseexecuted 2 times by 2 tests: case Tok_Word: Tok_Word:executed 2 times by 2 tests: case Tok_Word: | 2 |
| 2824 | box->catAnchor(Anchor_Word); | - |
| 2825 | break;executed 2 times by 2 tests: break; | 2 |
| 2826 | case never executed: case Tok_NonWord: Tok_NonWord:never executed: case Tok_NonWord: | 0 |
| 2827 | box->catAnchor(Anchor_NonWord); | - |
| 2828 | break; never executed: break; | 0 |
| 2829 | | - |
| 2830 | caseexecuted 799 times by 25 tests: case Tok_LeftParen:Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
Tok_LeftParen:executed 799 times by 25 tests: case Tok_LeftParen:Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 799 |
| 2831 | caseexecuted 865 times by 5 tests: case Tok_MagicLeftParen:Executed by:- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QSslCertificate
- tst_QTime
Tok_MagicLeftParen:executed 865 times by 5 tests: case Tok_MagicLeftParen:Executed by:- tst_QDate
- tst_QDateTime
- tst_QRegExp
- tst_QSslCertificate
- tst_QTime
| 865 |
| 2832 | yyTok = getToken(); | - |
| 2833 | parseExpression(box); | - |
| 2834 | if (yyTok != Tok_RightParen| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1663 times by 25 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) | 1-1663 |
| 2835 | error("unexpected end");executed 1 time by 1 test: error("unexpected end"); | 1 |
| 2836 | break;executed 1664 times by 25 tests: break;Executed by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 1664 |
| 2837 | caseexecuted 3186 times by 96 tests: case Tok_CharClass:Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
Tok_CharClass:executed 3186 times by 96 tests: case Tok_CharClass:Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| 3186 |
| 2838 | box->set(*yyCharClass); | - |
| 2839 | break;executed 3186 times by 96 tests: break;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| 3186 |
| 2840 | caseexecuted 10 times by 1 test: case Tok_Quantifier: Tok_Quantifier:executed 10 times by 1 test: case Tok_Quantifier: | 10 |
| 2841 | error("bad repetition syntax"); | - |
| 2842 | break;executed 10 times by 1 test: break; | 10 |
| 2843 | defaultexecuted 190 times by 1 test: default: :executed 190 times by 1 test: default: | 190 |
| 2844 | | - |
| 2845 | if ((| TRUE | evaluated 190 times by 1 test | | FALSE | never evaluated |
yyTok & Tok_BackRef) != 0| TRUE | evaluated 190 times by 1 test | | FALSE | never evaluated |
) | 0-190 |
| 2846 | box->set(yyTok ^ Tok_BackRef);executed 190 times by 1 test: box->set(yyTok ^ Tok_BackRef); | 190 |
| 2847 | else | - |
| 2848 | | - |
| 2849 | error("disabled feature used"); never executed: error("disabled feature used"); | 0 |
| 2850 | } | - |
| 2851 | } | - |
| 2852 | yyTok = getToken(); | - |
| 2853 | }executed 27935 times by 99 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| 27935 |
| 2854 | | - |
| 2855 | void QRegExpEngine::parseFactor(Box *box) | - |
| 2856 | { | - |
| 2857 | | - |
| 2858 | int outerAtom = greedyQuantifiers| TRUE | evaluated 2459 times by 1 test | | FALSE | evaluated 24975 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
|
? startAtom(false) : -1; | 2459-24975 |
| 2859 | int innerAtom = startAtom(yyMayCapture && yyTok == Tok_LeftParen); | - |
| 2860 | bool magicLeftParen = (yyTok == Tok_MagicLeftParen); | - |
| 2861 | const QChar *in = yyIn; | - |
| 2862 | int pos0 = yyPos0; | - |
| 2863 | int pos = yyPos; | - |
| 2864 | int len = yyLen; | - |
| 2865 | int ch = yyCh; | - |
| 2866 | QRegExpCharClass charClass; | - |
| 2867 | if (yyTok == Tok_CharClass| TRUE | evaluated 2831 times by 96 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| | FALSE | evaluated 24603 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- ...
|
) | 2831-24603 |
| 2868 | charClass = *yyCharClass;executed 2831 times by 96 tests: charClass = *yyCharClass;Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| 2831 |
| 2869 | int tok = yyTok; | - |
| 2870 | bool mayCapture = yyMayCapture; | - |
| 2871 | | - |
| 2872 | | - |
| 2873 | parseAtom(box); | - |
| 2874 | | - |
| 2875 | finishAtom(innerAtom, magicLeftParen); | - |
| 2876 | | - |
| 2877 | | - |
| 2878 | bool hasQuantifier = (yyTok == Tok_Quantifier); | - |
| 2879 | if (hasQuantifier| TRUE | evaluated 2548 times by 87 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 24886 times by 77 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- ...
|
) { | 2548-24886 |
| 2880 | | - |
| 2881 | trivial = false; | - |
| 2882 | | - |
| 2883 | if (yyMaxRep == InftyRep| TRUE | evaluated 2287 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| | FALSE | evaluated 261 times by 16 testsEvaluated by:- tst_Collections
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QTextDocument
- tst_QTextEdit
- tst_QTime
|
) { | 261-2287 |
| 2884 | box->plus(innerAtom); | - |
| 2885 | | - |
| 2886 | }executed 2287 times by 86 tests: end of blockExecuted by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
else if (yyMaxRep == 0| TRUE | evaluated 22 times by 2 testsEvaluated by:- tst_QDataStream
- tst_QRegExp
| | FALSE | evaluated 239 times by 16 testsEvaluated by:- tst_Collections
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QTextDocument
- tst_QTextEdit
- tst_QTime
|
) { | 22-2287 |
| 2887 | box->clear(); | - |
| 2888 | | - |
| 2889 | }executed 22 times by 2 tests: end of blockExecuted by:- tst_QDataStream
- tst_QRegExp
| 22 |
| 2890 | if (yyMinRep == 0| TRUE | evaluated 2193 times by 81 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 355 times by 26 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- ...
|
) | 355-2193 |
| 2891 | box->opt();executed 2193 times by 81 tests: box->opt();Executed by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| 2193 |
| 2892 | | - |
| 2893 | | - |
| 2894 | yyMayCapture = false; | - |
| 2895 | int alpha = (| TRUE | evaluated 2193 times by 81 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 355 times by 26 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- ...
|
yyMinRep == 0)| TRUE | evaluated 2193 times by 81 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| | FALSE | evaluated 355 times by 26 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QLibrary
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QTcpSocket
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QTime
- ...
|
? 0 : yyMinRep - 1; | 355-2193 |
| 2896 | int beta = (| TRUE | evaluated 2287 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| | FALSE | evaluated 261 times by 16 testsEvaluated by:- tst_Collections
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QTextDocument
- tst_QTextEdit
- tst_QTime
|
yyMaxRep == InftyRep)| TRUE | evaluated 2287 times by 86 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- ...
| | FALSE | evaluated 261 times by 16 testsEvaluated by:- tst_Collections
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QTextDocument
- tst_QTextEdit
- tst_QTime
|
? 0 : yyMaxRep - (alpha + 1); | 261-2287 |
| 2897 | | - |
| 2898 | Box rightBox(this); | - |
| 2899 | int i; | - |
| 2900 | | - |
| 2901 | for (i = 0; i < beta| TRUE | evaluated 96 times by 8 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTime
| | FALSE | evaluated 2548 times by 87 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
|
; i++) { | 96-2548 |
| 2902 | yyIn = in, yyPos0 = pos0, yyPos = pos, yyLen = len, yyCh = ch, *yyCharClass = charClass, yyMinRep = 0, yyMaxRep = 0, yyTok = tok; | - |
| 2903 | Box leftBox(this); | - |
| 2904 | parseAtom(&leftBox); | - |
| 2905 | leftBox.cat(rightBox); | - |
| 2906 | leftBox.opt(); | - |
| 2907 | rightBox = leftBox; | - |
| 2908 | }executed 96 times by 8 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QTime
| 96 |
| 2909 | for (i = 0; i < alpha| TRUE | evaluated 405 times by 6 testsEvaluated by:- tst_QFtp
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
| | FALSE | evaluated 2548 times by 87 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
|
; i++) { | 405-2548 |
| 2910 | yyIn = in, yyPos0 = pos0, yyPos = pos, yyLen = len, yyCh = ch, *yyCharClass = charClass, yyMinRep = 0, yyMaxRep = 0, yyTok = tok; | - |
| 2911 | Box leftBox(this); | - |
| 2912 | parseAtom(&leftBox); | - |
| 2913 | leftBox.cat(rightBox); | - |
| 2914 | rightBox = leftBox; | - |
| 2915 | }executed 405 times by 6 tests: end of blockExecuted by:- tst_QFtp
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QTextEdit
| 405 |
| 2916 | rightBox.cat(*box); | - |
| 2917 | *box = rightBox; | - |
| 2918 | | - |
| 2919 | yyTok = getToken(); | - |
| 2920 | | - |
| 2921 | yyMayCapture = mayCapture; | - |
| 2922 | | - |
| 2923 | }executed 2548 times by 87 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QHostInfo
- ...
| 2548 |
| 2924 | | - |
| 2925 | | - |
| 2926 | if (greedyQuantifiers| TRUE | evaluated 2459 times by 1 test | | FALSE | evaluated 24975 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
|
) | 2459-24975 |
| 2927 | finishAtom(outerAtom, hasQuantifier);executed 2459 times by 1 test: finishAtom(outerAtom, hasQuantifier); | 2459 |
| 2928 | | - |
| 2929 | }executed 27434 times by 99 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| 27434 |
| 2930 | | - |
| 2931 | void QRegExpEngine::parseTerm(Box *box) | - |
| 2932 | { | - |
| 2933 | | - |
| 2934 | if (yyTok != Tok_Eos| TRUE | evaluated 3726 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| | FALSE | evaluated 154 times by 21 testsEvaluated by:- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QHeaderView
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMetaType
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSqlQueryModel
- tst_QSslCertificate
- tst_QStateMachine
- tst_QString
- tst_QTableView
- tst_QTreeView
- tst_QVariant
- tst_qmakelib
|
&& yyTok != Tok_RightParen| TRUE | evaluated 3639 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| | FALSE | evaluated 87 times by 6 testsEvaluated by:- tst_QDataStream
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QString
|
&& yyTok != Tok_Bar| TRUE | evaluated 3623 times by 99 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| | FALSE | evaluated 16 times by 1 test |
) | 16-3726 |
| 2935 | parseFactor(box);executed 3623 times by 99 tests: parseFactor(box);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- ...
| 3623 |
| 2936 | | - |
| 2937 | while (yyTok != Tok_Eos| TRUE | evaluated 26066 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
| | FALSE | evaluated 1625 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
&& yyTok != Tok_RightParen| TRUE | evaluated 24277 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
| | FALSE | evaluated 1789 times by 25 testsEvaluated by:- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPrinterInfo
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
&& yyTok != Tok_Bar| TRUE | evaluated 23811 times by 69 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
| | FALSE | evaluated 466 times by 11 testsEvaluated by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
|
) { | 466-26066 |
| 2938 | Box rightBox(this); | - |
| 2939 | parseFactor(&rightBox); | - |
| 2940 | box->cat(rightBox); | - |
| 2941 | }executed 23811 times by 69 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QLibrary
- ...
| 23811 |
| 2942 | }executed 3880 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 3880 |
| 2943 | | - |
| 2944 | void QRegExpEngine::parseExpression(Box *box) | - |
| 2945 | { | - |
| 2946 | parseTerm(box); | - |
| 2947 | while (yyTok == Tok_Bar| TRUE | evaluated 466 times by 11 testsEvaluated by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| | FALSE | evaluated 3414 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) { | 466-3414 |
| 2948 | | - |
| 2949 | trivial = false; | - |
| 2950 | | - |
| 2951 | Box rightBox(this); | - |
| 2952 | yyTok = getToken(); | - |
| 2953 | parseTerm(&rightBox); | - |
| 2954 | box->orx(rightBox); | - |
| 2955 | }executed 466 times by 11 tests: end of blockExecuted by:- tst_QDataStream
- tst_QFtp
- tst_QItemModel
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslKey
| 466 |
| 2956 | }executed 3414 times by 105 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 3414 |
| 2957 | | - |
| 2958 | | - |
| 2959 | | - |
| 2960 | | - |
| 2961 | | - |
| 2962 | | - |
| 2963 | | - |
| 2964 | struct QRegExpPrivate | - |
| 2965 | { | - |
| 2966 | QRegExpEngine *eng; | - |
| 2967 | QRegExpEngineKey engineKey; | - |
| 2968 | bool minimal; | - |
| 2969 | | - |
| 2970 | QString t; | - |
| 2971 | QStringList capturedCache; | - |
| 2972 | | - |
| 2973 | QRegExpMatchState matchState; | - |
| 2974 | | - |
| 2975 | inline QRegExpPrivate() | - |
| 2976 | : eng(0), engineKey(QString(), QRegExp::RegExp, Qt::CaseSensitive), minimal(false) { }executed 467609 times by 154 tests: end of blockExecuted by:- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- ...
| 467609 |
| 2977 | inline QRegExpPrivate(const QRegExpEngineKey &key) | - |
| 2978 | : eng(0), engineKey(key), minimal(false) {}executed 151700 times by 163 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 151700 |
| 2979 | }; | - |
| 2980 | | - |
| 2981 | | - |
| 2982 | typedef QCache<QRegExpEngineKey, QRegExpEngine> EngineCache; | - |
| 2983 | namespace { namespace Q_QGS_globalEngineCache { typedef EngineCache Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::Initialized| TRUE | evaluated 527 times by 288 testsEvaluated by:- tst_collections - unknown status
- 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_qabstractfileengine - unknown status
- tst_qabstractitemmodel - 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
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- ...
| | FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 527 times by 288 tests: guard.store(QtGlobalStatic::Destroyed);Executed by:- tst_collections - unknown status
- 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_qabstractfileengine - unknown status
- tst_qabstractitemmodel - 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
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- ...
}executed 527 times by 288 tests: end of blockExecuted by:- tst_collections - unknown status
- 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_qabstractfileengine - unknown status
- tst_qabstractitemmodel - 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
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 610182 times by 169 tests: return &holder.value;Executed by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
&holder.value;executed 610182 times by 169 tests: return &holder.value;Executed by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
} } } static QGlobalStatic<EngineCache, Q_QGS_globalEngineCache::innerFunction, Q_QGS_globalEngineCache::guard> globalEngineCache; | 0-610182 |
| 2984 | static QBasicMutex globalEngineCacheMutex; | - |
| 2985 | | - |
| 2986 | | - |
| 2987 | static void derefEngine(QRegExpEngine *eng, const QRegExpEngineKey &key) | - |
| 2988 | { | - |
| 2989 | if (!eng->ref.deref()| TRUE | evaluated 152544 times by 169 testsEvaluated by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| | FALSE | evaluated 467399 times by 152 testsEvaluated by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
|
) { | 152544-467399 |
| 2990 | | - |
| 2991 | if (globalEngineCache()| TRUE | evaluated 152544 times by 169 testsEvaluated by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| | FALSE | never evaluated |
) { | 0-152544 |
| 2992 | QMutexLocker locker(&globalEngineCacheMutex); | - |
| 2993 | try { | - |
| 2994 | globalEngineCache()->insert(key, eng, 4 + key.pattern.length() / 4); | - |
| 2995 | }executed 152544 times by 169 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
catch (const std::bad_alloc &) { | 152544 |
| 2996 | | - |
| 2997 | delete eng; | - |
| 2998 | } never executed: end of block | 0 |
| 2999 | } else { | - |
| 3000 | delete eng; | - |
| 3001 | } never executed: end of block | 0 |
| 3002 | | - |
| 3003 | | - |
| 3004 | | - |
| 3005 | | - |
| 3006 | } | - |
| 3007 | }executed 619943 times by 169 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 619943 |
| 3008 | | - |
| 3009 | static void prepareEngine_helper(QRegExpPrivate *priv) | - |
| 3010 | { | - |
| 3011 | bool initMatchState = !priv->eng; | - |
| 3012 | | - |
| 3013 | if (!priv->eng| TRUE | evaluated 152547 times by 164 testsEvaluated by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| | FALSE | never evaluated |
&& globalEngineCache()| TRUE | evaluated 152547 times by 164 testsEvaluated by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| | FALSE | never evaluated |
) { | 0-152547 |
| 3014 | QMutexLocker locker(&globalEngineCacheMutex); | - |
| 3015 | priv->eng = globalEngineCache()->take(priv->engineKey); | - |
| 3016 | if (priv->eng != 0| TRUE | evaluated 150923 times by 133 testsEvaluated by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
| | FALSE | evaluated 1624 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
|
) | 1624-150923 |
| 3017 | priv->eng->ref.ref();executed 150923 times by 133 tests: priv->eng->ref.ref();Executed by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
| 150923 |
| 3018 | }executed 152547 times by 164 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 152547 |
| 3019 | | - |
| 3020 | | - |
| 3021 | if (!priv->eng| TRUE | evaluated 1624 times by 105 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| | FALSE | evaluated 150923 times by 133 testsEvaluated by:- tst_ModelTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- 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_QCssParser
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- ...
|
) | 1624-150923 |
| 3022 | priv->eng = new QRegExpEngine(priv->engineKey);executed 1624 times by 105 tests: priv->eng = new QRegExpEngine(priv->engineKey);Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFactoryLoader
- tst_QFile
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- ...
| 1624 |
| 3023 | | - |
| 3024 | if (initMatchState| TRUE | evaluated 152547 times by 164 testsEvaluated by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| | FALSE | never evaluated |
) | 0-152547 |
| 3025 | priv->matchState.prepareForMatch(priv->eng);executed 152547 times by 164 tests: priv->matchState.prepareForMatch(priv->eng);Executed by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 152547 |
| 3026 | }executed 152547 times by 164 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 152547 |
| 3027 | | - |
| 3028 | inline static void prepareEngine(QRegExpPrivate *priv) | - |
| 3029 | { | - |
| 3030 | if (priv->eng| TRUE | evaluated 1554238 times by 164 testsEvaluated by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| | FALSE | evaluated 152547 times by 164 testsEvaluated by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
|
) | 152547-1554238 |
| 3031 | return;executed 1554238 times by 164 tests: return;Executed by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 1554238 |
| 3032 | prepareEngine_helper(priv); | - |
| 3033 | }executed 152547 times by 164 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 152547 |
| 3034 | | - |
| 3035 | static void prepareEngineForMatch(QRegExpPrivate *priv, const QString &str) | - |
| 3036 | { | - |
| 3037 | prepareEngine(priv); | - |
| 3038 | priv->matchState.prepareForMatch(priv->eng); | - |
| 3039 | | - |
| 3040 | priv->t = str; | - |
| 3041 | priv->capturedCache.clear(); | - |
| 3042 | | - |
| 3043 | | - |
| 3044 | | - |
| 3045 | }executed 990006 times by 76 tests: end of blockExecuted by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- ...
| 990006 |
| 3046 | | - |
| 3047 | static void invalidateEngine(QRegExpPrivate *priv) | - |
| 3048 | { | - |
| 3049 | if (priv->eng != 0| TRUE | evaluated 619943 times by 169 testsEvaluated by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| | FALSE | evaluated 467038 times by 152 testsEvaluated by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
|
) { | 467038-619943 |
| 3050 | derefEngine(priv->eng, priv->engineKey); | - |
| 3051 | priv->eng = 0; | - |
| 3052 | priv->matchState.drain(); | - |
| 3053 | }executed 619943 times by 169 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 619943 |
| 3054 | }executed 1086981 times by 169 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 1086981 |
| 3055 | QRegExp::QRegExp() | - |
| 3056 | { | - |
| 3057 | priv = new QRegExpPrivate; | - |
| 3058 | prepareEngine(priv); | - |
| 3059 | }executed 609 times by 19 tests: end of blockExecuted by:- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QHeaderView
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMetaType
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSqlQueryModel
- tst_QStateMachine
- tst_QTableView
- tst_QTreeView
- tst_QVariant
- tst_qmakelib
| 609 |
| 3060 | QRegExp::QRegExp(const QString &pattern, Qt::CaseSensitivity cs, PatternSyntax syntax) | - |
| 3061 | { | - |
| 3062 | priv = new QRegExpPrivate(QRegExpEngineKey(pattern, syntax, cs)); | - |
| 3063 | prepareEngine(priv); | - |
| 3064 | }executed 151700 times by 163 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 151700 |
| 3065 | | - |
| 3066 | | - |
| 3067 | | - |
| 3068 | | - |
| 3069 | | - |
| 3070 | | - |
| 3071 | QRegExp::QRegExp(const QRegExp &rx) | - |
| 3072 | { | - |
| 3073 | priv = new QRegExpPrivate; | - |
| 3074 | operator=(rx); | - |
| 3075 | }executed 467000 times by 152 tests: end of blockExecuted by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
| 467000 |
| 3076 | | - |
| 3077 | | - |
| 3078 | | - |
| 3079 | | - |
| 3080 | QRegExp::~QRegExp() | - |
| 3081 | { | - |
| 3082 | invalidateEngine(priv); | - |
| 3083 | delete priv; | - |
| 3084 | }executed 619306 times by 169 tests: end of blockExecuted by:- tst_Collections
- 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_QCssParser
- tst_QDBusInterface
- tst_QDataStream
- tst_QDate
- tst_QDateTime
- ...
| 619306 |
| 3085 | | - |
| 3086 | | - |
| 3087 | | - |
| 3088 | | - |
| 3089 | | - |
| 3090 | | - |
| 3091 | QRegExp &QRegExp::operator=(const QRegExp &rx) | - |
| 3092 | { | - |
| 3093 | prepareEngine(rx.priv); | - |
| 3094 | QRegExpEngine *otherEng = rx.priv->eng; | - |
| 3095 | if (otherEng| TRUE | evaluated 467399 times by 152 testsEvaluated by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
| | FALSE | never evaluated |
) | 0-467399 |
| 3096 | otherEng->ref.ref();executed 467399 times by 152 tests: otherEng->ref.ref();Executed by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
| 467399 |
| 3097 | invalidateEngine(priv); | - |
| 3098 | priv->eng = otherEng; | - |
| 3099 | priv->engineKey = rx.priv->engineKey; | - |
| 3100 | priv->minimal = rx.priv->minimal; | - |
| 3101 | | - |
| 3102 | priv->t = rx.priv->t; | - |
| 3103 | priv->capturedCache = rx.priv->capturedCache; | - |
| 3104 | | - |
| 3105 | if (priv->eng| TRUE | evaluated 467399 times by 152 testsEvaluated by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
| | FALSE | never evaluated |
) | 0-467399 |
| 3106 | priv->matchState.prepareForMatch(priv->eng);executed 467399 times by 152 tests: priv->matchState.prepareForMatch(priv->eng);Executed by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
| 467399 |
| 3107 | priv->matchState.captured = rx.priv->matchState.captured; | - |
| 3108 | returnexecuted 467399 times by 152 tests: return *this;Executed by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
*this;executed 467399 times by 152 tests: return *this;Executed by:- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractFileEngine
- 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_QDBusInterface
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDir
- tst_QDirIterator
- ...
| 467399 |
| 3109 | } | - |
| 3110 | bool QRegExp::operator==(const QRegExp &rx) const | - |
| 3111 | { | - |
| 3112 | returnexecuted 2237 times by 5 tests: return priv->engineKey == rx.priv->engineKey && priv->minimal == rx.priv->minimal;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QRegExp
- tst_QRegExpValidator
- tst_QVariant
priv->engineKey == rx.priv->engineKey| TRUE | evaluated 434 times by 4 testsEvaluated by:- tst_QDataStream
- tst_QMetaType
- tst_QRegExp
- tst_QVariant
| | FALSE | evaluated 1803 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QRegExpValidator
|
&& priv->minimal == rx.priv->minimal| TRUE | evaluated 306 times by 4 testsEvaluated by:- tst_QDataStream
- tst_QMetaType
- tst_QRegExp
- tst_QVariant
| | FALSE | evaluated 128 times by 1 test |
;executed 2237 times by 5 tests: return priv->engineKey == rx.priv->engineKey && priv->minimal == rx.priv->minimal;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QRegExp
- tst_QRegExpValidator
- tst_QVariant
| 128-2237 |
| 3113 | } | - |
| 3114 | uint qHash(const QRegExp &key, uint seed) noexcept | - |
| 3115 | { | - |
| 3116 | QtPrivate::QHashCombine hash; | - |
| 3117 | seed = hash(seed, key.priv->engineKey); | - |
| 3118 | seed = hash(seed, key.priv->minimal); | - |
| 3119 | returnexecuted 2048 times by 1 test: return seed; seed;executed 2048 times by 1 test: return seed; | 2048 |
| 3120 | } | - |
| 3121 | bool QRegExp::isEmpty() const | - |
| 3122 | { | - |
| 3123 | returnexecuted 70050 times by 18 tests: return priv->engineKey.pattern.isEmpty();Executed by:- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QHeaderView
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSqlQueryModel
- tst_QTableView
- tst_QTextDocument
- tst_QTextEdit
- tst_QTreeView
- tst_qmakelib
priv->engineKey.pattern.isEmpty();executed 70050 times by 18 tests: return priv->engineKey.pattern.isEmpty();Executed by:- tst_ModelTest
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QHeaderView
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QPlainTextEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSqlQueryModel
- tst_QTableView
- tst_QTextDocument
- tst_QTextEdit
- tst_QTreeView
- tst_qmakelib
| 70050 |
| 3124 | } | - |
| 3125 | bool QRegExp::isValid() const | - |
| 3126 | { | - |
| 3127 | if (priv->engineKey.pattern.isEmpty()| TRUE | evaluated 32 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QStateMachine
| | FALSE | evaluated 2688 times by 11 testsEvaluated by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMimeDatabase
- tst_QRegExp
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qstandardpaths
- tst_uic
|
) { | 32-2688 |
| 3128 | returnexecuted 32 times by 2 tests: return true;Executed by:- tst_QRegExp
- tst_QStateMachine
true;executed 32 times by 2 tests: return true;Executed by:- tst_QRegExp
- tst_QStateMachine
| 32 |
| 3129 | } else { | - |
| 3130 | prepareEngine(priv); | - |
| 3131 | returnexecuted 2688 times by 11 tests: return priv->eng->isValid();Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMimeDatabase
- tst_QRegExp
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qstandardpaths
- tst_uic
priv->eng->isValid();executed 2688 times by 11 tests: return priv->eng->isValid();Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QMimeDatabase
- tst_QRegExp
- tst_QXmlStream
- tst_Selftests
- tst_languageChange
- tst_qdbusxml2cpp - unknown status
- tst_qstandardpaths
- tst_uic
| 2688 |
| 3132 | } | - |
| 3133 | } | - |
| 3134 | QString QRegExp::pattern() const | - |
| 3135 | { | - |
| 3136 | returnexecuted 609 times by 14 tests: return priv->engineKey.pattern;Executed by:- tst_ModelTest
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMetaType
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QVariant
- tst_languageChange
priv->engineKey.pattern;executed 609 times by 14 tests: return priv->engineKey.pattern;Executed by:- tst_ModelTest
- tst_QDataStream
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QMetaType
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QVariant
- tst_languageChange
| 609 |
| 3137 | } | - |
| 3138 | | - |
| 3139 | | - |
| 3140 | | - |
| 3141 | | - |
| 3142 | | - |
| 3143 | | - |
| 3144 | | - |
| 3145 | void QRegExp::setPattern(const QString &pattern) | - |
| 3146 | { | - |
| 3147 | if (priv->engineKey.pattern != pattern| TRUE | evaluated 74 times by 4 testsEvaluated by:- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_qmakelib
| | FALSE | evaluated 11 times by 2 testsEvaluated by:- tst_QRegExp
- tst_QSortFilterProxyModel
|
) { | 11-74 |
| 3148 | invalidateEngine(priv); | - |
| 3149 | priv->engineKey.pattern = pattern; | - |
| 3150 | }executed 74 times by 4 tests: end of blockExecuted by:- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_qmakelib
| 74 |
| 3151 | }executed 85 times by 4 tests: end of blockExecuted by:- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_qmakelib
| 85 |
| 3152 | | - |
| 3153 | | - |
| 3154 | | - |
| 3155 | | - |
| 3156 | | - |
| 3157 | | - |
| 3158 | | - |
| 3159 | Qt::CaseSensitivity QRegExp::caseSensitivity() const | - |
| 3160 | { | - |
| 3161 | returnexecuted 173 times by 3 tests: return priv->engineKey.cs;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
priv->engineKey.cs;executed 173 times by 3 tests: return priv->engineKey.cs;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 173 |
| 3162 | } | - |
| 3163 | void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) | - |
| 3164 | { | - |
| 3165 | if ((| TRUE | evaluated 16 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
| | FALSE | evaluated 63 times by 4 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_qmakelib
|
bool)cs != (bool)priv->engineKey.cs| TRUE | evaluated 16 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
| | FALSE | evaluated 63 times by 4 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_qmakelib
|
) { | 16-63 |
| 3166 | invalidateEngine(priv); | - |
| 3167 | priv->engineKey.cs = cs; | - |
| 3168 | }executed 16 times by 3 tests: end of blockExecuted by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
| 16 |
| 3169 | }executed 79 times by 4 tests: end of blockExecuted by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_qmakelib
| 79 |
| 3170 | | - |
| 3171 | | - |
| 3172 | | - |
| 3173 | | - |
| 3174 | | - |
| 3175 | | - |
| 3176 | | - |
| 3177 | QRegExp::PatternSyntax QRegExp::patternSyntax() const | - |
| 3178 | { | - |
| 3179 | returnexecuted 177 times by 4 tests: return priv->engineKey.patternSyntax;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QRegExp
- tst_QVariant
priv->engineKey.patternSyntax;executed 177 times by 4 tests: return priv->engineKey.patternSyntax;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QRegExp
- tst_QVariant
| 177 |
| 3180 | } | - |
| 3181 | void QRegExp::setPatternSyntax(PatternSyntax syntax) | - |
| 3182 | { | - |
| 3183 | if (syntax != priv->engineKey.patternSyntax| TRUE | evaluated 186 times by 4 testsEvaluated by:- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTextDocument
| | FALSE | evaluated 45 times by 3 testsEvaluated by:- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
|
) { | 45-186 |
| 3184 | invalidateEngine(priv); | - |
| 3185 | priv->engineKey.patternSyntax = syntax; | - |
| 3186 | }executed 186 times by 4 tests: end of blockExecuted by:- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTextDocument
| 186 |
| 3187 | }executed 231 times by 4 tests: end of blockExecuted by:- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QTextDocument
| 231 |
| 3188 | | - |
| 3189 | | - |
| 3190 | | - |
| 3191 | | - |
| 3192 | | - |
| 3193 | | - |
| 3194 | | - |
| 3195 | bool QRegExp::isMinimal() const | - |
| 3196 | { | - |
| 3197 | returnexecuted 173 times by 3 tests: return priv->minimal;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
priv->minimal;executed 173 times by 3 tests: return priv->minimal;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 173 |
| 3198 | } | - |
| 3199 | void QRegExp::setMinimal(bool minimal) | - |
| 3200 | { | - |
| 3201 | priv->minimal = minimal; | - |
| 3202 | }executed 533 times by 5 tests: end of blockExecuted by:- tst_QDataStream
- tst_QMetaType
- tst_QRegExp
- tst_QVariant
- tst_selftests - unknown status
| 533 |
| 3203 | bool QRegExp::exactMatch(const QString &str) const | - |
| 3204 | { | - |
| 3205 | prepareEngineForMatch(priv, str); | - |
| 3206 | priv->matchState.match(str.unicode(), str.length(), 0, priv->minimal, true, 0); | - |
| 3207 | if (priv->matchState.captured[1] == str.length()| TRUE | evaluated 219171 times by 39 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- ...
| | FALSE | evaluated 378290 times by 33 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QStringList
- tst_QTcpSocket
- ...
|
) { | 219171-378290 |
| 3208 | returnexecuted 219171 times by 39 tests: return true;Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- ...
true;executed 219171 times by 39 tests: return true;Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QHttpNetworkConnection
- tst_QLibrary
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- ...
| 219171 |
| 3209 | } else { | - |
| 3210 | priv->matchState.captured[0] = 0; | - |
| 3211 | priv->matchState.captured[1] = priv->matchState.oneTestMatchedLen; | - |
| 3212 | returnexecuted 378290 times by 33 tests: return false;Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QStringList
- tst_QTcpSocket
- ...
false;executed 378290 times by 33 tests: return false;Executed by:- tst_NetworkSelfTest
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QDir
- tst_QDirIterator
- tst_QDirModel
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QHttpNetworkConnection
- tst_QMimeDatabase
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QPlugin
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSslCertificate
- tst_QSslEllipticCurve
- tst_QSslError
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QStringList
- tst_QTcpSocket
- ...
| 378290 |
| 3213 | } | - |
| 3214 | } | - |
| 3215 | int QRegExp::indexIn(const QString &str, int offset, CaretMode caretMode) const | - |
| 3216 | { | - |
| 3217 | prepareEngineForMatch(priv, str); | - |
| 3218 | if (offset < 0| TRUE | never evaluated | | FALSE | evaluated 391596 times by 49 testsEvaluated by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
|
) | 0-391596 |
| 3219 | offset += str.length(); never executed: offset += str.length(); | 0 |
| 3220 | priv->matchState.match(str.unicode(), str.length(), offset, | - |
| 3221 | priv->minimal, false, caretIndex(offset, caretMode)); | - |
| 3222 | returnexecuted 391596 times by 49 tests: return priv->matchState.captured[0];Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
priv->matchState.captured[0];executed 391596 times by 49 tests: return priv->matchState.captured[0];Executed by:- tst_Collections
- tst_Lancelot
- tst_ModelTest
- tst_QDBusInterface
- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QIcon
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QItemModel
- tst_QItemSelectionModel
- tst_QLineEdit
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QObject
- tst_QPlainTextEdit
- tst_QPrinterInfo
- ...
| 391596 |
| 3223 | } | - |
| 3224 | int QRegExp::lastIndexIn(const QString &str, int offset, CaretMode caretMode) const | - |
| 3225 | { | - |
| 3226 | prepareEngineForMatch(priv, str); | - |
| 3227 | if (offset < 0| TRUE | evaluated 24 times by 1 test | | FALSE | evaluated 925 times by 5 testsEvaluated by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
|
) | 24-925 |
| 3228 | offset += str.length();executed 24 times by 1 test: offset += str.length(); | 24 |
| 3229 | if (offset < 0| TRUE | evaluated 8 times by 1 test | | FALSE | evaluated 941 times by 5 testsEvaluated by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
|
|| offset > str.length()| TRUE | never evaluated | | FALSE | evaluated 941 times by 5 testsEvaluated by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
|
) { | 0-941 |
| 3230 | memset(priv->matchState.captured, -1, priv->matchState.capturedSize*sizeof(int)); | - |
| 3231 | returnexecuted 8 times by 1 test: return -1; -1;executed 8 times by 1 test: return -1; | 8 |
| 3232 | } | - |
| 3233 | | - |
| 3234 | while (offset >= 0| TRUE | evaluated 31883 times by 5 testsEvaluated by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
| | FALSE | evaluated 602 times by 3 testsEvaluated by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
|
) { | 602-31883 |
| 3235 | priv->matchState.match(str.unicode(), str.length(), offset, | - |
| 3236 | priv->minimal, true, caretIndex(offset, caretMode)); | - |
| 3237 | if (priv->matchState.captured[0] == offset| TRUE | evaluated 339 times by 5 testsEvaluated by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
| | FALSE | evaluated 31544 times by 5 testsEvaluated by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
|
) | 339-31544 |
| 3238 | returnexecuted 339 times by 5 tests: return offset;Executed by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
offset;executed 339 times by 5 tests: return offset;Executed by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
| 339 |
| 3239 | --offset; | - |
| 3240 | }executed 31544 times by 5 tests: end of blockExecuted by:- tst_QPlainTextEdit
- tst_QRegExp
- tst_QString
- tst_QTextDocument
- tst_QTextEdit
| 31544 |
| 3241 | returnexecuted 602 times by 3 tests: return -1;Executed by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
-1;executed 602 times by 3 tests: return -1;Executed by:- tst_QRegExp
- tst_QString
- tst_QTextDocument
| 602 |
| 3242 | } | - |
| 3243 | | - |
| 3244 | | - |
| 3245 | | - |
| 3246 | | - |
| 3247 | | - |
| 3248 | | - |
| 3249 | | - |
| 3250 | int QRegExp::matchedLength() const | - |
| 3251 | { | - |
| 3252 | returnexecuted 26845 times by 27 tests: return priv->matchState.captured[1];Executed by:- tst_Lancelot
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QXmlSimpleReader
- tst_languageChange
- tst_qmakelib
- ...
priv->matchState.captured[1];executed 26845 times by 27 tests: return priv->matchState.captured[1];Executed by:- tst_Lancelot
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QImage
- tst_QImageReader
- tst_QImageWriter
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QPlainTextEdit
- tst_QProcess
- tst_QRegExp
- tst_QRegExpValidator
- tst_QSharedMemory
- tst_QSslCertificate
- tst_QString
- tst_QStringList
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QTextEdit
- tst_QXmlSimpleReader
- tst_languageChange
- tst_qmakelib
- ...
| 26845 |
| 3253 | } | - |
| 3254 | | - |
| 3255 | | - |
| 3256 | | - |
| 3257 | | - |
| 3258 | | - |
| 3259 | | - |
| 3260 | | - |
| 3261 | int QRegExp::captureCount() const | - |
| 3262 | { | - |
| 3263 | prepareEngine(priv); | - |
| 3264 | returnexecuted 90636 times by 15 tests: return priv->eng->captureCount();Executed by:- tst_Lancelot
- tst_QFontComboBox
- tst_QRegExp
- tst_QSharedMemory
- tst_QSqlDatabase
- tst_QString
- tst_QStringList
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QXmlSimpleReader
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_uic
priv->eng->captureCount();executed 90636 times by 15 tests: return priv->eng->captureCount();Executed by:- tst_Lancelot
- tst_QFontComboBox
- tst_QRegExp
- tst_QSharedMemory
- tst_QSqlDatabase
- tst_QString
- tst_QStringList
- tst_QSystemSemaphore
- tst_QTextDocument
- tst_QTextDocumentFragment
- tst_QXmlSimpleReader
- tst_qmakelib
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_uic
| 90636 |
| 3265 | } | - |
| 3266 | QStringList QRegExp::capturedTexts() const | - |
| 3267 | { | - |
| 3268 | if (priv->capturedCache.isEmpty()| TRUE | evaluated 3747 times by 21 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 335 times by 6 testsEvaluated by:- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_qmakelib
|
) { | 335-3747 |
| 3269 | prepareEngine(priv); | - |
| 3270 | const int *captured = priv->matchState.captured; | - |
| 3271 | int n = priv->matchState.capturedSize; | - |
| 3272 | | - |
| 3273 | for (int i = 0; i < n| TRUE | evaluated 15926 times by 21 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 3747 times by 21 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
; i += 2) { | 3747-15926 |
| 3274 | QString m; | - |
| 3275 | if (captured[i + 1] == 0| TRUE | evaluated 160 times by 1 test | | FALSE | evaluated 15766 times by 21 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
|
) | 160-15766 |
| 3276 | m = QLatin1String("");executed 160 times by 1 test: m = QLatin1String(""); | 160 |
| 3277 | else if (captured[i] >= 0| TRUE | evaluated 10778 times by 21 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| | FALSE | evaluated 4988 times by 9 testsEvaluated by:- tst_QDate
- tst_QDateTime
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QString
- tst_QTime
- tst_qmakelib
|
) | 4988-10778 |
| 3278 | m = priv->t.mid(captured[i], captured[i + 1]);executed 10778 times by 21 tests: m = priv->t.mid(captured[i], captured[i + 1]);Executed by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 10778 |
| 3279 | priv->capturedCache.append(m); | - |
| 3280 | }executed 15926 times by 21 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 15926 |
| 3281 | priv->t.clear(); | - |
| 3282 | }executed 3747 times by 21 tests: end of blockExecuted by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 3747 |
| 3283 | returnexecuted 4082 times by 21 tests: return priv->capturedCache;Executed by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
priv->capturedCache;executed 4082 times by 21 tests: return priv->capturedCache;Executed by:- tst_QDate
- tst_QDateTime
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGraphicsProxyWidget
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTemporaryDir
- tst_QTextDocument
- tst_QTime
- tst_languageChange
- tst_qmakelib
- tst_qstandardpaths
| 4082 |
| 3284 | } | - |
| 3285 | | - |
| 3286 | | - |
| 3287 | | - |
| 3288 | | - |
| 3289 | QStringList QRegExp::capturedTexts() | - |
| 3290 | { | - |
| 3291 | returnexecuted 3136 times by 11 tests: return const_cast<const QRegExp *>(this)->capturedTexts();Executed by:- tst_QDate
- tst_QDateTime
- tst_QFileSystemModel
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QTemporaryDir
- tst_QTime
- tst_qstandardpaths
const_cast<const QRegExp *>(this)->capturedTexts();executed 3136 times by 11 tests: return const_cast<const QRegExp *>(this)->capturedTexts();Executed by:- tst_QDate
- tst_QDateTime
- tst_QFileSystemModel
- tst_QFtp
- tst_QNetworkCookie
- tst_QNetworkCookieJar
- tst_QNetworkReply
- tst_QRegExp
- tst_QTemporaryDir
- tst_QTime
- tst_qstandardpaths
| 3136 |
| 3292 | } | - |
| 3293 | QString QRegExp::cap(int nth) const | - |
| 3294 | { | - |
| 3295 | returnexecuted 946 times by 12 tests: return capturedTexts().value(nth);Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
capturedTexts().value(nth);executed 946 times by 12 tests: return capturedTexts().value(nth);Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
| 946 |
| 3296 | } | - |
| 3297 | | - |
| 3298 | | - |
| 3299 | | - |
| 3300 | | - |
| 3301 | QString QRegExp::cap(int nth) | - |
| 3302 | { | - |
| 3303 | returnexecuted 946 times by 12 tests: return const_cast<const QRegExp *>(this)->cap(nth);Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
const_cast<const QRegExp *>(this)->cap(nth);executed 946 times by 12 tests: return const_cast<const QRegExp *>(this)->cap(nth);Executed by:- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QRegExp
- tst_QSslCertificate
- tst_QSslKey
- tst_QString
- tst_QStringList
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
| 946 |
| 3304 | } | - |
| 3305 | int QRegExp::pos(int nth) const | - |
| 3306 | { | - |
| 3307 | if (nth < 0| TRUE | never evaluated | | FALSE | evaluated 52 times by 1 test |
|| nth >= priv->matchState.capturedSize / 2| TRUE | never evaluated | | FALSE | evaluated 52 times by 1 test |
) | 0-52 |
| 3308 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 3309 | else | - |
| 3310 | returnexecuted 52 times by 1 test: return priv->matchState.captured[2 * nth]; priv->matchState.captured[2 * nth];executed 52 times by 1 test: return priv->matchState.captured[2 * nth]; | 52 |
| 3311 | } | - |
| 3312 | | - |
| 3313 | | - |
| 3314 | | - |
| 3315 | | - |
| 3316 | int QRegExp::pos(int nth) | - |
| 3317 | { | - |
| 3318 | returnexecuted 52 times by 1 test: return const_cast<const QRegExp *>(this)->pos(nth); const_cast<const QRegExp *>(this)->pos(nth);executed 52 times by 1 test: return const_cast<const QRegExp *>(this)->pos(nth); | 52 |
| 3319 | } | - |
| 3320 | | - |
| 3321 | | - |
| 3322 | | - |
| 3323 | | - |
| 3324 | | - |
| 3325 | | - |
| 3326 | | - |
| 3327 | QString QRegExp::errorString() const | - |
| 3328 | { | - |
| 3329 | if (isValid()| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 3330 | return never executed: return QString::fromLatin1("no error occurred"); QString::fromLatin1("no error occurred");never executed: return QString::fromLatin1("no error occurred"); | 0 |
| 3331 | } else { | - |
| 3332 | return never executed: return priv->eng->errorString(); priv->eng->errorString();never executed: return priv->eng->errorString(); | 0 |
| 3333 | } | - |
| 3334 | } | - |
| 3335 | | - |
| 3336 | | - |
| 3337 | | - |
| 3338 | | - |
| 3339 | QString QRegExp::errorString() | - |
| 3340 | { | - |
| 3341 | return never executed: return const_cast<const QRegExp *>(this)->errorString(); const_cast<const QRegExp *>(this)->errorString();never executed: return const_cast<const QRegExp *>(this)->errorString(); | 0 |
| 3342 | } | - |
| 3343 | QString QRegExp::escape(const QString &str) | - |
| 3344 | { | - |
| 3345 | QString quoted; | - |
| 3346 | const int count = str.count(); | - |
| 3347 | quoted.reserve(count * 2); | - |
| 3348 | const QLatin1Char backslash('\\'); | - |
| 3349 | for (int i = 0; i < count| TRUE | evaluated 17596 times by 14 testsEvaluated by:- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
| | FALSE | evaluated 837 times by 14 testsEvaluated by:- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
|
; i++) { | 837-17596 |
| 3350 | switch (str.at(i).toLatin1()) { | - |
| 3351 | caseexecuted 2 times by 1 test: case '$': '$':executed 2 times by 1 test: case '$': | 2 |
| 3352 | caseexecuted 2 times by 1 test: case '(': '(':executed 2 times by 1 test: case '(': | 2 |
| 3353 | caseexecuted 2 times by 1 test: case ')': ')':executed 2 times by 1 test: case ')': | 2 |
| 3354 | caseexecuted 23 times by 3 tests: case '*':Executed by:- tst_QSslCertificate
- tst_QString
- tst_qmakelib
'*':executed 23 times by 3 tests: case '*':Executed by:- tst_QSslCertificate
- tst_QString
- tst_qmakelib
| 23 |
| 3355 | caseexecuted 3 times by 2 tests: case '+': '+':executed 3 times by 2 tests: case '+': | 3 |
| 3356 | caseexecuted 24 times by 5 tests: case '.':Executed by:- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_qmakelib
'.':executed 24 times by 5 tests: case '.':Executed by:- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_qmakelib
| 24 |
| 3357 | caseexecuted 2 times by 1 test: case '?': '?':executed 2 times by 1 test: case '?': | 2 |
| 3358 | caseexecuted 5 times by 3 tests: case '[':Executed by:- tst_QRegExp
- tst_QString
- tst_qmakelib
'[':executed 5 times by 3 tests: case '[':Executed by:- tst_QRegExp
- tst_QString
- tst_qmakelib
| 5 |
| 3359 | caseexecuted 2 times by 1 test: case '\\': '\\':executed 2 times by 1 test: case '\\': | 2 |
| 3360 | caseexecuted 5 times by 3 tests: case ']':Executed by:- tst_QRegExp
- tst_QString
- tst_qmakelib
']':executed 5 times by 3 tests: case ']':Executed by:- tst_QRegExp
- tst_QString
- tst_qmakelib
| 5 |
| 3361 | caseexecuted 2 times by 1 test: case '^': '^':executed 2 times by 1 test: case '^': | 2 |
| 3362 | caseexecuted 2 times by 1 test: case '{': '{':executed 2 times by 1 test: case '{': | 2 |
| 3363 | caseexecuted 4 times by 1 test: case '|': '|':executed 4 times by 1 test: case '|': | 4 |
| 3364 | caseexecuted 2 times by 1 test: case '}': '}':executed 2 times by 1 test: case '}': | 2 |
| 3365 | quoted.append(backslash); | - |
| 3366 | }executed 80 times by 6 tests: end of blockExecuted by:- tst_QRegExp
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_qmakelib
| 80 |
| 3367 | quoted.append(str.at(i)); | - |
| 3368 | }executed 17596 times by 14 tests: end of blockExecuted by:- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
| 17596 |
| 3369 | returnexecuted 837 times by 14 tests: return quoted;Executed by:- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
quoted;executed 837 times by 14 tests: return quoted;Executed by:- tst_QDataStream
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QRegExp
- tst_QSortFilterProxyModel
- tst_QSslCertificate
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_static
- tst_QString
- tst_QTextDocument
- tst_languageChange
- tst_qmakelib
| 837 |
| 3370 | } | - |
| 3371 | QDataStream &operator<<(QDataStream &out, const QRegExp ®Exp) | - |
| 3372 | { | - |
| 3373 | returnexecuted 173 times by 3 tests: return out << regExp.pattern() << (quint8)regExp.caseSensitivity() << (quint8)regExp.patternSyntax() << (quint8)!!regExp.isMinimal();Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
out << regExp.pattern() << (quint8)regExp.caseSensitivity()executed 173 times by 3 tests: return out << regExp.pattern() << (quint8)regExp.caseSensitivity() << (quint8)regExp.patternSyntax() << (quint8)!!regExp.isMinimal();Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 173 |
| 3374 | << (quint8)regExp.patternSyntax()executed 173 times by 3 tests: return out << regExp.pattern() << (quint8)regExp.caseSensitivity() << (quint8)regExp.patternSyntax() << (quint8)!!regExp.isMinimal();Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 173 |
| 3375 | << (quint8)!!regExp.isMinimal();executed 173 times by 3 tests: return out << regExp.pattern() << (quint8)regExp.caseSensitivity() << (quint8)regExp.patternSyntax() << (quint8)!!regExp.isMinimal();Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 173 |
| 3376 | } | - |
| 3377 | QDataStream &operator>>(QDataStream &in, QRegExp ®Exp) | - |
| 3378 | { | - |
| 3379 | QString pattern; | - |
| 3380 | quint8 cs; | - |
| 3381 | quint8 patternSyntax; | - |
| 3382 | quint8 isMinimal; | - |
| 3383 | | - |
| 3384 | in >> pattern >> cs >> patternSyntax >> isMinimal; | - |
| 3385 | | - |
| 3386 | QRegExp newRegExp(pattern, Qt::CaseSensitivity(cs), | - |
| 3387 | QRegExp::PatternSyntax(patternSyntax)); | - |
| 3388 | | - |
| 3389 | newRegExp.setMinimal(isMinimal); | - |
| 3390 | regExp = newRegExp; | - |
| 3391 | returnexecuted 177 times by 3 tests: return in;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
in;executed 177 times by 3 tests: return in;Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 177 |
| 3392 | } | - |
| 3393 | | - |
| 3394 | | - |
| 3395 | | - |
| 3396 | QDebug operator<<(QDebug dbg, const QRegExp &r) | - |
| 3397 | { | - |
| 3398 | QDebugStateSaver saver(dbg); | - |
| 3399 | dbg.nospace() << "QRegExp(patternSyntax=" << r.patternSyntax() | - |
| 3400 | << ", pattern='"<< r.pattern() << "')"; | - |
| 3401 | returnexecuted 1 time by 1 test: return dbg; dbg;executed 1 time by 1 test: return dbg; | 1 |
| 3402 | } | - |
| 3403 | | - |
| 3404 | | - |
| 3405 | | - |
| | |