| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QDockWidgetPrivate::setResizerActive| Name: | QDockWidgetPrivate::setResizerActive | | Prototype: | void QDockWidgetPrivate::setResizerActive(bool active) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 824-833 |
| | 6 | 3 |
QDomAttrPrivate::save| Name: | QDomAttrPrivate::save | | Prototype: | void QDomAttrPrivate::save(QTextStream& s, int, int) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4207-4229 |
| | 6 | 3 |
QDomAttrPrivate::setNodeValue| Name: | QDomAttrPrivate::setNodeValue | | Prototype: | void QDomAttrPrivate::setNodeValue(const QString& v) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4105-4115 |
| | 6 | 2 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(const QByteArray &data, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6717-6725 |
| | 6 | 2 |
QDomDocumentTypePrivate::insertAfter| Name: | QDomDocumentTypePrivate::insertAfter | | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::insertAfter(QDomNodePrivate* newChild, QDomNodePrivate* refChild) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3515-3526 |
| | 6 | 3 |
QDomDocumentTypePrivate::insertBefore| Name: | QDomDocumentTypePrivate::insertBefore | | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::insertBefore(QDomNodePrivate* newChild, QDomNodePrivate* refChild) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3502-3513 |
| | 6 | 3 |
QDomDocumentTypePrivate::removeChild| Name: | QDomDocumentTypePrivate::removeChild | | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::removeChild(QDomNodePrivate* oldChild) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3548-3559 |
| | 6 | 3 |
QDomElement::removeAttributeNS| Name: | QDomElement::removeAttributeNS | | Prototype: | void QDomElement::removeAttributeNS(const QString& nsURI, const QString& localName) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5057-5065 |
| | 6 | 3 |
QDomHandler::skippedEntity| Name: | QDomHandler::skippedEntity | | Prototype: | bool QDomHandler::skippedEntity(const QString& name) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7468-7478 |
| | 6 | 2 |
QDomImplementation::createDocument| Name: | QDomImplementation::createDocument | | Prototype: | QDomDocument QDomImplementation::createDocument(const QString& nsURI, const QString& qName, const QDomDocumentType& doctype) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1047-1055 |
| | 6 | 2 |
QDomImplementation::operator=| Name: | QDomImplementation::operator= | | Prototype: | QDomImplementation& QDomImplementation::operator=(const QDomImplementation &x) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 924-932 |
| | 6 | 3 |
QDomNamedNodeMap::operator=| Name: | QDomNamedNodeMap::operator= | | Prototype: | QDomNamedNodeMap& QDomNamedNodeMap::operator=(const QDomNamedNodeMap &n) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3239-3247 |
| | 6 | 3 |
QDomNamedNodeMap::removeNamedItemNS| Name: | QDomNamedNodeMap::removeNamedItemNS | | Prototype: | QDomNode QDomNamedNodeMap::removeNamedItemNS(const QString& nsURI, const QString& localName) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3382-3390 |
| | 6 | 3 |
QDomNamedNodeMapPrivate::clearMap| Name: | QDomNamedNodeMapPrivate::clearMap | | Prototype: | void QDomNamedNodeMapPrivate::clearMap() | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3057-3067 |
| | 6 | 4 |
QDomNode::firstChildElement| Name: | QDomNode::firstChildElement | | Prototype: | QDomElement QDomNode::firstChildElement(const QString &tagName) const | | Coverage: | 33.333% (4/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2920-2930 |
| | 6 | 4 |
QDomNode::lastChildElement| Name: | QDomNode::lastChildElement | | Prototype: | QDomElement QDomNode::lastChildElement(const QString &tagName) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2940-2950 |
| | 6 | 4 |
QDomNode::nextSiblingElement| Name: | QDomNode::nextSiblingElement | | Prototype: | QDomElement QDomNode::nextSiblingElement(const QString &tagName) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2960-2970 |
| | 6 | 4 |
QDomNode::operator=| Name: | QDomNode::operator= | | Prototype: | QDomNode& QDomNode::operator=(const QDomNode &n) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2037-2045 |
| | 6 | 3 |
QDomNode::previousSiblingElement| Name: | QDomNode::previousSiblingElement | | Prototype: | QDomElement QDomNode::previousSiblingElement(const QString &tagName) const | | Coverage: | 33.333% (4/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2980-2990 |
| | 6 | 4 |
QDomNodeList::operator=| Name: | QDomNodeList::operator= | | Prototype: | QDomNodeList& QDomNodeList::operator=(const QDomNodeList &n) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1320-1328 |
| | 6 | 3 |
QDomNodeListPrivate::QDomNodeListPrivate| Name: | QDomNodeListPrivate::QDomNodeListPrivate | | Prototype: | QDomNodeListPrivate::QDomNodeListPrivate(QDomNodePrivate *n_impl, const QString &_nsURI, const QString &localName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1153-1162 |
| | 6 | 2 |
QDomNodePrivate::namedItem| Name: | QDomNodePrivate::namedItem | | Prototype: | QDomNodePrivate* QDomNodePrivate::namedItem(const QString &n) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1500-1509 |
| | 6 | 3 |
QDomNodePrivate::ownerDocument| Name: | QDomNodePrivate::ownerDocument | | Prototype: | QDomDocumentPrivate* QDomNodePrivate::ownerDocument() | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1839-1849 |
| | 6 | 3 |
QDoubleSpinBoxPrivate::emitSignals| Name: | QDoubleSpinBoxPrivate::emitSignals | | Prototype: | void QDoubleSpinBoxPrivate::emitSignals(EmitPolicy ep, const QVariant &old) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines: | 1109-1119 |
| | 6 | 3 |
QDrag::setDragCursor| Name: | QDrag::setDragCursor | | Prototype: | void QDrag::setDragCursor(const QPixmap &cursor, Qt::DropAction action) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 315-324 |
| | 6 | 3 |
QDrag::setMimeData| Name: | QDrag::setMimeData | | Prototype: | void QDrag::setMimeData(QMimeData *data) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 130-138 |
| | 6 | 3 |
QDragManager::setCurrentTarget| Name: | QDragManager::setCurrentTarget | | Prototype: | void QDragManager::setCurrentTarget(QObject *target, bool dropped) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 98-108 |
| | 6 | 3 |
QDrawHelperGammaTables::QDrawHelperGammaTables| Name: | QDrawHelperGammaTables::QDrawHelperGammaTables | | Prototype: | QDrawHelperGammaTables::QDrawHelperGammaTables(qreal smoothing) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgammatables.cpp | | Lines: | 39-48 |
| | 6 | 3 |
QEGLDeviceIntegration::framebufferIndex| Name: | QEGLDeviceIntegration::framebufferIndex | | Prototype: | int QEGLDeviceIntegration::framebufferIndex() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 140-150 |
| | 6 | 2 |
QEGLDeviceIntegration::logicalDpi| Name: | QEGLDeviceIntegration::logicalDpi | | Prototype: | QDpi QEGLDeviceIntegration::logicalDpi() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 213-223 |
| | 6 | 2 |
QEGLDeviceIntegration::platformInit| Name: | QEGLDeviceIntegration::platformInit | | Prototype: | void QEGLDeviceIntegration::platformInit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 152-166 |
| | 6 | 2 |
QEGLDeviceIntegration::surfaceFormatFor| Name: | QEGLDeviceIntegration::surfaceFormatFor | | Prototype: | QSurfaceFormat QEGLDeviceIntegration::surfaceFormatFor(const QSurfaceFormat &inputFormat) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 260-272 |
| | 6 | 2 |
QEGLPlatformContext::QEGLPlatformContext| Name: | QEGLPlatformContext::QEGLPlatformContext | | Prototype: | QEGLPlatformContext::QEGLPlatformContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display, EGLConfig *config, const QVariant &nativeHandle, Flags flags) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 108-124 |
| | 6 | 2 |
QEGLPlatformContext::swapBuffers| Name: | QEGLPlatformContext::swapBuffers | | Prototype: | void QEGLPlatformContext::swapBuffers(QPlatformSurface *surface) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 426-435 |
| | 6 | 3 |
QEasingCurve::addTCBSegment| Name: | QEasingCurve::addTCBSegment | | Prototype: | void QEasingCurve::addTCBSegment(const QPointF &nextPoint, qreal t, qreal c, qreal b) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1279-1291 |
| | 6 | 3 |
QEasingCurve::setType| Name: | QEasingCurve::setType | | Prototype: | void QEasingCurve::setType(Type type) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1359-1369 |
| | 6 | 3 |
QEasingCurve::valueForProgress| Name: | QEasingCurve::valueForProgress | | Prototype: | qreal QEasingCurve::valueForProgress(qreal progress) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1408-1417 |
| | 6 | 3 |
QEasingCurveFunction::operator==| Name: | QEasingCurveFunction::operator== | | Prototype: | bool QEasingCurveFunction::operator==(const QEasingCurveFunction &other) const | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 385-393 |
| | 6 | 1 |
QEglFSCursor::pointerEvent| Name: | QEglFSCursor::pointerEvent | | Prototype: | void QEglFSCursor::pointerEvent(const QMouseEvent &event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 302-310 |
| | 6 | 2 |
QEglFSIntegration::createPlatformWindow| Name: | QEglFSIntegration::createPlatformWindow | | Prototype: | QPlatformWindow *QEglFSIntegration::createPlatformWindow(QWindow *window) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 177-185 |
| | 6 | 2 |
QEglFSIntegration::destroy| Name: | QEglFSIntegration::destroy | | Prototype: | void QEglFSIntegration::destroy() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 140-151 |
| | 6 | 3 |
QEglFSIntegration::nativeResourceForScreen| Name: | QEglFSIntegration::nativeResourceForScreen | | Prototype: | void *QEglFSIntegration::nativeResourceForScreen(const QByteArray &resource, QScreen *) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 292-307 |
| | 6 | 3 |
QEglFSWindow::resetSurface| Name: | QEglFSWindow::resetSurface | | Prototype: | void QEglFSWindow::resetSurface() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 180-189 |
| | 6 | 1 |
QErrorMessage::qtHandler| Name: | QErrorMessage::qtHandler | | Prototype: | QErrorMessage * QErrorMessage::qtHandler() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 299-308 |
| | 6 | 2 |
QErrorMessage::showMessage| Name: | QErrorMessage::showMessage | | Prototype: | void QErrorMessage::showMessage(const QString &message, const QString &type) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 369-377 |
| | 6 | 3 |
QEvdevMouseHandler::QEvdevMouseHandler| Name: | QEvdevMouseHandler::QEvdevMouseHandler | | Prototype: | QEvdevMouseHandler::QEvdevMouseHandler(const QString &device, int fd, bool abs, bool compression, int jitterLimit) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | | Lines: | 91-110 |
| | 6 | 2 |
QEvdevTouchManager::removeDevice| Name: | QEvdevTouchManager::removeDevice | | Prototype: | void QEvdevTouchManager::removeDevice(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp | | Lines: | 109-119 |
| | 6 | 3 |
QEvdevTouchScreenHandler::unregisterTouchDevice| Name: | QEvdevTouchScreenHandler::unregisterTouchDevice | | Prototype: | void QEvdevTouchScreenHandler::unregisterTouchDevice() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | | Lines: | 391-404 |
| | 6 | 3 |
QEvent::operator=| Name: | QEvent::operator= | | Prototype: | QEvent &QEvent::operator=(const QEvent &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 307-318 |
| | 6 | 1 |
QEventLoop::exit| Name: | QEventLoop::exit | | Prototype: | void QEventLoop::exit(int returnCode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 257-266 |
| | 6 | 2 |
QEventTransition::eventTest| Name: | QEventTransition::eventTest | | Prototype: | bool QEventTransition::eventTest(QEvent *event) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 224-233 |
| | 6 | 2 |
QEventTransition::setEventSource| Name: | QEventTransition::setEventSource | | Prototype: | void QEventTransition::setEventSource(QObject *object) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 211-219 |
| | 6 | 2 |
QEventTransition::setEventType| Name: | QEventTransition::setEventType | | Prototype: | void QEventTransition::setEventType(QEvent::Type type) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 188-196 |
| | 6 | 2 |
QExceptionNotifier::event| Name: | QExceptionNotifier::event | | Prototype: | bool QExceptionNotifier::event(QEvent *e) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1258-1268 |
| | 6 | 3 |
QFSFileEngine::copy| Name: | QFSFileEngine::copy | | Prototype: | bool QFSFileEngine::copy(const QString &newName) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 400-409 |
| | 6 | 2 |
QFSFileEngine::link| Name: | QFSFileEngine::link | | Prototype: | bool QFSFileEngine::link(const QString &newName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 430-439 |
| | 6 | 2 |
QFSFileEngine::rename| Name: | QFSFileEngine::rename | | Prototype: | bool QFSFileEngine::rename(const QString &newName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 417-428 |
| | 6 | 2 |
QFSFileEngine::setPermissions| Name: | QFSFileEngine::setPermissions | | Prototype: | bool QFSFileEngine::setPermissions(uint perms) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 647-656 |
| | 6 | 2 |
QFbCursor::getCurrentRect| Name: | QFbCursor::getCurrentRect | | Prototype: | QRect QFbCursor::getCurrentRect() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 80-88 |
| | 6 | 1 |
QFbCursor::pointerEvent| Name: | QFbCursor::pointerEvent | | Prototype: | void QFbCursor::pointerEvent(const QMouseEvent &e) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 104-112 |
| | 6 | 3 |
QFbScreen::removeWindow| Name: | QFbScreen::removeWindow | | Prototype: | void QFbScreen::removeWindow(QFbWindow *window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 97-105 |
| | 6 | 1 |
QFileDevice::setPermissions| Name: | QFileDevice::setPermissions | | Prototype: | bool QFileDevice::setPermissions(Permissions permissions) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 659-668 |
| | 6 | 2 |
QFileDialog::getOpenFileNames| Name: | QFileDialog::getOpenFileNames | | Prototype: | QStringList QFileDialog::getOpenFileNames(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, Options options) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 2217-2231 |
| | 6 | 3 |
QFileDialogPrivate::_q_nativeEnterDirectory| Name: | QFileDialogPrivate::_q_nativeEnterDirectory | | Prototype: | void QFileDialogPrivate::_q_nativeEnterDirectory(const QUrl &directory) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3782-3791 |
| | 6 | 3 |
QFileDialogPrivate::_q_renameCurrent| Name: | QFileDialogPrivate::_q_renameCurrent | | Prototype: | void QFileDialogPrivate::_q_renameCurrent() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3373-3382 |
| | 6 | 2 |
QFileDialogPrivate::_q_rowsInserted| Name: | QFileDialogPrivate::_q_rowsInserted | | Prototype: | void QFileDialogPrivate::_q_rowsInserted(const QModelIndex &parent) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3735-3743 |
| | 6 | 2 |
QFileDialogPrivate::_q_showDetailsView| Name: | QFileDialogPrivate::_q_showDetailsView | | Prototype: | void QFileDialogPrivate::_q_showDetailsView() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3321-3329 |
| | 6 | 1 |
QFileDialogPrivate::_q_showHidden| Name: | QFileDialogPrivate::_q_showHidden | | Prototype: | void QFileDialogPrivate::_q_showHidden() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3718-3727 |
| | 6 | 2 |
QFileDialogPrivate::_q_showListView| Name: | QFileDialogPrivate::_q_showListView | | Prototype: | void QFileDialogPrivate::_q_showListView() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3311-3319 |
| | 6 | 1 |
QFileDialogPrivate::select| Name: | QFileDialogPrivate::select | | Prototype: | QModelIndex QFileDialogPrivate::select(const QModelIndex &index) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1786-1794 |
| | 6 | 2 |
QFileInfo::isNativePath| Name: | QFileInfo::isNativePath | | Prototype: | bool QFileInfo::isNativePath() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 985-993 |
| | 6 | 3 |
QFileInfo::isRelative| Name: | QFileInfo::isRelative | | Prototype: | bool QFileInfo::isRelative() const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 635-643 |
| | 6 | 3 |
QFileSelectorPrivate::platformSelectors| Name: | QFileSelectorPrivate::platformSelectors | | Prototype: | QStringList QFileSelectorPrivate::platformSelectors() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 362-394 |
| | 6 | 3 |
QFileSystemEngine::resolveEntryAndCreateLegacyEngine| Name: | QFileSystemEngine::resolveEntryAndCreateLegacyEngine | | Prototype: | QAbstractFileEngine *QFileSystemEngine::resolveEntryAndCreateLegacyEngine( QFileSystemEntry &entry, QFileSystemMetaData &data) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine.cpp | | Lines: | 187-199 |
| | 6 | 2 |
QFileSystemEntry::path| Name: | QFileSystemEntry::path | | Prototype: | QString QFileSystemEntry::path() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 189-206 |
| | 6 | 3 |
QFileSystemModel::remove| Name: | QFileSystemModel::remove | | Prototype: | bool QFileSystemModel::remove(const QModelIndex &aindex) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 198-209 |
| | 6 | 2 |
QFileSystemModel::rmdir| Name: | QFileSystemModel::rmdir | | Prototype: | bool QFileSystemModel::rmdir(const QModelIndex &aindex) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1617-1628 |
| | 6 | 2 |
QFileSystemModel::setNameFilterDisables| Name: | QFileSystemModel::setNameFilterDisables | | Prototype: | void QFileSystemModel::setNameFilterDisables(bool enable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1530-1538 |
| | 6 | 2 |
QFileSystemModelPrivate::size| Name: | QFileSystemModelPrivate::size | | Prototype: | QString QFileSystemModelPrivate::size(const QModelIndex &index) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 738-755 |
| | 6 | 3 |
QFileSystemWatcherPrivate::_q_directoryChanged| Name: | QFileSystemWatcherPrivate::_q_directoryChanged | | Prototype: | void QFileSystemWatcherPrivate::_q_directoryChanged(const QString &path, bool removed) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 131-141 |
| | 6 | 3 |
QFileSystemWatcherPrivate::_q_fileChanged| Name: | QFileSystemWatcherPrivate::_q_fileChanged | | Prototype: | void QFileSystemWatcherPrivate::_q_fileChanged(const QString &path, bool removed) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 119-129 |
| | 6 | 3 |
QFont::insertSubstitution| Name: | QFont::insertSubstitution | | Prototype: | void QFont::insertSubstitution(const QString &familyName, const QString &substituteName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1806-1815 |
| | 6 | 2 |
QFont::setCapitalization| Name: | QFont::setCapitalization | | Prototype: | void QFont::setCapitalization(Capitalization caps) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1550-1560 |
| | 6 | 2 |
QFont::setFixedPitch| Name: | QFont::setFixedPitch | | Prototype: | void QFont::setFixedPitch(bool enable) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1182-1192 |
| | 6 | 2 |
QFont::setStyleStrategy| Name: | QFont::setStyleStrategy | | Prototype: | void QFont::setStyleStrategy(StyleStrategy s) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1357-1367 |
| | 6 | 2 |
QFont::setWeight| Name: | QFont::setWeight | | Prototype: | void QFont::setWeight(int weight) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1052-1063 |
| | 6 | 2 |
QFont::substitute| Name: | QFont::substitute | | Prototype: | QString QFont::substitute(const QString &familyName) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1771-1780 |
| | 6 | 2 |
QFontCache::insertEngineData| Name: | QFontCache::insertEngineData | | Prototype: | void QFontCache::insertEngineData(const QFontDef &def, QFontEngineData *engineData) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2788-2807 |
| | 6 | 2 |
QFontCache::timerEvent| Name: | QFontCache::timerEvent | | Prototype: | void QFontCache::timerEvent(QTimerEvent *) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2899-2914 |
| | 6 | 2 |
QFontComboBox::event| Name: | QFontComboBox::event | | Prototype: | bool QFontComboBox::event(QEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines: | 533-543 |
| | 6 | 3 |
QFontComboBox::setCurrentFont| Name: | QFontComboBox::setCurrentFont | | Prototype: | void QFontComboBox::setCurrentFont(const QFont &font) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines: | 509-519 |
| | 6 | 3 |
QFontEngine::lastRightBearing| Name: | QFontEngine::lastRightBearing | | Prototype: | QFixed QFontEngine::lastRightBearing(const QGlyphLayout &glyphs, bool round) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1555-1564 |
| | 6 | 3 |
QFontEngineData::~QFontEngineData| Name: | QFontEngineData::~QFontEngineData | | Prototype: | QFontEngineData::~QFontEngineData() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 321-331 |
| | 6 | 4 |
QFontEngineFT::QGlyphSet::QGlyphSet| Name: | QFontEngineFT::QGlyphSet::QGlyphSet | | Prototype: | QFontEngineFT::QGlyphSet::QGlyphSet() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1919-1928 |
| | 6 | 1 |
QFontEngineFT::glyphCount| Name: | QFontEngineFT::glyphCount | | Prototype: | int QFontEngineFT::glyphCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1873-1882 |
| | 6 | 2 |
QFontEngineQPF2::alphaMapForGlyph| Name: | QFontEngineQPF2::alphaMapForGlyph | | Prototype: | QImage QFontEngineQPF2::alphaMapForGlyph(glyph_t g) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 391-402 |
| | 6 | 2 |
QFontEngineQPF2::glyphIndex| Name: | QFontEngineQPF2::glyphIndex | | Prototype: | glyph_t QFontEngineQPF2::glyphIndex(uint ucs4) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 323-332 |
| | 6 | 3 |
QFontMetrics::boundingRect| Name: | QFontMetrics::boundingRect | | Prototype: | QRect QFontMetrics::boundingRect(const QString &text) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 664-673 |
| | 6 | 2 |
QFontMetrics::inFontUcs4| Name: | QFontMetrics::inFontUcs4 | | Prototype: | bool QFontMetrics::inFontUcs4(uint ucs4) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 413-421 |
| | 6 | 2 |
QFontMetrics::tightBoundingRect| Name: | QFontMetrics::tightBoundingRect | | Prototype: | QRect QFontMetrics::tightBoundingRect(const QString &text) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 832-841 |
| | 6 | 2 |