| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 QDomDocumentPrivate::setContent| Name:  | QDomDocumentPrivate::setContent |  | Prototype:  | bool QDomDocumentPrivate::setContent(QXmlInputSource *source, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6207-6212 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::createDocumentFragment| Name:  | QDomDocumentPrivate::createDocumentFragment |  | Prototype:  | QDomDocumentFragmentPrivate* QDomDocumentPrivate::createDocumentFragment() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6285-6290 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::cloneNode| Name:  | QDomDocumentPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomDocumentPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6244-6250 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::clear| Name:  | QDomDocumentPrivate::clear |  | Prototype:  | void QDomDocumentPrivate::clear() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6193-6198 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::QDomDocumentPrivate| Name:  | QDomDocumentPrivate::QDomDocumentPrivate |  | Prototype:  | QDomDocumentPrivate::QDomDocumentPrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6142-6151 |  
  |  | 3 | 1 | 
 QDomDocumentFragmentPrivate::cloneNode| Name:  | QDomDocumentFragmentPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomDocumentFragmentPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 3781-3787 |  
  |  | 3 | 1 | 
 QDomDocument::setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(QXmlInputSource *source, QXmlReader *reader, QString *errorMsg, int *errorLine, int *errorColumn ) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6819-6824 |  
  |  | 3 | 2 | 
 QDomDocument::implementation| Name:  | QDomDocument::implementation |  | Prototype:  | QDomImplementation QDomDocument::implementation() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6872-6877 |  
  |  | 3 | 2 | 
 QDomDocument::documentElement| Name:  | QDomDocument::documentElement |  | Prototype:  | QDomElement QDomDocument::documentElement() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6882-6887 |  
  |  | 3 | 2 | 
 QDomDocument::doctype| Name:  | QDomDocument::doctype |  | Prototype:  | QDomDocumentType QDomDocument::doctype() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6862-6867 |  
  |  | 3 | 2 | 
 QDomDocument::createTextNode| Name:  | QDomDocument::createTextNode |  | Prototype:  | QDomText QDomDocument::createTextNode(const QString& value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6928-6933 |  
  |  | 3 | 2 | 
 QDomDocument::createProcessingInstruction| Name:  | QDomDocument::createProcessingInstruction |  | Prototype:  | QDomProcessingInstruction QDomDocument::createProcessingInstruction(const QString& target, const QString& data) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6980-6986 |  
  |  | 3 | 2 | 
 QDomDocument::createEntityReference| Name:  | QDomDocument::createEntityReference |  | Prototype:  | QDomEntityReference QDomDocument::createEntityReference(const QString& name) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 7014-7019 |  
  |  | 3 | 2 | 
 QDomDocument::createElementNS| Name:  | QDomDocument::createElementNS |  | Prototype:  | QDomElement QDomDocument::createElementNS(const QString& nsURI, const QString& qName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 7124-7129 |  
  |  | 3 | 2 | 
 QDomDocument::createElement| Name:  | QDomDocument::createElement |  | Prototype:  | QDomElement QDomDocument::createElement(const QString& tagName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6899-6904 |  
  |  | 3 | 2 | 
 QDomDocument::createDocumentFragment| Name:  | QDomDocument::createDocumentFragment |  | Prototype:  | QDomDocumentFragment QDomDocument::createDocumentFragment() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6911-6916 |  
  |  | 3 | 2 | 
 QDomDocument::createComment| Name:  | QDomDocument::createComment |  | Prototype:  | QDomComment QDomDocument::createComment(const QString& value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6944-6949 |  
  |  | 3 | 2 | 
 QDomDocument::createCDATASection| Name:  | QDomDocument::createCDATASection |  | Prototype:  | QDomCDATASection QDomDocument::createCDATASection(const QString& value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6961-6966 |  
  |  | 3 | 2 | 
 QDomDocument::createAttributeNS| Name:  | QDomDocument::createAttributeNS |  | Prototype:  | QDomAttr QDomDocument::createAttributeNS(const QString& nsURI, const QString& qName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 7143-7148 |  
  |  | 3 | 2 | 
 QDomDocument::createAttribute| Name:  | QDomDocument::createAttribute |  | Prototype:  | QDomAttr QDomDocument::createAttribute(const QString& name) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6998-7003 |  
  |  | 3 | 2 | 
 QDomCommentPrivate::cloneNode| Name:  | QDomCommentPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomCommentPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5308-5314 |  
  |  | 3 | 1 | 
 QDomCharacterDataPrivate::cloneNode| Name:  | QDomCharacterDataPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomCharacterDataPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 3883-3889 |  
  |  | 3 | 1 | 
 QDomCharacterData::substringData| Name:  | QDomCharacterData::substringData |  | Prototype:  | QString QDomCharacterData::substringData(unsigned long offset, unsigned long count) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4025-4030 |  
  |  | 3 | 2 | 
 QDomCharacterData::nodeType| Name:  | QDomCharacterData::nodeType |  | Prototype:  | QDomNode::NodeType QDomCharacterData::nodeType() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4074-4079 |  
  |  | 3 | 2 | 
 QDomCharacterData::length| Name:  | QDomCharacterData::length |  | Prototype:  | int QDomCharacterData::length() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4015-4020 |  
  |  | 3 | 2 | 
 QDomCharacterData::data| Name:  | QDomCharacterData::data |  | Prototype:  | QString QDomCharacterData::data() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 3996-4001 |  
  |  | 3 | 2 | 
 QDomCDATASectionPrivate::cloneNode| Name:  | QDomCDATASectionPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomCDATASectionPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5420-5426 |  
  |  | 3 | 1 | 
 QDomAttrPrivate::cloneNode| Name:  | QDomAttrPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomAttrPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4123-4129 |  
  |  | 3 | 1 | 
 QDomAttr::value| Name:  | QDomAttr::value |  | Prototype:  | QString QDomAttr::value() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4358-4363 |  
  |  | 3 | 2 | 
 QDomAttr::specified| Name:  | QDomAttr::specified |  | Prototype:  | bool QDomAttr::specified() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4332-4337 |  
  |  | 3 | 2 | 
 QDomAttr::name| Name:  | QDomAttr::name |  | Prototype:  | QString QDomAttr::name() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4319-4324 |  
  |  | 3 | 2 | 
 QDockWidgetItem::sizeHint| Name:  | QDockWidgetItem::sizeHint |  | Prototype:  | QSize QDockWidgetItem::sizeHint() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp |  | Lines:  | 590-597 |  
  |  | 3 | 2 | 
 QDockWidgetItem::maximumSize| Name:  | QDockWidgetItem::maximumSize |  | Prototype:  | QSize QDockWidgetItem::maximumSize() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp |  | Lines:  | 580-587 |  
  |  | 3 | 2 | 
 QDockWidgetGroupLayout::QDockWidgetGroupLayout| Name:  | QDockWidgetGroupLayout::QDockWidgetGroupLayout |  | Prototype:  | QDockWidgetGroupLayout(QWidget* parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 186-190 |  
  |  | 3 | 1 | 
 QDockWidget::titleBarWidget| Name:  | QDockWidget::titleBarWidget |  | Prototype:  | QWidget *QDockWidget::titleBarWidget() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp |  | Lines:  | 1670-1675 |  
  |  | 3 | 1 | 
 QDockWidget::QDockWidget| Name:  | QDockWidget::QDockWidget |  | Prototype:  | QDockWidget::QDockWidget(const QString &title, QWidget *parent, Qt::WindowFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp |  | Lines:  | 1227-1233 |  
  |  | 3 | 1 | 
 QDockAreaLayoutInfo::tabBarSizeHint| Name:  | QDockAreaLayoutInfo::tabBarSizeHint |  | Prototype:  | QSize QDockAreaLayoutInfo::tabBarSizeHint() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 2194-2200 |  
  |  | 3 | 2 | 
 QDockAreaLayoutInfo::tabBarMinimumSize| Name:  | QDockAreaLayoutInfo::tabBarMinimumSize |  | Prototype:  | QSize QDockAreaLayoutInfo::tabBarMinimumSize() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 2186-2192 |  
  |  | 3 | 2 | 
 QDockAreaLayoutInfo::mainWindowLayout| Name:  | QDockAreaLayoutInfo::mainWindowLayout |  | Prototype:  | QMainWindowLayout *QDockAreaLayoutInfo::mainWindowLayout() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 1484-1489 |  
  |  | 3 | 1 | 
 QDockAreaLayout::styleChangedEvent| Name:  | QDockAreaLayout::styleChangedEvent |  | Prototype:  | void QDockAreaLayout::styleChangedEvent() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 3453-3458 |  
  |  | 3 | 2 | 
 QDistanceFieldData::QDistanceFieldData| Name:  | QDistanceFieldData::QDistanceFieldData |  | Prototype:  | QDistanceFieldData::QDistanceFieldData(const QDistanceFieldData &other) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp |  | Lines:  | 773-784 |  
  |  | 3 | 2 | 
 QDirPrivate::clearFileLists| Name:  | QDirPrivate::clearFileLists |  | Prototype:  | inline void QDirPrivate::clearFileLists() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 178-183 |  
  |  | 3 | 1 | 
 QDirModelPrivate::populate| Name:  | QDirModelPrivate::populate |  | Prototype:  | void QDirModelPrivate::populate(QDirNode *parent) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp |  | Lines:  | 159-164 |  
  |  | 3 | 1 | 
 QDirModelPrivate::clear| Name:  | QDirModelPrivate::clear |  | Prototype:  | void QDirModelPrivate::clear(QDirNode *parent) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp |  | Lines:  | 166-171 |  
  |  | 3 | 1 | 
 QDirModelPrivate::_q_refresh| Name:  | QDirModelPrivate::_q_refresh |  | Prototype:  | void QDirModelPrivate::_q_refresh() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp |  | Lines:  | 1230-1235 |  
  |  | 3 | 1 | 
 QDirModel::columnCount| Name:  | QDirModel::columnCount |  | Prototype:  | int QDirModel::columnCount(const QModelIndex &parent) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp |  | Lines:  | 354-359 |  
  |  | 3 | 2 | 
 QDirIterator::hasNext| Name:  | QDirIterator::hasNext |  | Prototype:  | bool QDirIterator::hasNext() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp |  | Lines:  | 497-507 |  
  |  | 3 | 2 | 
 QDir::operator[]| Name:  | QDir::operator[] |  | Prototype:  | QString QDir::operator[](int pos) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 1242-1247 |  
  |  | 3 | 1 | 
 QDir::isRoot| Name:  | QDir::isRoot |  | Prototype:  | bool QDir::isRoot() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 1594-1599 |  
  |  | 3 | 2 | 
 QDir::isRelative| Name:  | QDir::isRelative |  | Prototype:  | bool QDir::isRelative() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 1626-1631 |  
  |  | 3 | 2 | 
 QDir::count| Name:  | QDir::count |  | Prototype:  | uint QDir::count() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 1228-1233 |  
  |  | 3 | 1 | 
 QDir::absolutePath| Name:  | QDir::absolutePath |  | Prototype:  | QString QDir::absolutePath() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 632-637 |  
  |  | 3 | 1 | 
 QDialogPrivate::styleHint| Name:  | QDialogPrivate::styleHint |  | Prototype:  | QVariant QDialogPrivate::styleHint(QPlatformDialogHelper::StyleHint hint) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp |  | Lines:  | 148-153 |  
  |  | 3 | 2 | 
 QDialogPrivate::parentWindow| Name:  | QDialogPrivate::parentWindow |  | Prototype:  | QWindow *QDialogPrivate::parentWindow() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp |  | Lines:  | 127-132 |  
  |  | 3 | 2 | 
 QDialPrivate::init| Name:  | QDialPrivate::init |  | Prototype:  | void QDialPrivate::init() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp |  | Lines:  | 87-92 |  
  |  | 3 | 1 | 
 QDial::setNotchesVisible| Name:  | QDial::setNotchesVisible |  | Prototype:  | void QDial::setNotchesVisible(bool visible) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp |  | Lines:  | 439-444 |  
  |  | 3 | 1 | 
 QDial::setNotchTarget| Name:  | QDial::setNotchTarget |  | Prototype:  | void QDial::setNotchTarget(double target) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp |  | Lines:  | 414-419 |  
  |  | 3 | 1 | 
 QDesktopWidgetPrivate::_q_availableGeometryChanged| Name:  | QDesktopWidgetPrivate::_q_availableGeometryChanged |  | Prototype:  | void QDesktopWidgetPrivate::_q_availableGeometryChanged() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp |  | Lines:  | 175-180 |  
  |  | 3 | 2 | 
 QDesktopScreenWidget::screenNumber| Name:  | QDesktopScreenWidget::screenNumber |  | Prototype:  | int QDesktopScreenWidget::screenNumber() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp |  | Lines:  | 67-72 |  
  |  | 3 | 1 | 
 QDefaultAnimationDriver::timerEvent| Name:  | QDefaultAnimationDriver::timerEvent |  | Prototype:  | void QDefaultAnimationDriver::timerEvent(QTimerEvent *e) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 937-942 |  
  |  | 3 | 1 | 
 QDateTimeParser::getAmPmText| Name:  | QDateTimeParser::getAmPmText |  | Prototype:  | QString QDateTimeParser::getAmPmText(AmPm ap, Case cs) const |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp |  | Lines:  | 1723-1728 |  
  |  | 3 | 1 | 
 QDateTimeEditPrivate::getAmPmText| Name:  | QDateTimeEditPrivate::getAmPmText |  | Prototype:  | QString QDateTimeEditPrivate::getAmPmText(AmPm ap, Case cs) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp |  | Lines:  | 2321-2328 |  
  |  | 3 | 2 | 
 QDateTimeEdit::setMinimumDate| Name:  | QDateTimeEdit::setMinimumDate |  | Prototype:  | void QDateTimeEdit::setMinimumDate(const QDate &min) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp |  | Lines:  | 455-461 |  
  |  | 3 | 2 | 
 QDateTimeEdit::setMaximumDate| Name:  | QDateTimeEdit::setMaximumDate |  | Prototype:  | void QDateTimeEdit::setMaximumDate(const QDate &max) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp |  | Lines:  | 488-494 |  
  |  | 3 | 2 | 
 QDateTimeEdit::QDateTimeEdit| Name:  | QDateTimeEdit::QDateTimeEdit |  | Prototype:  | QDateTimeEdit::QDateTimeEdit(const QDateTime &datetime, QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp |  | Lines:  | 172-178 |  
  |  | 3 | 1 | 
 QDateTimeEdit::QDateTimeEdit| Name:  | QDateTimeEdit::QDateTimeEdit |  | Prototype:  | QDateTimeEdit::QDateTimeEdit(const QVariant &var, QVariant::Type parserType, QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp |  | Lines:  | 212-218 |  
  |  | 3 | 1 | 
 QDateTime::setTimeSpec| Name:  | QDateTime::setTimeSpec |  | Prototype:  | void QDateTime::setTimeSpec(Qt::TimeSpec spec) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 3324-3329 |  
  |  | 3 | 1 | 
 QDateTime::setOffsetFromUtc| Name:  | QDateTime::setOffsetFromUtc |  | Prototype:  | void QDateTime::setOffsetFromUtc(int offsetSeconds) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 3346-3351 |  
  |  | 3 | 1 | 
 QDateTime::msecsTo| Name:  | QDateTime::msecsTo |  | Prototype:  | qint64 QDateTime::msecsTo(const QDateTime &other) const |  | Coverage:  |  83.333% (5/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 3910-3916 |  
  |  | 3 | 2 | 
 QDateTime::currentMSecsSinceEpoch| Name:  | QDateTime::currentMSecsSinceEpoch |  | Prototype:  | qint64 QDateTime::currentMSecsSinceEpoch() noexcept |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 4181-4188 |  
  |  | 3 | 1 | 
 QDate::year| Name:  | QDate::year |  | Prototype:  | int QDate::year() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 442-448 |  
  |  | 3 | 2 | 
 QDate::month| Name:  | QDate::month |  | Prototype:  | int QDate::month() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 474-480 |  
  |  | 3 | 2 | 
 QDate::isLeapYear| Name:  | QDate::isLeapYear |  | Prototype:  | bool QDate::isLeapYear(int y) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 1377-1384 |  
  |  | 3 | 2 | 
 QDate::daysTo| Name:  | QDate::daysTo |  | Prototype:  | qint64 QDate::daysTo(const QDate &d) const |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 1138-1145 |  
  |  | 3 | 2 | 
 QDate::daysInYear| Name:  | QDate::daysInYear |  | Prototype:  | int QDate::daysInYear() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 562-568 |  
  |  | 3 | 2 | 
 QDate::dayOfYear| Name:  | QDate::dayOfYear |  | Prototype:  | int QDate::dayOfYear() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 526-532 |  
  |  | 3 | 2 | 
 QDate::day| Name:  | QDate::day |  | Prototype:  | int QDate::day() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 490-496 |  
  |  | 3 | 2 | 
 QDate::addDays| Name:  | QDate::addDays |  | Prototype:  | QDate QDate::addDays(qint64 ndays) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 1020-1028 |  
  |  | 3 | 2 | 
 QDataWidgetMapperPrivate::itemCount| Name:  | QDataWidgetMapperPrivate::itemCount |  | Prototype:  | inline int itemCount() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp |  | Lines:  | 73-78 |  
  |  | 3 | 1 | 
 QDataWidgetMapperPrivate::indexAt| Name:  | QDataWidgetMapperPrivate::indexAt |  | Prototype:  | inline QModelIndex indexAt(int itemPos) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp |  | Lines:  | 85-90 |  
  |  | 3 | 1 | 
 QDataWidgetMapperPrivate::_q_modelDestroyed| Name:  | QDataWidgetMapperPrivate::_q_modelDestroyed |  | Prototype:  | void QDataWidgetMapperPrivate::_q_modelDestroyed() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp |  | Lines:  | 231-237 |  
  |  | 3 | 1 | 
 QDataStream::setFloatingPointPrecision| Name:  | QDataStream::setFloatingPointPrecision |  | Prototype:  | void QDataStream::setFloatingPointPrecision(QDataStream::FloatingPointPrecision precision) |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp |  | Lines:  | 456-461 |  
  |  | 3 | 2 | 
 QDashedStrokeProcessor::QDashedStrokeProcessor| Name:  | QDashedStrokeProcessor::QDashedStrokeProcessor |  | Prototype:  | QDashedStrokeProcessor::QDashedStrokeProcessor() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp |  | Lines:  | 511-518 |  
  |  | 3 | 1 | 
 QDBusUtil::isValidSingleSignature| Name:  | QDBusUtil::isValidSingleSignature |  | Prototype:  | bool isValidSingleSignature(const QString &signature) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp |  | Lines:  | 577-582 |  
  |  | 3 | 1 | 
 QDBusUtil::argumentToString| Name:  | QDBusUtil::argumentToString |  | Prototype:  | QString argumentToString(const QVariant &arg) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp |  | Lines:  | 319-330 |  
  |  | 3 | 1 | 
 QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivate| Name:  | QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivate |  | Prototype:  | QDBusUnixFileDescriptorPrivate::~QDBusUnixFileDescriptorPrivate() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp |  | Lines:  | 310-315 |  
  |  | 3 | 2 | 
 QDBusUnixFileDescriptor::takeFileDescriptor| Name:  | QDBusUnixFileDescriptor::takeFileDescriptor |  | Prototype:  | int QDBusUnixFileDescriptor::takeFileDescriptor() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp |  | Lines:  | 302-308 |  
  |  | 3 | 2 | 
 QDBusUnixFileDescriptor::operator=| Name:  | QDBusUnixFileDescriptor::operator= |  | Prototype:  | QDBusUnixFileDescriptor &QDBusUnixFileDescriptor::operator=(const QDBusUnixFileDescriptor &other) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp |  | Lines:  | 175-180 |  
  |  | 3 | 2 | 
 QDBusTrayIcon::updateToolTip| Name:  | QDBusTrayIcon::updateToolTip |  | Prototype:  | void QDBusTrayIcon::updateToolTip(const QString &tooltip) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp |  | Lines:  | 201-206 |  
  |  | 3 | 2 | 
 QDBusTrayIcon::isSystemTrayAvailable| Name:  | QDBusTrayIcon::isSystemTrayAvailable |  | Prototype:  | bool QDBusTrayIcon::isSystemTrayAvailable() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp |  | Lines:  | 297-302 |  
  |  | 3 | 2 | 
 QDBusSpyCallEvent::~QDBusSpyCallEvent| Name:  | QDBusSpyCallEvent::~QDBusSpyCallEvent |  | Prototype:  | QDBusSpyCallEvent::~QDBusSpyCallEvent() |  | Coverage:  |  60.000% (3/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 490-498 |  
  |  | 3 | 2 | 
 QDBusSignature::doCheck| Name:  | QDBusSignature::doCheck |  | Prototype:  | void QDBusSignature::doCheck() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusextratypes.cpp |  | Lines:  | 55-61 |  
  |  | 3 | 2 | 
 QDBusServiceWatcherPrivate::removeService| Name:  | QDBusServiceWatcherPrivate::removeService |  | Prototype:  | void QDBusServiceWatcherPrivate::removeService(const QString &service) |  | Coverage:  |  66.667% (4/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp |  | Lines:  | 109-114 |  
  |  | 3 | 2 | 
 QDBusServiceWatcherPrivate::addService| Name:  | QDBusServiceWatcherPrivate::addService |  | Prototype:  | void QDBusServiceWatcherPrivate::addService(const QString &service) |  | Coverage:  |  83.333% (5/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp |  | Lines:  | 102-107 |  
  |  | 3 | 2 | 
 QDBusServiceWatcher::removeWatchedService| Name:  | QDBusServiceWatcher::removeWatchedService |  | Prototype:  | bool QDBusServiceWatcher::removeWatchedService(const QString &service) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp |  | Lines:  | 299-304 |  
  |  | 3 | 1 | 
 QDBusPlatformMenuItem::~QDBusPlatformMenuItem| Name:  | QDBusPlatformMenuItem::~QDBusPlatformMenuItem |  | Prototype:  | QDBusPlatformMenuItem::~QDBusPlatformMenuItem() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp |  | Lines:  | 67-72 |  
  |  | 3 | 2 | 
 QDBusPlatformMenuItem::byId| Name:  | QDBusPlatformMenuItem::byId |  | Prototype:  | QDBusPlatformMenuItem *QDBusPlatformMenuItem::byId(int id) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp |  | Lines:  | 147-154 |  
  |  | 3 | 2 | 
 QDBusPlatformMenu::emitUpdated| Name:  | QDBusPlatformMenu::emitUpdated |  | Prototype:  | void QDBusPlatformMenu::emitUpdated() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp |  | Lines:  | 241-247 |  
  |  | 3 | 2 | 
 QDBusObjectPath::doCheck| Name:  | QDBusObjectPath::doCheck |  | Prototype:  | void QDBusObjectPath::doCheck() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusextratypes.cpp |  | Lines:  | 47-53 |  
  |  | 3 | 2 | 
 QDBusMessagePrivate::makeLocalReply| Name:  | QDBusMessagePrivate::makeLocalReply |  | Prototype:  | QDBusMessage QDBusMessagePrivate::makeLocalReply(const QDBusConnectionPrivate &conn, const QDBusMessage &callMsg) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp |  | Lines:  | 317-325 |  
  |  | 3 | 2 |