| 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::readAll| Name:  | 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::setCodec| Name:  | 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::setDevice| Name:  | 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::setGenerateByteOrderMark| Name:  | 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::setRealNumberPrecision| Name:  | 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::setStatus| Name:  | 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::setString| Name:  | 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::skipWhiteSpace| Name:  | 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::~QTextStream| Name:  | 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::consumeLastToken| Name:  | 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::putChar| Name:  | 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::readPtr| Name:  | 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::restoreToSavedConverterState| Name:  | 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::~QTextStreamPrivate| Name:  | 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::columns| Name:  | 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::mergeCells| Name:  | 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::rowEnd| Name:  | 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::rowStart| Name:  | 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::rows| Name:  | 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::lastPosition| Name:  | 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::calcRowPosition| Name:  | 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::paddingProperty| Name:  | 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::createTable| Name:  | 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::findCellIndex| Name:  | 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::~QTextTablePrivate| Name:  | 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::image| Name:  | 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::pixmap| Name:  | 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::setPixmap| Name:  | 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::event| Name:  | 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::exec| Name:  | 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::exit| Name:  | 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::idealThreadCount| Name:  | 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::isInterruptionRequested| Name:  | 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::setPriority| Name:  | 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::setTerminationEnabled| Name:  | 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::deref| Name:  | 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::setExpiryTimeout| Name:  | 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::setMaxThreadCount| Name:  | 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::waitForDone| Name:  | 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::startThread| Name:  | 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::tryToStartMoreThreads| Name:  | 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::registerThreadInactive| Name:  | 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::QThreadPrivate| Name:  | 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::createEventDispatcher| Name:  | 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::finish| Name:  | 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::~QThreadStorageData| Name:  | 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::elapsed| Name:  | 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::fromString| Name:  | 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::hour| Name:  | 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::minute| Name:  | 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::msec| Name:  | 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::msecsTo| Name:  | 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::restart| Name:  | 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::second| Name:  | 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::secsTo| Name:  | 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::setHMS| Name:  | 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::frameForTime| Name:  | 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::resume| Name:  | 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::setDuration| Name:  | 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::stop| Name:  | 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::~QTimeLine| Name:  | 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::setState| Name:  | 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::QTimeZone| Name:  | 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::QTimeZone| Name:  | 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::QTimeZone| Name:  | 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::abbreviation| Name:  | 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::comment| Name:  | 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::country| Name:  | 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::daylightTimeOffset| Name:  | 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::displayName| Name:  | 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::displayName| Name:  | 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::hasDaylightTime| Name:  | 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::hasTransitions| Name:  | 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::id| Name:  | 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::isDaylightTime| Name:  | 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::isTimeZoneIdAvailable| Name:  | 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::isValid| Name:  | 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::nextTransition| Name:  | 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::offsetData| Name:  | 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::offsetFromUtc| Name:  | 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::previousTransition| Name:  | 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::standardTimeOffset| Name:  | 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::toOffsetData| Name:  | 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::windowsIdToDefaultIanaId| Name:  | 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::remainingTime| Name:  | 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::setInterval| Name:  | 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::start| Name:  | 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::stop| Name:  | 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::~QTimer| Name:  | 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::QTimerInfoList| Name:  | 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::timeChanged| Name:  | 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::timerRepair| Name:  | 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::getTipScreen| Name:  | 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::hideTip| Name:  | 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 |