| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QTimeZone::windowsIdToDefaultIanaId| Name:  | QTimeZone::windowsIdToDefaultIanaId |  | Prototype:  | QByteArray QTimeZone::windowsIdToDefaultIanaId(const QByteArray &windowsId, QLocale::Country country) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp |  | Lines:  | 929-933 |  
  |  | 1 | 1 | 
 QTimeZone::windowsIdToIanaIds| Name:  | QTimeZone::windowsIdToIanaIds |  | Prototype:  | QList<QByteArray> QTimeZone::windowsIdToIanaIds(const QByteArray &windowsId) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp |  | Lines:  | 943-946 |  
  |  | 1 | 1 | 
 QTimeZone::windowsIdToIanaIds| Name:  | QTimeZone::windowsIdToIanaIds |  | Prototype:  | QList<QByteArray> QTimeZone::windowsIdToIanaIds(const QByteArray &windowsId, QLocale::Country country) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp |  | Lines:  | 960-964 |  
  |  | 1 | 1 | 
 QTimeZonePrivate::QTimeZonePrivate| Name:  | QTimeZonePrivate::QTimeZonePrivate |  | Prototype:  | QTimeZonePrivate::QTimeZonePrivate(const QTimeZonePrivate &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 134-137 |  
  |  | 2 | 1 | 
 QTimeZonePrivate::availableTimeZoneIds| Name:  | QTimeZonePrivate::availableTimeZoneIds |  | Prototype:  | QList<QByteArray> QTimeZonePrivate::availableTimeZoneIds(int offsetFromUtc) const |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 380-406 |  
  |  | 16 | 5 | 
 QTimeZonePrivate::hasDaylightTime| Name:  | QTimeZonePrivate::hasDaylightTime |  | Prototype:  | bool QTimeZonePrivate::hasDaylightTime() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 233-236 |  
  |  | 1 | 1 | 
 QTimeZonePrivate::hasTransitions| Name:  | QTimeZonePrivate::hasTransitions |  | Prototype:  | bool QTimeZonePrivate::hasTransitions() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 314-317 |  
  |  | 1 | 1 | 
 QTimeZonePrivate::ianaIdToWindowsId| Name:  | QTimeZonePrivate::ianaIdToWindowsId |  | Prototype:  | QByteArray QTimeZonePrivate::ianaIdToWindowsId(const QByteArray &id) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 525-533 |  
  |  | 5 | 3 | 
 QTimeZonePrivate::id| Name:  | QTimeZonePrivate::id |  | Prototype:  | QByteArray QTimeZonePrivate::id() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 166-169 |  
  |  | 1 | 1 | 
 QTimeZonePrivate::invalidData| Name:  | QTimeZonePrivate::invalidData |  | Prototype:  | QTimeZonePrivate::Data QTimeZonePrivate::invalidData() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 417-425 |  
  |  | 6 | 1 | 
 QTimeZonePrivate::invalidOffsetData| Name:  | QTimeZonePrivate::invalidOffsetData |  | Prototype:  | QTimeZone::OffsetData QTimeZonePrivate::invalidOffsetData() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 427-435 |  
  |  | 6 | 1 | 
 QTimeZonePrivate::isDaylightTime| Name:  | QTimeZonePrivate::isDaylightTime |  | Prototype:  | bool QTimeZonePrivate::isDaylightTime(qint64 atMSecsSinceEpoch) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 238-242 |  
  |  | 2 | 1 | 
 QTimeZonePrivate::isValid| Name:  | QTimeZonePrivate::isValid |  | Prototype:  | bool QTimeZonePrivate::isValid() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 161-164 |  
  |  | 1 | 1 | 
 QTimeZonePrivate::isoOffsetFormat| Name:  | QTimeZonePrivate::isoOffsetFormat |  | Prototype:  | QString QTimeZonePrivate::isoOffsetFormat(int offsetFromUtc) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 517-523 |  
  |  | 4 | 1 | 
 QTimeZonePrivate::offsetFromUtc| Name:  | QTimeZonePrivate::offsetFromUtc |  | Prototype:  | int QTimeZonePrivate::offsetFromUtc(qint64 atMSecsSinceEpoch) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 216-219 |  
  |  | 1 | 1 | 
 QTimeZonePrivate::operator!=| Name:  | QTimeZonePrivate::operator!= |  | Prototype:  | bool QTimeZonePrivate::operator!=(const QTimeZonePrivate &other) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 156-159 |  
  |  | 1 | 1 | 
 QTimeZonePrivate::operator==| Name:  | QTimeZonePrivate::operator== |  | Prototype:  | bool QTimeZonePrivate::operator==(const QTimeZonePrivate &other) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 148-154 |  
  |  | 1 | 1 | 
 QTimeZonePrivate::serialize| Name:  | QTimeZonePrivate::serialize |  | Prototype:  | void QTimeZonePrivate::serialize(QDataStream &ds) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 409-412 |  
  |  | 1 | 1 | 
 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) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 535-544 |  
  |  | 6 | 3 | 
 QTimeZonePrivate::windowsIdToIanaIds| Name:  | QTimeZonePrivate::windowsIdToIanaIds |  | Prototype:  | QList<QByteArray> QTimeZonePrivate::windowsIdToIanaIds(const QByteArray &windowsId) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 556-570 |  
  |  | 8 | 3 | 
 QTimeZonePrivate::windowsIdToIanaIds| Name:  | QTimeZonePrivate::windowsIdToIanaIds |  | Prototype:  | QList<QByteArray> QTimeZonePrivate::windowsIdToIanaIds(const QByteArray &windowsId, QLocale::Country country) |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp |  | Lines:  | 572-584 |  
  |  | 6 | 3 | 
 QTimeZoneSingleton::QTimeZoneSingleton| Name:  | QTimeZoneSingleton::QTimeZoneSingleton |  | Prototype:  | QTimeZoneSingleton() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp |  | Lines:  | 110-110 |  
  |  | 1 | 1 | 
 QTimer::QTimer| Name:  | QTimer::QTimer |  | Prototype:  | QTimer::QTimer(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp |  | Lines:  | 148-151 |  
  |  | 2 | 1 | 
 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::singleShot| Name:  | QTimer::singleShot |  | Prototype:  | void QTimer::singleShot(int msec, const QObject *receiver, const char *member) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp |  | Lines:  | 368-374 |  
  |  | 1 | 1 | 
 QTimer::singleShotImpl| Name:  | QTimer::singleShotImpl |  | Prototype:  | void QTimer::singleShotImpl(int msec, Qt::TimerType timerType, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp |  | Lines:  | 341-346 |  
  |  | 1 | 1 | 
 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::start| Name:  | QTimer::start |  | Prototype:  | void QTimer::start(int msec) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp |  | Lines:  | 223-227 |  
  |  | 2 | 1 | 
 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 | 
 QTimerEvent::QTimerEvent| Name:  | QTimerEvent::QTimerEvent |  | Prototype:  | QTimerEvent::QTimerEvent(int timerId) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp |  | Lines:  | 507-509 |  
  |  | 1 | 1 | 
 QTimerInfoList::registeredTimers| Name:  | QTimerInfoList::registeredTimers |  | Prototype:  | QList<QAbstractEventDispatcher::TimerInfo> QTimerInfoList::registeredTimers(QObject *object) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp |  | Lines:  | 550-564 |  
  |  | 10 | 3 | 
 QTimerInfoList::timerInsert| Name:  | QTimerInfoList::timerInsert |  | Prototype:  | void QTimerInfoList::timerInsert(QTimerInfo *ti) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp |  | Lines:  | 180-189 |  
  |  | 6 | 3 | 
 QTimerInfoList::timerWait| Name:  | QTimerInfoList::timerWait |  | Prototype:  | bool QTimerInfoList::timerWait(timespec &tm) |  | Coverage:  | 100.000% (14/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp |  | Lines:  | 386-413 |  
  |  | 14 | 5 | 
 QTimerInfoList::updateCurrentTime| Name:  | QTimerInfoList::updateCurrentTime |  | Prototype:  | timespec QTimerInfoList::updateCurrentTime() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp |  | Lines:  | 89-92 |  
  |  | 1 | 1 | 
 QTransformToFTMatrix| Name:  | QTransformToFTMatrix |  | Prototype:  | static inline FT_Matrix QTransformToFTMatrix(const QTransform &matrix) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 1392-1402 |  
  |  | 6 | 1 | 
 QTranslator::QTranslator| Name:  | QTranslator::QTranslator |  | Prototype:  | QTranslator::QTranslator(QObject * parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp |  | Lines:  | 413-416 |  
  |  | 2 | 1 | 
 QTranslator::isEmpty| Name:  | QTranslator::isEmpty |  | Prototype:  | bool QTranslator::isEmpty() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp |  | Lines:  | 1138-1143 |  
  |  | 3 | 1 | 
 QTranslator::load::[lambda]| Name:  | QTranslator::load::[lambda] |  | Prototype:  | []() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp |  | Lines:  | 493-493 |  
  |  | 0 | 1 | 
 QTranslator::translate| Name:  | QTranslator::translate |  | Prototype:  | QString QTranslator::translate(const char *context, const char *sourceText, const char *disambiguation, int n) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp |  | Lines:  | 1127-1132 |  
  |  | 2 | 1 | 
 QTranslatorPrivate::QTranslatorPrivate| Name:  | QTranslatorPrivate::QTranslatorPrivate |  | Prototype:  | QTranslatorPrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp |  | Lines:  | 292-298 |  
  |  | 1 | 1 | 
 QTsciiCodec::mibEnum| Name:  | QTsciiCodec::mibEnum |  | Prototype:  | int QTsciiCodec::mibEnum() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp |  | Lines:  | 179-182 |  
  |  | 1 | 1 | 
 QTsciiCodec::name| Name:  | QTsciiCodec::name |  | Prototype:  | QByteArray QTsciiCodec::name() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp |  | Lines:  | 169-172 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::QTzTimeZonePrivate| Name:  | QTzTimeZonePrivate::QTzTimeZonePrivate |  | Prototype:  | QTzTimeZonePrivate::QTzTimeZonePrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 600-606 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::QTzTimeZonePrivate| Name:  | QTzTimeZonePrivate::QTzTimeZonePrivate |  | Prototype:  | QTzTimeZonePrivate::QTzTimeZonePrivate(const QByteArray &ianaId) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 609-615 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::QTzTimeZonePrivate| Name:  | QTzTimeZonePrivate::QTzTimeZonePrivate |  | Prototype:  | QTzTimeZonePrivate::QTzTimeZonePrivate(const QTzTimeZonePrivate &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 617-625 |  
  |  | 2 | 1 | 
 QTzTimeZonePrivate::abbreviation| Name:  | QTzTimeZonePrivate::abbreviation |  | Prototype:  | QString QTzTimeZonePrivate::abbreviation(qint64 atMSecsSinceEpoch) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 858-861 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::availableTimeZoneIds| Name:  | QTzTimeZonePrivate::availableTimeZoneIds |  | Prototype:  | QList<QByteArray> QTzTimeZonePrivate::availableTimeZoneIds() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 1063-1068 |  
  |  | 3 | 1 | 
 QTzTimeZonePrivate::availableTimeZoneIds| Name:  | QTzTimeZonePrivate::availableTimeZoneIds |  | Prototype:  | QList<QByteArray> QTzTimeZonePrivate::availableTimeZoneIds(QLocale::Country country) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 1070-1080 |  
  |  | 6 | 3 | 
 QTzTimeZonePrivate::clone| Name:  | QTzTimeZonePrivate::clone |  | Prototype:  | QTimeZonePrivate *QTzTimeZonePrivate::clone() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 631-634 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::comment| Name:  | QTzTimeZonePrivate::comment |  | Prototype:  | QString QTzTimeZonePrivate::comment() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 772-775 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::country| Name:  | QTzTimeZonePrivate::country |  | Prototype:  | QLocale::Country QTzTimeZonePrivate::country() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 767-770 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::dataForTzTransition| Name:  | QTzTimeZonePrivate::dataForTzTransition |  | Prototype:  | QTimeZonePrivate::Data QTzTimeZonePrivate::dataForTzTransition(QTzTransitionTime tran) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 894-904 |  
  |  | 8 | 1 | 
 QTzTimeZonePrivate::daylightTimeOffset| Name:  | QTzTimeZonePrivate::daylightTimeOffset |  | Prototype:  | int QTzTimeZonePrivate::daylightTimeOffset(qint64 atMSecsSinceEpoch) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 874-877 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::hasDaylightTime| Name:  | QTzTimeZonePrivate::hasDaylightTime |  | Prototype:  | bool QTzTimeZonePrivate::hasDaylightTime() const |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 879-887 |  
  |  | 4 | 3 | 
 QTzTimeZonePrivate::hasTransitions| Name:  | QTzTimeZonePrivate::hasTransitions |  | Prototype:  | bool QTzTimeZonePrivate::hasTransitions() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 944-947 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::isDaylightTime| Name:  | QTzTimeZonePrivate::isDaylightTime |  | Prototype:  | bool QTzTimeZonePrivate::isDaylightTime(qint64 atMSecsSinceEpoch) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 889-892 |  
  |  | 1 | 1 | 
 QTzTimeZonePrivate::offsetFromUtc| Name:  | QTzTimeZonePrivate::offsetFromUtc |  | Prototype:  | int QTzTimeZonePrivate::offsetFromUtc(qint64 atMSecsSinceEpoch) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 863-867 |  
  |  | 2 | 1 | 
 QTzTimeZonePrivate::standardTimeOffset| Name:  | QTzTimeZonePrivate::standardTimeOffset |  | Prototype:  | int QTzTimeZonePrivate::standardTimeOffset(qint64 atMSecsSinceEpoch) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp |  | Lines:  | 869-872 |  
  |  | 1 | 1 | 
 QUdpSocket::QUdpSocket| Name:  | QUdpSocket::QUdpSocket |  | Prototype:  | QUdpSocket::QUdpSocket(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp |  | Lines:  | 156-160 |  
  |  | 1 | 1 | 
 QUdpSocket::joinMulticastGroup| Name:  | QUdpSocket::joinMulticastGroup |  | Prototype:  | bool QUdpSocket::joinMulticastGroup(const QHostAddress &groupAddress) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp |  | Lines:  | 189-192 |  
  |  | 1 | 1 | 
 QUdpSocket::joinMulticastGroup| Name:  | QUdpSocket::joinMulticastGroup |  | Prototype:  | bool QUdpSocket::joinMulticastGroup(const QHostAddress &groupAddress, const QNetworkInterface &iface) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp |  | Lines:  | 203-209 |  
  |  | 3 | 2 | 
 QUdpSocket::leaveMulticastGroup| Name:  | QUdpSocket::leaveMulticastGroup |  | Prototype:  | bool QUdpSocket::leaveMulticastGroup(const QHostAddress &groupAddress) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp |  | Lines:  | 223-226 |  
  |  | 1 | 1 | 
 QUdpSocket::leaveMulticastGroup| Name:  | QUdpSocket::leaveMulticastGroup |  | Prototype:  | bool QUdpSocket::leaveMulticastGroup(const QHostAddress &groupAddress, const QNetworkInterface &iface) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qudpsocket.cpp |  | Lines:  | 237-242 |  
  |  | 2 | 2 | 
 QUnhandledException::clone| Name:  | QUnhandledException::clone |  | Prototype:  | QUnhandledException *QUnhandledException::clone() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp |  | Lines:  | 153-156 |  
  |  | 1 | 1 | 
 QUnhandledException::raise| Name:  | QUnhandledException::raise |  | Prototype:  | void QUnhandledException::raise() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp |  | Lines:  | 147-151 |  
  |  | 2 | 1 | 
 QUnicodeTables::convertCase| Name:  | QUnicodeTables::convertCase |  | Prototype:  | template <typename Traits, typename T> static QString convertCase(T &str) |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5843-5862 |  
  |  | 9 | 4 | 
 QUnicodeTables::detachAndConvertCase| Name:  | QUnicodeTables::detachAndConvertCase |  | Prototype:  | template <typename Traits, typename T> __attribute__((noinline)) static QString detachAndConvertCase(T &str, QStringIterator it) |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5798-5841 |  
  |  | 21 | 6 | 
 QUnicodeTables::lineBreakClass| Name:  | QUnicodeTables::lineBreakClass |  | Prototype:  | LineBreakClass lineBreakClass(uint ucs4) noexcept |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp |  | Lines:  | 8291-8294 |  
  |  | 1 | 1 | 
 QUnicodeTables::properties| Name:  | QUnicodeTables::properties |  | Prototype:  | const Properties * properties(uint ucs4) noexcept |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp |  | Lines:  | 8266-8269 |  
  |  | 1 | 1 | 
 QUnicodeTables::qGetProp| Name:  | QUnicodeTables::qGetProp |  | Prototype:  | static inline const Properties *qGetProp(uint ucs4) noexcept |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp |  | Lines:  | 8256-8259 |  
  |  | 1 | 1 | 
 QUnicodeTables::qGetProp| Name:  | QUnicodeTables::qGetProp |  | Prototype:  | static inline const Properties *qGetProp(ushort ucs2) noexcept |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp |  | Lines:  | 8261-8264 |  
  |  | 1 | 1 | 
 QUnicodeTools::LB::NS::toClass| Name:  | QUnicodeTools::LB::NS::toClass |  | Prototype:  | inline Class toClass(QUnicodeTables::LineBreakClass lbc, QChar::Category category) |  | Coverage:  | 100.000% (22/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 390-412 |  
  |  | 11 | 13 | 
 QUnicodeTools::getGraphemeBreaks| Name:  | QUnicodeTools::getGraphemeBreaks |  | Prototype:  | static void getGraphemeBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) |  | Coverage:  | 100.000% (15/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 83-107 |  
  |  | 15 | 5 | 
 QUnicodeTools::initScripts| Name:  | QUnicodeTools::initScripts |  | Prototype:  | void initScripts(const ushort *string, int length, uchar *scripts) |  | Coverage:  | 100.000% (21/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 685-734 |  
  |  | 27 | 7 | 
 QUnifiedTimer::QUnifiedTimer| Name:  | QUnifiedTimer::QUnifiedTimer |  | Prototype:  | QUnifiedTimer::QUnifiedTimer() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 222-231 |  
  |  | 2 | 1 | 
 QUnifiedTimer::elapsed| Name:  | QUnifiedTimer::elapsed |  | Prototype:  | qint64 QUnifiedTimer::elapsed() const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 262-273 |  
  |  | 5 | 3 | 
 QUnifiedTimer::instance| Name:  | QUnifiedTimer::instance |  | Prototype:  | QUnifiedTimer *QUnifiedTimer::instance() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 251-254 |  
  |  | 1 | 1 | 
 QUnifiedTimer::maybeUpdateAnimationsToCurrentTime| Name:  | QUnifiedTimer::maybeUpdateAnimationsToCurrentTime |  | Prototype:  | void QUnifiedTimer::maybeUpdateAnimationsToCurrentTime() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 256-260 |  
  |  | 2 | 2 | 
 QUnifiedTimer::pauseAnimationTimer| Name:  | QUnifiedTimer::pauseAnimationTimer |  | Prototype:  | void QUnifiedTimer::pauseAnimationTimer(QAbstractAnimationTimer *timer, int duration) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 481-493 |  
  |  | 9 | 3 | 
 QUnifiedTimer::restart| Name:  | QUnifiedTimer::restart |  | Prototype:  | void QUnifiedTimer::restart() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 371-379 |  
  |  | 5 | 2 | 
 QUnifiedTimer::resumeAnimationTimer| Name:  | QUnifiedTimer::resumeAnimationTimer |  | Prototype:  | void QUnifiedTimer::resumeAnimationTimer(QAbstractAnimationTimer *timer) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 495-504 |  
  |  | 6 | 2 | 
 QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivate| Name:  | QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivate |  | Prototype:  | QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivate(QPrinter *printer) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp |  | Lines:  | 199-201 |  
  |  | 2 | 1 | 
 QUnixPageSetupDialogPrivate::init| Name:  | QUnixPageSetupDialogPrivate::init |  | Prototype:  | void QUnixPageSetupDialogPrivate::init() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp |  | Lines:  | 207-223 |  
  |  | 11 | 1 | 
 QUnixPrintWidget::QUnixPrintWidget| Name:  | QUnixPrintWidget::QUnixPrintWidget |  | Prototype:  | QUnixPrintWidget::QUnixPrintWidget(QPrinter *printer, QWidget *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 952-956 |  
  |  | 1 | 1 | 
 QUnixPrintWidget::~QUnixPrintWidget| Name:  | QUnixPrintWidget::~QUnixPrintWidget |  | Prototype:  | QUnixPrintWidget::~QUnixPrintWidget() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 960-963 |  
  |  | 1 | 1 | 
 QUrl::QUrl| Name:  | QUrl::QUrl |  | Prototype:  | QUrl::QUrl(const QString &url, ParsingMode parsingMode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1814-1817 |  
  |  | 1 | 1 | 
 QUrl::QUrl| Name:  | QUrl::QUrl |  | Prototype:  | QUrl::QUrl() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1822-1824 |  
  |  | 2 | 1 | 
 QUrl::QUrl| Name:  | QUrl::QUrl |  | Prototype:  | QUrl::QUrl(const QUrl &other) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1829-1833 |  
  |  | 2 | 2 | 
 QUrl::detach| Name:  | QUrl::detach |  | Prototype:  | void QUrl::detach() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3777-3783 |  
  |  | 3 | 2 | 
 QUrl::errorString| Name:  | QUrl::errorString |  | Prototype:  | QString QUrl::errorString() const |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 4041-4074 |  
  |  | 29 | 4 | 
 QUrl::fileName| Name:  | QUrl::fileName |  | Prototype:  | QString QUrl::fileName(ComponentFormattingOptions options) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2602-2609 |  
  |  | 5 | 2 | 
 QUrl::fragment| Name:  | QUrl::fragment |  | Prototype:  | QString QUrl::fragment(ComponentFormattingOptions options) const |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3052-3061 |  
  |  | 6 | 3 | 
 QUrl::fromAce| Name:  | QUrl::fromAce |  | Prototype:  | QString QUrl::fromAce(const QByteArray &domain) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3534-3537 |  
  |  | 1 | 1 | 
 QUrl::fromEncoded| Name:  | QUrl::fromEncoded |  | Prototype:  | QUrl QUrl::fromEncoded(const QByteArray &input, ParsingMode mode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3427-3430 |  
  |  | 1 | 1 | 
 QUrl::fromEncodedComponent_helper| Name:  | QUrl::fromEncodedComponent_helper |  | Prototype:  | QString QUrl::fromEncodedComponent_helper(const QByteArray &ba) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3492-3495 |  
  |  | 1 | 1 | 
 QUrl::fromPercentEncoding| Name:  | QUrl::fromPercentEncoding |  | Prototype:  | QString QUrl::fromPercentEncoding(const QByteArray &input) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3436-3440 |  
  |  | 2 | 1 | 
 QUrl::fromStringList| Name:  | QUrl::fromStringList |  | Prototype:  | QList<QUrl> QUrl::fromStringList(const QStringList &urls, ParsingMode mode) |  | Coverage:  | 100.000% (2/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 4097-4104 |  
  |  | 5 | 2 | 
 QUrl::fromUserInput| Name:  | QUrl::fromUserInput |  | Prototype:  | QUrl QUrl::fromUserInput(const QString &userInput, const QString &workingDirectory, UserInputResolutionOptions options) |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 4201-4228 |  
  |  | 13 | 6 |