Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QTextStream::operator<<Name: | QTextStream::operator<< | Prototype: | QTextStream &QTextStream::operator<<(const QString &string) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 2581-2587 |
| | 4 | 2 |
QTextStream::operator<<Name: | QTextStream::operator<< | Prototype: | QTextStream &QTextStream::operator<<(const QByteArray &array) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 2624-2630 |
| | 4 | 2 |
QTextStream::operator<<Name: | QTextStream::operator<< | Prototype: | QTextStream &QTextStream::operator<<(const char *string) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 2645-2651 |
| | 4 | 2 |
QTextStream::operator<<Name: | QTextStream::operator<< | Prototype: | QTextStream &QTextStream::operator<<(const void *ptr) | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 2659-2671 |
| | 10 | 2 |
QTextStream::readAllName: | QTextStream::readAll | Prototype: | QString QTextStream::readAll() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1650-1656 |
| | 3 | 2 |
QTextStream::setCodecName: | QTextStream::setCodec | Prototype: | void QTextStream::setCodec(const char *codecName) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 3075-3080 |
| | 3 | 2 |
QTextStream::setDeviceName: | QTextStream::setDevice | Prototype: | void QTextStream::setDevice(QIODevice *device) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1315-1334 |
| | 11 | 2 |
QTextStream::setGenerateByteOrderMarkName: | QTextStream::setGenerateByteOrderMark | Prototype: | void QTextStream::setGenerateByteOrderMark(bool generate) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 3130-3136 |
| | 3 | 2 |
QTextStream::setRealNumberPrecisionName: | QTextStream::setRealNumberPrecision | Prototype: | void QTextStream::setRealNumberPrecision(int precision) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1559-1568 |
| | 6 | 2 |
QTextStream::setStatusName: | QTextStream::setStatus | Prototype: | void QTextStream::setStatus(Status status) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1617-1622 |
| | 3 | 2 |
QTextStream::setStringName: | QTextStream::setString | Prototype: | void QTextStream::setString(QString *string, QIODevice::OpenMode openMode) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1355-1372 |
| | 11 | 2 |
QTextStream::skipWhiteSpaceName: | QTextStream::skipWhiteSpace | Prototype: | void QTextStream::skipWhiteSpace() | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1297-1303 |
| | 4 | 2 |
QTextStream::~QTextStreamName: | QTextStream::~QTextStream | Prototype: | QTextStream::~QTextStream() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1159-1167 |
| | 3 | 2 |
QTextStreamPrivate::consumeLastTokenName: | QTextStreamPrivate::consumeLastToken | Prototype: | inline void QTextStreamPrivate::consumeLastToken() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 753-758 |
| | 3 | 2 |
QTextStreamPrivate::putCharName: | QTextStreamPrivate::putChar | Prototype: | inline void QTextStreamPrivate::putChar(QChar ch) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 926-932 |
| | 3 | 2 |
QTextStreamPrivate::readPtrName: | QTextStreamPrivate::readPtr | Prototype: | inline const QChar *QTextStreamPrivate::readPtr() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 742-748 |
| | 4 | 2 |
QTextStreamPrivate::restoreToSavedConverterStateName: | QTextStreamPrivate::restoreToSavedConverterState | Prototype: | inline void QTextStreamPrivate::restoreToSavedConverterState() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 810-823 |
| | 3 | 2 |
QTextStreamPrivate::~QTextStreamPrivateName: | QTextStreamPrivate::~QTextStreamPrivate | Prototype: | QTextStreamPrivate::~QTextStreamPrivate() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 344-355 |
| | 4 | 2 |
QTextTable::columnsName: | QTextTable::columns | Prototype: | int QTextTable::columns() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1267-1274 |
| | 4 | 2 |
QTextTable::mergeCellsName: | QTextTable::mergeCells | Prototype: | void QTextTable::mergeCells(const QTextCursor &cursor) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1161-1169 |
| | 5 | 2 |
QTextTable::rowEndName: | QTextTable::rowEnd | Prototype: | QTextCursor QTextTable::rowEnd(const QTextCursor &c) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1305-1317 |
| | 9 | 2 |
QTextTable::rowStartName: | QTextTable::rowStart | Prototype: | QTextCursor QTextTable::rowStart(const QTextCursor &c) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1284-1295 |
| | 8 | 2 |
QTextTable::rowsName: | QTextTable::rows | Prototype: | int QTextTable::rows() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 1253-1260 |
| | 4 | 2 |
QTextTableCell::lastPositionName: | QTextTableCell::lastPosition | Prototype: | int QTextTableCell::lastPosition() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 260-271 |
| | 8 | 2 |
QTextTableData::calcRowPositionName: | QTextTableData::calcRowPosition | Prototype: | inline void calcRowPosition(int row) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 185-189 |
| | 2 | 2 |
QTextTableData::paddingPropertyName: | QTextTableData::paddingProperty | Prototype: | inline QFixed paddingProperty(const QTextFormat &format, QTextFormat::Property property) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 193-202 |
| | 5 | 2 |
QTextTablePrivate::createTableName: | QTextTablePrivate::createTable | Prototype: | QTextTable *QTextTablePrivate::createTable(QTextDocumentPrivate *pieceTable, int pos, int rows, int cols, const QTextTableFormat &tableFormat) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 328-370 |
| | 24 | 2 |
QTextTablePrivate::findCellIndexName: | QTextTablePrivate::findCellIndex | Prototype: | int QTextTablePrivate::findCellIndex(int fragment) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 390-398 |
| | 6 | 2 |
QTextTablePrivate::~QTextTablePrivateName: | QTextTablePrivate::~QTextTablePrivate | Prototype: | QTextTablePrivate::~QTextTablePrivate() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 321-325 |
| | 2 | 2 |
QTexturedBrushData::imageName: | QTexturedBrushData::image | Prototype: | QImage &image() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 212-216 |
| | 3 | 2 |
QTexturedBrushData::pixmapName: | QTexturedBrushData::pixmap | Prototype: | QPixmap &pixmap() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 205-210 |
| | 3 | 2 |
QTexturedBrushData::setPixmapName: | QTexturedBrushData::setPixmap | Prototype: | void setPixmap(const QPixmap &pm) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 184-196 |
| | 7 | 2 |
QThread::eventName: | QThread::event | Prototype: | bool QThread::event(QEvent *event) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 808-816 |
| | 4 | 2 |
QThread::execName: | QThread::exec | Prototype: | int QThread::exec() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 495-513 |
| | 13 | 2 |
QThread::exitName: | QThread::exit | Prototype: | void QThread::exit(int returnCode) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 536-547 |
| | 8 | 2 |
QThread::idealThreadCountName: | QThread::idealThreadCount | Prototype: | int QThread::idealThreadCount() noexcept | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 426-484 |
| | 5 | 2 |
QThread::isInterruptionRequestedName: | QThread::isInterruptionRequested | Prototype: | bool QThread::isInterruptionRequested() const | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 866-873 |
| | 5 | 2 |
QThread::setPriorityName: | QThread::setPriority | Prototype: | void QThread::setPriority(Priority priority) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 596-605 |
| | 6 | 2 |
QThread::setTerminationEnabledName: | QThread::setTerminationEnabled | Prototype: | void QThread::setTerminationEnabled(bool enabled) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 704-718 |
| | 13 | 2 |
QThreadData::derefName: | QThreadData::deref | Prototype: | void QThreadData::deref() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 105-111 |
| | 2 | 2 |
QThreadPool::setExpiryTimeoutName: | QThreadPool::setExpiryTimeout | Prototype: | void QThreadPool::setExpiryTimeout(int expiryTimeout) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 521-527 |
| | 4 | 2 |
QThreadPool::setMaxThreadCountName: | QThreadPool::setMaxThreadCount | Prototype: | void QThreadPool::setMaxThreadCount(int maxThreadCount) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 546-556 |
| | 6 | 2 |
QThreadPool::waitForDoneName: | QThreadPool::waitForDone | Prototype: | bool QThreadPool::waitForDone(int msecs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 620-627 |
| | 5 | 2 |
QThreadPoolPrivate::startThreadName: | QThreadPoolPrivate::startThread | Prototype: | void QThreadPoolPrivate::startThread(QRunnable *runnable) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 244-255 |
| | 8 | 2 |
QThreadPoolPrivate::tryToStartMoreThreadsName: | QThreadPoolPrivate::tryToStartMoreThreads | Prototype: | void QThreadPoolPrivate::tryToStartMoreThreads() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 228-233 |
| | 2 | 2 |
QThreadPoolThread::registerThreadInactiveName: | QThreadPoolThread::registerThreadInactive | Prototype: | void QThreadPoolThread::registerThreadInactive() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadpool.cpp | Lines: | 146-150 |
| | 2 | 2 |
QThreadPrivate::QThreadPrivateName: | QThreadPrivate::QThreadPrivate | Prototype: | QThreadPrivate::QThreadPrivate(QThreadData *d) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | Lines: | 146-164 |
| | 2 | 2 |
QThreadPrivate::createEventDispatcherName: | QThreadPrivate::createEventDispatcher | Prototype: | void QThreadPrivate::createEventDispatcher(QThreadData *data) | Coverage: | 55.556% (5/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 280-301 |
| | 6 | 2 |
QThreadPrivate::finishName: | QThreadPrivate::finish | Prototype: | void QThreadPrivate::finish(void *arg) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 375-406 |
| | 23 | 2 |
QThreadStorageData::~QThreadStorageDataName: | QThreadStorageData::~QThreadStorageData | Prototype: | QThreadStorageData::~QThreadStorageData() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadstorage.cpp | Lines: | 107-113 |
| | 3 | 2 |
QTime::elapsedName: | QTime::elapsed | Prototype: | int QTime::elapsed() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2135-2141 |
| | 4 | 2 |
QTime::fromStringName: | QTime::fromString | Prototype: | QTime QTime::fromString(const QString &string, const QString &format) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2037-2049 |
| | 5 | 2 |
QTime::hourName: | QTime::hour | Prototype: | int QTime::hour() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1506-1512 |
| | 3 | 2 |
QTime::minuteName: | QTime::minute | Prototype: | int QTime::minute() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1522-1528 |
| | 3 | 2 |
QTime::msecName: | QTime::msec | Prototype: | int QTime::msec() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1554-1560 |
| | 3 | 2 |
QTime::msecsToName: | QTime::msecsTo | Prototype: | int QTime::msecsTo(const QTime &t) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1796-1807 |
| | 3 | 2 |
QTime::restartName: | QTime::restart | Prototype: | int QTime::restart() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2107-2115 |
| | 6 | 2 |
QTime::secondName: | QTime::second | Prototype: | int QTime::second() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1538-1544 |
| | 3 | 2 |
QTime::secsToName: | QTime::secsTo | Prototype: | int QTime::secsTo(const QTime &t) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1740-1749 |
| | 5 | 2 |
QTime::setHMSName: | QTime::setHMS | Prototype: | bool QTime::setHMS(int h, int m, int s, int ms) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1691-1702 |
| | 5 | 2 |
QTimeLine::frameForTimeName: | QTimeLine::frameForTime | Prototype: | int QTimeLine::frameForTime(int msec) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimeline.cpp | Lines: | 631-637 |
| | 4 | 2 |
QTimeLine::resumeName: | QTimeLine::resume | Prototype: | void QTimeLine::resume() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimeline.cpp | Lines: | 699-710 |
| | 8 | 2 |
QTimeLine::setDurationName: | QTimeLine::setDuration | Prototype: | void QTimeLine::setDuration(int duration) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimeline.cpp | Lines: | 397-405 |
| | 5 | 2 |
QTimeLine::stopName: | QTimeLine::stop | Prototype: | void QTimeLine::stop() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimeline.cpp | Lines: | 717-724 |
| | 5 | 2 |
QTimeLine::~QTimeLineName: | QTimeLine::~QTimeLine | Prototype: | QTimeLine::~QTimeLine() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimeline.cpp | Lines: | 318-324 |
| | 3 | 2 |
QTimeLinePrivate::setStateName: | QTimeLinePrivate::setState | Prototype: | inline void setState(QTimeLine::State newState) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimeline.cpp | Lines: | 78-83 |
| | 3 | 2 |
QTimeZone::QTimeZoneName: | QTimeZone::QTimeZone | Prototype: | QTimeZone::QTimeZone(const QByteArray &ianaId, int offsetSeconds, const QString &name, const QString &abbreviation, QLocale::Country country, const QString &comment) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 385-391 |
| | 2 | 2 |
QTimeZone::QTimeZoneName: | QTimeZone::QTimeZone | Prototype: | QTimeZone::QTimeZone(const QByteArray &ianaId) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 342-350 |
| | 3 | 2 |
QTimeZone::QTimeZoneName: | QTimeZone::QTimeZone | Prototype: | QTimeZone::QTimeZone(int offsetSeconds) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 360-367 |
| | 3 | 2 |
QTimeZone::abbreviationName: | QTimeZone::abbreviation | Prototype: | QString QTimeZone::abbreviation(const QDateTime &atDateTime) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 588-594 |
| | 3 | 2 |
QTimeZone::commentName: | QTimeZone::comment | Prototype: | QString QTimeZone::comment() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 523-529 |
| | 3 | 2 |
QTimeZone::countryName: | QTimeZone::country | Prototype: | QLocale::Country QTimeZone::country() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 507-513 |
| | 3 | 2 |
QTimeZone::daylightTimeOffsetName: | QTimeZone::daylightTimeOffset | Prototype: | int QTimeZone::daylightTimeOffset(const QDateTime &atDateTime) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 650-656 |
| | 3 | 2 |
QTimeZone::displayNameName: | QTimeZone::displayName | Prototype: | QString QTimeZone::displayName(const QDateTime &atDateTime, NameType nameType, const QLocale &locale) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 545-552 |
| | 3 | 2 |
QTimeZone::displayNameName: | QTimeZone::displayName | Prototype: | QString QTimeZone::displayName(TimeType timeType, NameType nameType, const QLocale &locale) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 569-576 |
| | 3 | 2 |
QTimeZone::hasDaylightTimeName: | QTimeZone::hasDaylightTime | Prototype: | bool QTimeZone::hasDaylightTime() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 664-670 |
| | 3 | 2 |
QTimeZone::hasTransitionsName: | QTimeZone::hasTransitions | Prototype: | bool QTimeZone::hasTransitions() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 711-717 |
| | 3 | 2 |
QTimeZone::idName: | QTimeZone::id | Prototype: | QByteArray QTimeZone::id() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 495-501 |
| | 3 | 2 |
QTimeZone::isDaylightTimeName: | QTimeZone::isDaylightTime | Prototype: | bool QTimeZone::isDaylightTime(const QDateTime &atDateTime) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 678-684 |
| | 3 | 2 |
QTimeZone::isTimeZoneIdAvailableName: | QTimeZone::isTimeZoneIdAvailable | Prototype: | bool QTimeZone::isTimeZoneIdAvailable(const QByteArray &ianaId) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 828-836 |
| | 4 | 2 |
QTimeZone::isValidName: | QTimeZone::isValid | Prototype: | bool QTimeZone::isValid() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 480-486 |
| | 3 | 2 |
QTimeZone::nextTransitionName: | QTimeZone::nextTransition | Prototype: | QTimeZone::OffsetData QTimeZone::nextTransition(const QDateTime &afterDateTime) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 732-738 |
| | 3 | 2 |
QTimeZone::offsetDataName: | QTimeZone::offsetData | Prototype: | QTimeZone::OffsetData QTimeZone::offsetData(const QDateTime &forDateTime) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 694-700 |
| | 3 | 2 |
QTimeZone::offsetFromUtcName: | QTimeZone::offsetFromUtc | Prototype: | int QTimeZone::offsetFromUtc(const QDateTime &atDateTime) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 610-616 |
| | 3 | 2 |
QTimeZone::operator!=Name: | QTimeZone::operator!= | Prototype: | bool QTimeZone::operator!=(const QTimeZone &other) const | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 468-474 |
| | 3 | 2 |
QTimeZone::operator==Name: | QTimeZone::operator== | Prototype: | bool QTimeZone::operator==(const QTimeZone &other) const | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 456-462 |
| | 3 | 2 |
QTimeZone::previousTransitionName: | QTimeZone::previousTransition | Prototype: | QTimeZone::OffsetData QTimeZone::previousTransition(const QDateTime &beforeDateTime) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 753-759 |
| | 3 | 2 |
QTimeZone::standardTimeOffsetName: | QTimeZone::standardTimeOffset | Prototype: | int QTimeZone::standardTimeOffset(const QDateTime &atDateTime) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 630-636 |
| | 3 | 2 |
QTimeZonePrivate::toOffsetDataName: | QTimeZonePrivate::toOffsetData | Prototype: | QTimeZone::OffsetData QTimeZonePrivate::toOffsetData(const QTimeZonePrivate::Data &data) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 437-448 |
| | 8 | 2 |
QTimeZonePrivate::windowsIdToDefaultIanaIdName: | QTimeZonePrivate::windowsIdToDefaultIanaId | Prototype: | QByteArray QTimeZonePrivate::windowsIdToDefaultIanaId(const QByteArray &windowsId, QLocale::Country country) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 546-554 |
| | 4 | 2 |
QTimer::remainingTimeName: | QTimer::remainingTime | Prototype: | int QTimer::remainingTime() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 579-586 |
| | 3 | 2 |
QTimer::setIntervalName: | QTimer::setInterval | Prototype: | void QTimer::setInterval(int msec) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 559-566 |
| | 4 | 2 |
QTimer::startName: | QTimer::start | Prototype: | void QTimer::start() | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 205-211 |
| | 4 | 2 |
QTimer::stopName: | QTimer::stop | Prototype: | void QTimer::stop() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 237-243 |
| | 3 | 2 |
QTimer::~QTimerName: | QTimer::~QTimer | Prototype: | QTimer::~QTimer() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | Lines: | 158-162 |
| | 2 | 2 |
QTimerInfoList::QTimerInfoListName: | QTimerInfoList::QTimerInfoList | Prototype: | QTimerInfoList::QTimerInfoList() | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | Lines: | 65-87 |
| | 11 | 2 |
QTimerInfoList::timeChangedName: | QTimerInfoList::timeChanged | Prototype: | bool QTimerInfoList::timeChanged(timespec *delta) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | Lines: | 116-146 |
| | 17 | 2 |
QTimerInfoList::timerRepairName: | QTimerInfoList::timerRepair | Prototype: | void QTimerInfoList::timerRepair(const timespec &diff) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | Lines: | 151-158 |
| | 3 | 2 |
QTipLabel::getTipScreenName: | QTipLabel::getTipScreen | Prototype: | int QTipLabel::getTipScreen(const QPoint &pos, QWidget *w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 362-368 |
| | 3 | 2 |
QTipLabel::hideTipName: | QTipLabel::hideTip | Prototype: | void QTipLabel::hideTip() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qtooltip.cpp | Lines: | 259-263 |
| | 2 | 2 |