| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QDataWidgetMapper::mappedSection| Name: | QDataWidgetMapper::mappedSection | | Prototype: | int QDataWidgetMapper::mappedSection(QWidget *widget) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 521-530 |
| | 5 | 2 |
QDataWidgetMapper::mappedWidgetAt| Name: | QDataWidgetMapper::mappedWidgetAt | | Prototype: | QWidget *QDataWidgetMapper::mappedWidgetAt(int section) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 560-570 |
| | 5 | 3 |
QDataWidgetMapper::setOrientation| Name: | QDataWidgetMapper::setOrientation | | Prototype: | void QDataWidgetMapper::setOrientation(Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 785-794 |
| | 5 | 2 |
QDataWidgetMapper::setSubmitPolicy| Name: | QDataWidgetMapper::setSubmitPolicy | | Prototype: | void QDataWidgetMapper::setSubmitPolicy(SubmitPolicy policy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 809-817 |
| | 5 | 2 |
QDataWidgetMapper::submit| Name: | QDataWidgetMapper::submit | | Prototype: | bool QDataWidgetMapper::submit() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 599-609 |
| | 5 | 3 |
QDataWidgetMapperPrivate::_q_dataChanged| Name: | QDataWidgetMapperPrivate::_q_dataChanged | | Prototype: | void QDataWidgetMapperPrivate::_q_dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 179-188 |
| | 5 | 4 |
QDate::dayOfWeek| Name: | QDate::dayOfWeek | | Prototype: | int QDate::dayOfWeek() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 498-507 |
| | 5 | 3 |
QDate::fromString| Name: | QDate::fromString | | Prototype: | QDate QDate::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: | 1312-1324 |
| | 5 | 2 |
QDate::longDayName| Name: | QDate::longDayName | | Prototype: | QString QDate::longDayName(int weekday, MonthNameType type) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 764-775 |
| | 5 | 4 |
QDate::longMonthName| Name: | QDate::longMonthName | | Prototype: | QString QDate::longMonthName(int month, MonthNameType type) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 686-697 |
| | 5 | 4 |
QDate::shortDayName| Name: | QDate::shortDayName | | Prototype: | QString QDate::shortDayName(int weekday, MonthNameType type) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 725-736 |
| | 5 | 4 |
QDate::shortMonthName| Name: | QDate::shortMonthName | | Prototype: | QString QDate::shortMonthName(int month, QDate::MonthNameType type) | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 642-653 |
| | 5 | 4 |
QDateTime::date| Name: | QDateTime::date | | Prototype: | QDate QDateTime::date() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3091-3098 |
| | 5 | 2 |
QDateTime::operator<| Name: | QDateTime::operator< | | Prototype: | bool QDateTime::operator<(const QDateTime &other) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4014-4023 |
| | 5 | 2 |
QDateTime::operator==| Name: | QDateTime::operator== | | Prototype: | bool QDateTime::operator==(const QDateTime &other) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3986-3995 |
| | 5 | 2 |
QDateTime::setTimeZone| Name: | QDateTime::setTimeZone | | Prototype: | void QDateTime::setTimeZone(const QTimeZone &toZone) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3343-3350 |
| | 5 | 1 |
QDateTime::time| Name: | QDateTime::time | | Prototype: | QTime QDateTime::time() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3106-3113 |
| | 5 | 2 |
QDateTimeEdit::dateTimeFromText| Name: | QDateTimeEdit::dateTimeFromText | | Prototype: | QDateTime QDateTimeEdit::dateTimeFromText(const QString &text) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1368-1375 |
| | 5 | 1 |
QDateTimeEdit::setMaximumDateTime| Name: | QDateTimeEdit::setMaximumDateTime | | Prototype: | void QDateTimeEdit::setMaximumDateTime(const QDateTime &dt) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 384-392 |
| | 5 | 2 |
QDateTimeEdit::setMinimumDateTime| Name: | QDateTimeEdit::setMinimumDateTime | | Prototype: | void QDateTimeEdit::setMinimumDateTime(const QDateTime &dt) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 341-349 |
| | 5 | 2 |
QDateTimeEditPrivate::syncCalendarWidget| Name: | QDateTimeEditPrivate::syncCalendarWidget | | Prototype: | void QDateTimeEditPrivate::syncCalendarWidget() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 2564-2572 |
| | 5 | 2 |
QDateTimeParser::sectionText| Name: | QDateTimeParser::sectionText | | Prototype: | QString QDateTimeParser::sectionText(const QString &text, int sectionIndex, int index) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 660-672 |
| | 5 | 5 |
QDateTimeParser::stateName| Name: | QDateTimeParser::stateName | | Prototype: | QString QDateTimeParser::stateName(State s) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1641-1649 |
| | 5 | 5 |
QDateTimePrivate::daylightStatus| Name: | QDateTimePrivate::daylightStatus | | Prototype: | QDateTimePrivate::DaylightStatus QDateTimePrivate::daylightStatus() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2684-2691 |
| | 5 | 3 |
QDebug::putString| Name: | QDebug::putString | | Prototype: | void QDebug::putString(const QChar *begin, size_t length) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 299-311 |
| | 5 | 2 |
QDesktopWidget::QDesktopWidget| Name: | QDesktopWidget::QDesktopWidget | | Prototype: | QDesktopWidget::QDesktopWidget() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 176-184 |
| | 5 | 1 |
QDial::setWrapping| Name: | QDial::setWrapping | | Prototype: | void QDial::setWrapping(bool enable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 341-348 |
| | 5 | 2 |
QDialogButtonBox::setOrientation| Name: | QDialogButtonBox::setOrientation | | Prototype: | void QDialogButtonBox::setOrientation(Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 643-651 |
| | 5 | 2 |
QDialogPrivate::resetModalitySetByOpen| Name: | QDialogPrivate::resetModalitySetByOpen | | Prototype: | void QDialogPrivate::resetModalitySetByOpen() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 404-417 |
| | 5 | 2 |
QDir::canonicalPath| Name: | QDir::canonicalPath | | Prototype: | QString QDir::canonicalPath() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 649-657 |
| | 5 | 2 |
QDir::match| Name: | QDir::match | | Prototype: | bool QDir::match(const QStringList &filters, const QString &fileName) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2015-2023 |
| | 5 | 3 |
QDirPrivate::getFilterSepChar| Name: | QDirPrivate::getFilterSepChar | | Prototype: | inline QChar QDirPrivate::getFilterSepChar(const QString &nameFilter) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 129-136 |
| | 5 | 2 |
QDistanceField::QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(const QPainterPath &path, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 841-849 |
| | 5 | 1 |
QDnsLookup::QDnsLookup| Name: | QDnsLookup::QDnsLookup | | Prototype: | QDnsLookup::QDnsLookup(Type type, const QString &name, const QHostAddress &nameserver, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 286-294 |
| | 5 | 1 |
QDockAreaLayout::usedTabBars| Name: | QDockAreaLayout::usedTabBars | | Prototype: | QSet<QTabBar*> QDockAreaLayout::usedTabBars() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3365-3373 |
| | 5 | 2 |
QDockAreaLayoutInfo::QDockAreaLayoutInfo| Name: | QDockAreaLayoutInfo::QDockAreaLayoutInfo | | Prototype: | QDockAreaLayoutInfo::QDockAreaLayoutInfo(const int *_sep, QInternal::DockPosition _dockPos, Qt::Orientation _o, int tbshape, QMainWindow *window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 230-241 |
| | 5 | 1 |
QDockWidgetLayout::count| Name: | QDockWidgetLayout::count | | Prototype: | int QDockWidgetLayout::count() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 282-290 |
| | 5 | 3 |
QDockWidgetLayout::minimumSize| Name: | QDockWidgetLayout::minimumSize | | Prototype: | QSize QDockWidgetLayout::minimumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 381-390 |
| | 5 | 2 |
QDockWidgetLayout::setVerticalTitleBar| Name: | QDockWidgetLayout::setVerticalTitleBar | | Prototype: | void QDockWidgetLayout::setVerticalTitleBar(bool b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 548-555 |
| | 5 | 2 |
QDockWidgetLayout::sizeHint| Name: | QDockWidgetLayout::sizeHint | | Prototype: | QSize QDockWidgetLayout::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 359-368 |
| | 5 | 2 |
QDockWidgetPrivate::_q_toggleView| Name: | QDockWidgetPrivate::_q_toggleView | | Prototype: | void QDockWidgetPrivate::_q_toggleView(bool b) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 656-665 |
| | 5 | 3 |
QDockWidgetPrivate::isAnimating| Name: | QDockWidgetPrivate::isAnimating | | Prototype: | bool QDockWidgetPrivate::isAnimating() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 835-844 |
| | 5 | 2 |
QDomDocument::importNode| Name: | QDomDocument::importNode | | Prototype: | QDomNode QDomDocument::importNode(const QDomNode& importedNode, bool deep) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7097-7104 |
| | 5 | 3 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(QXmlInputSource *source, bool namespaceProcessing, 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: | 6749-6756 |
| | 5 | 2 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(const QString& text, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6653-6660 |
| | 5 | 2 |
QDomDocumentPrivate::QDomDocumentPrivate| Name: | QDomDocumentPrivate::QDomDocumentPrivate | | Prototype: | QDomDocumentPrivate::QDomDocumentPrivate(QDomDocumentTypePrivate* dt) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6159-6172 |
| | 5 | 2 |
QDomElement::setAttribute| Name: | QDomElement::setAttribute | | Prototype: | void QDomElement::setAttribute(const QString& name, qlonglong value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4826-4833 |
| | 5 | 2 |
QDomElement::setAttribute| Name: | QDomElement::setAttribute | | Prototype: | void QDomElement::setAttribute(const QString& name, qulonglong value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4840-4847 |
| | 5 | 2 |
QDomElement::setAttribute| Name: | QDomElement::setAttribute | | Prototype: | void QDomElement::setAttribute(const QString& name, float value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4854-4861 |
| | 5 | 2 |
QDomElement::setAttributeNS| Name: | QDomElement::setAttributeNS | | Prototype: | void QDomElement::setAttributeNS(const QString nsURI, const QString& qName, qlonglong value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5018-5025 |
| | 5 | 2 |
QDomElement::setAttributeNS| Name: | QDomElement::setAttributeNS | | Prototype: | void QDomElement::setAttributeNS(const QString nsURI, const QString& qName, qulonglong value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5030-5037 |
| | 5 | 2 |
QDomElement::setAttributeNS| Name: | QDomElement::setAttributeNS | | Prototype: | void QDomElement::setAttributeNS(const QString nsURI, const QString& qName, double value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5042-5049 |
| | 5 | 2 |
QDomElementPrivate::setAttributeNodeNS| Name: | QDomElementPrivate::setAttributeNodeNS | | Prototype: | QDomAttrPrivate* QDomElementPrivate::setAttributeNodeNS(QDomAttrPrivate* newAttr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4508-4518 |
| | 5 | 2 |
QDomHandler::comment| Name: | QDomHandler::comment | | Prototype: | bool QDomHandler::comment(const QString& ch) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7512-7519 |
| | 5 | 1 |
QDomHandler::unparsedEntityDecl| Name: | QDomHandler::unparsedEntityDecl | | Prototype: | bool QDomHandler::unparsedEntityDecl(const QString &name, const QString &publicId, const QString &systemId, const QString ¬ationName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7521-7529 |
| | 5 | 1 |
QDomNode::nodeName| Name: | QDomNode::nodeName | | Prototype: | QString QDomNode::nodeName() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2119-2127 |
| | 5 | 3 |
QDomNode::removeChild| Name: | QDomNode::removeChild | | Prototype: | QDomNode QDomNode::removeChild(const QDomNode& oldChild) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2560-2569 |
| | 5 | 3 |
QDomNode::save| Name: | QDomNode::save | | Prototype: | void QDomNode::save(QTextStream& stream, int indent, EncodingPolicy encodingPolicy) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2678-2687 |
| | 5 | 3 |
QDomNodeList::operator==| Name: | QDomNodeList::operator== | | Prototype: | bool QDomNodeList::operator==(const QDomNodeList &n) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1334-1341 |
| | 5 | 3 |
QDomNodeListPrivate::QDomNodeListPrivate| Name: | QDomNodeListPrivate::QDomNodeListPrivate | | Prototype: | QDomNodeListPrivate::QDomNodeListPrivate(QDomNodePrivate *n_impl, const QString &name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1143-1151 |
| | 5 | 2 |
QDoubleSpinBox::setSuffix| Name: | QDoubleSpinBox::setSuffix | | Prototype: | void QDoubleSpinBox::setSuffix(const QString &suffix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines: | 716-725 |
| | 5 | 1 |
QDoubleSpinBox::textFromValue| Name: | QDoubleSpinBox::textFromValue | | Prototype: | QString QDoubleSpinBox::textFromValue(double value) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines: | 903-911 |
| | 5 | 2 |
QDoubleSpinBox::valueFromText| Name: | QDoubleSpinBox::valueFromText | | Prototype: | double QDoubleSpinBox::valueFromText(const QString &text) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines: | 925-933 |
| | 5 | 1 |
QDoubleValidator::setNotation| Name: | QDoubleValidator::setNotation | | Prototype: | void QDoubleValidator::setNotation(Notation newNotation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 786-794 |
| | 5 | 2 |
QDynamicFileResourceRoot::~QDynamicFileResourceRoot| Name: | QDynamicFileResourceRoot::~QDynamicFileResourceRoot | | Prototype: | ~QDynamicFileResourceRoot() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 950-961 |
| | 5 | 2 |
QEGLDeviceIntegration::screenDestroy| Name: | QEGLDeviceIntegration::screenDestroy | | Prototype: | void QEGLDeviceIntegration::screenDestroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 194-201 |
| | 5 | 2 |
QEGLDeviceIntegration::waitForVSync| Name: | QEGLDeviceIntegration::waitForVSync | | Prototype: | void QEGLDeviceIntegration::waitForVSync(QPlatformSurface *surface) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 316-328 |
| | 5 | 3 |
QEasingCurve::setCustomType| Name: | QEasingCurve::setCustomType | | Prototype: | void QEasingCurve::setCustomType(EasingFunction func) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1382-1390 |
| | 5 | 2 |
QEglFSContext::destroyTemporaryOffscreenSurface| Name: | QEglFSContext::destroyTemporaryOffscreenSurface | | Prototype: | void QEglFSContext::destroyTemporaryOffscreenSurface(EGLSurface surface) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | | Lines: | 78-87 |
| | 5 | 2 |
QEglFSCursor::setPos| Name: | QEglFSCursor::setPos | | Prototype: | void QEglFSCursor::setPos(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 293-300 |
| | 5 | 1 |
QEglFSIntegration::createInputHandlers| Name: | QEglFSIntegration::createInputHandlers | | Prototype: | void QEglFSIntegration::createInputHandlers() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 400-422 |
| | 5 | 2 |
QEglFSIntegration::createPlatformBackingStore| Name: | QEglFSIntegration::createPlatformBackingStore | | Prototype: | QPlatformBackingStore *QEglFSIntegration::createPlatformBackingStore(QWindow *window) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 168-175 |
| | 5 | 2 |
QEglFSWindow::invalidateSurface| Name: | QEglFSWindow::invalidateSurface | | Prototype: | void QEglFSWindow::invalidateSurface() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 170-178 |
| | 5 | 2 |
QEglFSWindow::requestActivateWindow| Name: | QEglFSWindow::requestActivateWindow | | Prototype: | void QEglFSWindow::requestActivateWindow() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 241-249 |
| | 5 | 2 |
QElapsedTimer::nsecsElapsed| Name: | QElapsedTimer::nsecsElapsed | | Prototype: | qint64 QElapsedTimer::nsecsElapsed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 204-211 |
| | 5 | 1 |
QErrorMessage::~QErrorMessage| Name: | QErrorMessage::~QErrorMessage | | Prototype: | QErrorMessage::~QErrorMessage() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 258-267 |
| | 5 | 3 |
QEvdevTouchScreenHandlerThread::run| Name: | QEvdevTouchScreenHandlerThread::run | | Prototype: | void QEvdevTouchScreenHandlerThread::run() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | | Lines: | 691-701 |
| | 5 | 1 |
QEventDispatcherGlib::registeredTimers| Name: | QEventDispatcherGlib::registeredTimers | | Prototype: | QList<QEventDispatcherGlib::TimerInfo> QEventDispatcherGlib::registeredTimers(QObject *object) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 553-562 |
| | 5 | 2 |
QEventDispatcherGlib::remainingTime| Name: | QEventDispatcherGlib::remainingTime | | Prototype: | int QEventDispatcherGlib::remainingTime(int timerId) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 564-575 |
| | 5 | 2 |
QEventDispatcherUNIX::registeredTimers| Name: | QEventDispatcherUNIX::registeredTimers | | Prototype: | QList<QEventDispatcherUNIX::TimerInfo> QEventDispatcherUNIX::registeredTimers(QObject *object) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 380-390 |
| | 5 | 2 |
QEventDispatcherUNIX::remainingTime| Name: | QEventDispatcherUNIX::remainingTime | | Prototype: | int QEventDispatcherUNIX::remainingTime(int timerId) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 624-635 |
| | 5 | 2 |
QEventLoop::QEventLoop| Name: | QEventLoop::QEventLoop | | Prototype: | QEventLoop::QEventLoop(QObject *parent) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 92-101 |
| | 5 | 3 |
QEventLoop::exec::LoopReference| Name: | QEventLoop::exec::LoopReference | | Prototype: | LoopReference(QEventLoopPrivate *d, QMutexLocker &locker) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 172-179 |
| | 5 | 1 |
QEventTransition::QEventTransition| Name: | QEventTransition::QEventTransition | | Prototype: | QEventTransition::QEventTransition(QObject *object, QEvent::Type type, QState *sourceState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 136-145 |
| | 5 | 1 |
QEventTransition::QEventTransition| Name: | QEventTransition::QEventTransition | | Prototype: | QEventTransition::QEventTransition(QEventTransitionPrivate &dd, QObject *object, QEvent::Type type, QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 158-167 |
| | 5 | 1 |
QExpandingLineEdit::changeEvent| Name: | QExpandingLineEdit::changeEvent | | Prototype: | void QExpandingLineEdit::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 529-543 |
| | 5 | 5 |
QFSFileEngine::read| Name: | QFSFileEngine::read | | Prototype: | qint64 QFSFileEngine::read(char *data, qint64 maxlen) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 567-580 |
| | 5 | 2 |
QFSFileEngine::readLine| Name: | QFSFileEngine::readLine | | Prototype: | qint64 QFSFileEngine::readLine(char *data, qint64 maxlen) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 645-658 |
| | 5 | 2 |
QFSFileEngine::write| Name: | QFSFileEngine::write | | Prototype: | qint64 QFSFileEngine::write(const char *data, qint64 len) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 698-711 |
| | 5 | 2 |
QFSFileEngineIterator::hasNext| Name: | QFSFileEngineIterator::hasNext | | Prototype: | bool QFSFileEngineIterator::hasNext() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_iterator.cpp | | Lines: | 52-61 |
| | 5 | 2 |
QFSFileEnginePrivate::nativeSyncToDisk| Name: | QFSFileEnginePrivate::nativeSyncToDisk | | Prototype: | bool QFSFileEnginePrivate::nativeSyncToDisk() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 266-277 |
| | 5 | 2 |
QFactoryLoader::refreshAll| Name: | QFactoryLoader::refreshAll | | Prototype: | void QFactoryLoader::refreshAll() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | | Lines: | 295-303 |
| | 5 | 2 |
QFbCursor::setDirty| Name: | QFbCursor::setDirty | | Prototype: | void QFbCursor::setDirty() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 180-189 |
| | 5 | 3 |
QFbCursor::setPos| Name: | QFbCursor::setPos | | Prototype: | void QFbCursor::setPos(const QPoint &pos) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 95-102 |
| | 5 | 2 |
QFbScreen::event| Name: | QFbScreen::event | | Prototype: | bool QFbScreen::event(QEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 64-72 |
| | 5 | 2 |
QFbVtHandler::~QFbVtHandler| Name: | QFbVtHandler::~QFbVtHandler | | Prototype: | QFbVtHandler::~QFbVtHandler() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | | Lines: | 126-137 |
| | 5 | 2 |
QFileDevice::size| Name: | QFileDevice::size | | Prototype: | qint64 QFileDevice::size() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 601-608 |
| | 5 | 2 |
QFileDialog::QFileDialog| Name: | QFileDialog::QFileDialog | | Prototype: | QFileDialog::QFileDialog(const QFileDialogArgs &args) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 369-377 |
| | 5 | 1 |
QFileDialog::changeEvent| Name: | QFileDialog::changeEvent | | Prototype: | void QFileDialog::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 508-516 |
| | 5 | 2 |
QFileDialog::directory| Name: | QFileDialog::directory | | Prototype: | QDir QFileDialog::directory() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 944-952 |
| | 5 | 2 |