| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 930-938 |
| | 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: | 3245-3253 |
| | 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: | 3388-3396 |
| | 6 | 3 |
QDomNamedNodeMapPrivate::setNamedItem| Name: | QDomNamedNodeMapPrivate::setNamedItem | | Prototype: | QDomNodePrivate* QDomNamedNodeMapPrivate::setNamedItem(QDomNodePrivate* arg) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3096-3109 |
| | 8 | 3 |
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: | 2125-2133 |
| | 5 | 3 |
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: | 2043-2051 |
| | 6 | 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: | 2566-2575 |
| | 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: | 2684-2693 |
| | 5 | 3 |
QDomNode::setPrefix| Name: | QDomNode::setPrefix | | Prototype: | void QDomNode::setPrefix(const QString& pre) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2441-2447 |
| | 4 | 3 |
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: | 1326-1334 |
| | 6 | 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: | 1340-1347 |
| | 5 | 3 |
QDomNodeListPrivate::length| Name: | QDomNodeListPrivate::length | | Prototype: | int QDomNodeListPrivate::length() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1255-1267 |
| | 7 | 3 |
QDomNodePrivate::QDomNodePrivate| Name: | QDomNodePrivate::QDomNodePrivate | | Prototype: | QDomNodePrivate::QDomNodePrivate(QDomNodePrivate *n, bool deep) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1451-1472 |
| | 16 | 3 |
QDomNodePrivate::clear| Name: | QDomNodePrivate::clear | | Prototype: | void QDomNodePrivate::clear() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1491-1504 |
| | 9 | 3 |
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: | 1506-1515 |
| | 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: | 1845-1855 |
| | 6 | 3 |
QDomNodePrivate::~QDomNodePrivate| Name: | QDomNodePrivate::~QDomNodePrivate | | Prototype: | QDomNodePrivate::~QDomNodePrivate() | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1474-1489 |
| | 10 | 3 |
QDomNotationPrivate::save| Name: | QDomNotationPrivate::save | | Prototype: | void QDomNotationPrivate::save(QTextStream& s, int, int) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5541-5552 |
| | 7 | 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: | 1114-1124 |
| | 6 | 3 |
QDoubleValidator::validate| Name: | QDoubleValidator::validate | | Prototype: | QValidator::State QDoubleValidator::validate(QString & input, int &) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 651-666 |
| | 8 | 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: | 325-334 |
| | 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: | 138-146 |
| | 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: | 104-114 |
| | 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: | 45-54 |
| | 6 | 3 |
QEGLDeviceIntegration::fbDeviceName| Name: | QEGLDeviceIntegration::fbDeviceName | | Prototype: | QByteArray QEGLDeviceIntegration::fbDeviceName() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 121-132 |
| | 3 | 3 |
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: | 314-326 |
| | 5 | 3 |
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: | 435-444 |
| | 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: | 1285-1297 |
| | 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: | 1365-1375 |
| | 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: | 1414-1423 |
| | 6 | 3 |
QEglFSContext::swapBuffers| Name: | QEglFSContext::swapBuffers | | Prototype: | void QEglFSContext::swapBuffers(QPlatformSurface *surface) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | | Lines: | 105-117 |
| | 7 | 3 |
QEglFSCursor::QEglFSCursor| Name: | QEglFSCursor::QEglFSCursor | | Prototype: | QEglFSCursor::QEglFSCursor(QPlatformScreen *screen) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 61-89 |
| | 12 | 3 |
QEglFSIntegration::chooseConfig| Name: | QEglFSIntegration::chooseConfig | | Prototype: | EGLConfig QEglFSIntegration::chooseConfig(EGLDisplay display, const QSurfaceFormat &format) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 441-457 |
| | 7 | 3 |
QEglFSIntegration::createPlatformOffscreenSurface| Name: | QEglFSIntegration::createPlatformOffscreenSurface | | Prototype: | QPlatformOffscreenSurface *QEglFSIntegration::createPlatformOffscreenSurface(QOffscreenSurface *surface) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 219-232 |
| | 8 | 3 |
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: | 147-158 |
| | 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: | 304-319 |
| | 6 | 3 |
QEglFSKmsScreen::~QEglFSKmsScreen| Name: | QEglFSKmsScreen::~QEglFSKmsScreen | | Prototype: | QEglFSKmsScreen::~QEglFSKmsScreen() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsscreen.cpp | | Lines: | 87-99 |
| | 8 | 3 |
QEglFSOffscreenWindow::QEglFSOffscreenWindow| Name: | QEglFSOffscreenWindow::QEglFSOffscreenWindow | | Prototype: | QEglFSOffscreenWindow::QEglFSOffscreenWindow(EGLDisplay display, const QSurfaceFormat &format, QOffscreenSurface *offscreenSurface) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsoffscreenwindow.cpp | | Lines: | 57-73 |
| | 8 | 3 |
QEglFSOffscreenWindow::~QEglFSOffscreenWindow| Name: | QEglFSOffscreenWindow::~QEglFSOffscreenWindow | | Prototype: | QEglFSOffscreenWindow::~QEglFSOffscreenWindow() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsoffscreenwindow.cpp | | Lines: | 75-81 |
| | 4 | 3 |
QEglFSWindow::lower| Name: | QEglFSWindow::lower | | Prototype: | void QEglFSWindow::lower() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 264-276 |
| | 8 | 3 |
QEglFSWindow::setGeometry| Name: | QEglFSWindow::setGeometry | | Prototype: | void QEglFSWindow::setGeometry(const QRect &r) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 218-232 |
| | 8 | 3 |
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: | 375-383 |
| | 6 | 3 |
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: | 264-273 |
| | 5 | 3 |
QErrorMessagePrivate::nextPending| Name: | QErrorMessagePrivate::nextPending | | Prototype: | bool QErrorMessagePrivate::nextPending() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 325-344 |
| | 11 | 3 |
QEvdevKeyboardHandler::QEvdevKeyboardHandler| Name: | QEvdevKeyboardHandler::QEvdevKeyboardHandler | | Prototype: | QEvdevKeyboardHandler::QEvdevKeyboardHandler(const QString &device, QFdContainer &fd, bool disableZap, bool enableCompose, const QString &keymapFile) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 69-87 |
| | 7 | 3 |
QEvdevKeyboardManager::addKeyboard| Name: | QEvdevKeyboardManager::addKeyboard | | Prototype: | void QEvdevKeyboardManager::addKeyboard(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | | Lines: | 104-116 |
| | 8 | 3 |
QEvdevKeyboardManager::removeKeyboard| Name: | QEvdevKeyboardManager::removeKeyboard | | Prototype: | void QEvdevKeyboardManager::removeKeyboard(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | | Lines: | 118-128 |
| | 7 | 3 |
QEvdevMouseHandler::sendMouseEvent| Name: | QEvdevMouseHandler::sendMouseEvent | | Prototype: | void QEvdevMouseHandler::sendMouseEvent() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | | Lines: | 163-186 |
| | 13 | 3 |
QEvdevMouseManager::addMouse| Name: | QEvdevMouseManager::addMouse | | Prototype: | void QEvdevMouseManager::addMouse(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | | Lines: | 154-168 |
| | 10 | 3 |
QEvdevMouseManager::removeMouse| Name: | QEvdevMouseManager::removeMouse | | Prototype: | void QEvdevMouseManager::removeMouse(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | | Lines: | 170-180 |
| | 7 | 3 |
QEvdevTabletManager::addDevice| Name: | QEvdevTabletManager::addDevice | | Prototype: | void QEvdevTabletManager::addDevice(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtabletmanager.cpp | | Lines: | 102-114 |
| | 8 | 3 |
QEvdevTabletManager::removeDevice| Name: | QEvdevTabletManager::removeDevice | | Prototype: | void QEvdevTabletManager::removeDevice(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtabletmanager.cpp | | Lines: | 116-126 |
| | 7 | 3 |
QEvdevTouchManager::addDevice| Name: | QEvdevTouchManager::addDevice | | Prototype: | void QEvdevTouchManager::addDevice(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp | | Lines: | 102-113 |
| | 7 | 3 |
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: | 115-125 |
| | 6 | 3 |
QEvdevTouchScreenHandler::registerTouchDevice| Name: | QEvdevTouchScreenHandler::registerTouchDevice | | Prototype: | void QEvdevTouchScreenHandler::registerTouchDevice() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | | Lines: | 383-396 |
| | 9 | 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: | 398-411 |
| | 6 | 3 |
QEvdevTouchScreenHandler::~QEvdevTouchScreenHandler| Name: | QEvdevTouchScreenHandler::~QEvdevTouchScreenHandler | | Prototype: | QEvdevTouchScreenHandler::~QEvdevTouchScreenHandler() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | | Lines: | 298-313 |
| | 7 | 3 |
QEventDispatcherGlib::registerTimer| Name: | QEventDispatcherGlib::registerTimer | | Prototype: | void QEventDispatcherGlib::registerTimer(int timerId, int interval, Qt::TimerType timerType, QObject *object) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 511-525 |
| | 8 | 3 |
QEventDispatcherGlib::unregisterTimer| Name: | QEventDispatcherGlib::unregisterTimer | | Prototype: | bool QEventDispatcherGlib::unregisterTimer(int timerId) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 527-541 |
| | 8 | 3 |
QEventDispatcherGlib::unregisterTimers| Name: | QEventDispatcherGlib::unregisterTimers | | Prototype: | bool QEventDispatcherGlib::unregisterTimers(QObject *object) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 543-557 |
| | 8 | 3 |
QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate| Name: | QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate | | Prototype: | QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate(GMainContext *context) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 291-350 |
| | 33 | 3 |
QEventDispatcherUNIX::registerSocketNotifier| Name: | QEventDispatcherUNIX::registerSocketNotifier | | Prototype: | void QEventDispatcherUNIX::registerSocketNotifier(QSocketNotifier *notifier) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 395-415 |
| | 12 | 3 |
QEventDispatcherUNIX::registerTimer| Name: | QEventDispatcherUNIX::registerTimer | | Prototype: | void QEventDispatcherUNIX::registerTimer(int timerId, int interval, Qt::TimerType timerType, QObject *obj) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 325-339 |
| | 8 | 3 |
QEventDispatcherUNIX::unregisterTimer| Name: | QEventDispatcherUNIX::unregisterTimer | | Prototype: | bool QEventDispatcherUNIX::unregisterTimer(int timerId) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 344-358 |
| | 8 | 3 |
QEventDispatcherUNIX::unregisterTimers| Name: | QEventDispatcherUNIX::unregisterTimers | | Prototype: | bool QEventDispatcherUNIX::unregisterTimers(QObject *object) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 363-377 |
| | 8 | 3 |
QEventDispatcherUNIXPrivate::activateSocketNotifiers| Name: | QEventDispatcherUNIXPrivate::activateSocketNotifiers | | Prototype: | int QEventDispatcherUNIXPrivate::activateSocketNotifiers() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 292-309 |
| | 10 | 3 |
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: | 98-107 |
| | 5 | 3 |
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: | 1266-1276 |
| | 6 | 3 |
QFSFileEngine::open| Name: | QFSFileEngine::open | | Prototype: | bool QFSFileEngine::open(QIODevice::OpenMode openMode, FILE *fh, QFile::FileHandleFlags handleFlags) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 237-257 |
| | 12 | 3 |
QFSFileEngine::open| Name: | QFSFileEngine::open | | Prototype: | bool QFSFileEngine::open(QIODevice::OpenMode openMode, int fd, QFile::FileHandleFlags handleFlags) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 298-319 |
| | 13 | 3 |
QFSFileEnginePrivate::flushFh| Name: | QFSFileEnginePrivate::flushFh | | Prototype: | bool QFSFileEnginePrivate::flushFh() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 436-456 |
| | 11 | 3 |
QFSFileEnginePrivate::unmap| Name: | QFSFileEnginePrivate::unmap | | Prototype: | bool QFSFileEnginePrivate::unmap(uchar *ptr) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 761-781 |
| | 11 | 3 |
QFSFileEnginePrivate::unmapAll| Name: | QFSFileEnginePrivate::unmapAll | | Prototype: | void QFSFileEnginePrivate::unmapAll() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 470-477 |
| | 4 | 3 |
QFactoryLoader::keyMap| Name: | QFactoryLoader::keyMap | | Prototype: | QMultiMap<int, QString> QFactoryLoader::keyMap() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | | Lines: | 312-324 |
| | 9 | 3 |
QFbBackingStore::beginPaint| Name: | QFbBackingStore::beginPaint | | Prototype: | void QFbBackingStore::beginPaint(const QRegion ®ion) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 94-105 |
| | 7 | 3 |
QFbCursor::QFbCursor| Name: | QFbCursor::QFbCursor | | Prototype: | QFbCursor::QFbCursor(QFbScreen *screen) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 58-79 |
| | 11 | 3 |
QFbCursor::changeCursor| Name: | QFbCursor::changeCursor | | Prototype: | void QFbCursor::changeCursor(QCursor * widgetCursor, QWindow *window) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 166-183 |
| | 10 | 3 |
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: | 110-118 |
| | 6 | 3 |
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: | 186-195 |
| | 5 | 3 |
QFbScreen::topLevelAt| Name: | QFbScreen::topLevelAt | | Prototype: | QWindow *QFbScreen::topLevelAt(const QPoint & p) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 147-154 |
| | 4 | 3 |
QFbScreen::topWindow| Name: | QFbScreen::topWindow | | Prototype: | QWindow *QFbScreen::topWindow() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 139-145 |
| | 4 | 3 |
QFbScreen::windowForId| Name: | QFbScreen::windowForId | | Prototype: | QFbWindow *QFbScreen::windowForId(WId wid) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 308-315 |
| | 4 | 3 |
QFile::link| Name: | QFile::link | | Prototype: | bool QFile::link(const QString &linkName) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | | Lines: | 702-717 |
| | 10 | 3 |
QFile::setFileName| Name: | QFile::setFileName | | Prototype: | void QFile::setFileName(const QString &name) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | | Lines: | 319-333 |
| | 9 | 3 |
QFileDevice::map| Name: | QFileDevice::map | | Prototype: | uchar *QFileDevice::map(qint64 offset, qint64 size, MemoryMapFlags flags) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 702-714 |
| | 9 | 3 |
QFileDevice::unmap| Name: | QFileDevice::unmap | | Prototype: | bool QFileDevice::unmap(uchar *address) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 723-736 |
| | 10 | 3 |
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 |
QFileDialog::history| Name: | QFileDialog::history | | Prototype: | QStringList QFileDialog::history() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1912-1923 |
| | 8 | 3 |
QFileDialog::saveState| Name: | QFileDialog::saveState | | Prototype: | QByteArray QFileDialog::saveState() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 436-460 |
| | 18 | 3 |
QFileDialog::selectedUrls| Name: | QFileDialog::selectedUrls | | Prototype: | QList<QUrl> QFileDialog::selectedUrls() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1284-1297 |
| | 9 | 3 |
QFileDialog::setAcceptMode| Name: | QFileDialog::setAcceptMode | | Prototype: | void QFileDialog::setAcceptMode(QFileDialog::AcceptMode mode) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1692-1708 |
| | 12 | 3 |
QFileDialog::setMimeTypeFilters| Name: | QFileDialog::setMimeTypeFilters | | Prototype: | void QFileDialog::setMimeTypeFilters(const QStringList &filters) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1558-1569 |
| | 8 | 3 |
QFileDialog::setViewMode| Name: | QFileDialog::setViewMode | | Prototype: | void QFileDialog::setViewMode(QFileDialog::ViewMode mode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1606-1616 |
| | 7 | 3 |
QFileDialogPrivate::_q_fileRenamed| Name: | QFileDialogPrivate::_q_fileRenamed | | Prototype: | void QFileDialogPrivate::_q_fileRenamed(const QString &path, const QString &oldName, const QString &newName) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3743-3750 |
| | 4 | 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: | 3780-3789 |
| | 6 | 3 |
QFileDialogPrivate::_q_pathChanged| Name: | QFileDialogPrivate::_q_pathChanged | | Prototype: | void QFileDialogPrivate::_q_pathChanged(const QString &newPath) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3212-3229 |
| | 12 | 3 |
QFileDialogPrivate::addDefaultSuffixToUrls| Name: | QFileDialogPrivate::addDefaultSuffixToUrls | | Prototype: | QList<QUrl> QFileDialogPrivate::addDefaultSuffixToUrls(const QList<QUrl> &urlsToFix) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1235-1249 |
| | 10 | 3 |
QFileDialogPrivate::canBeNativeDialog| Name: | QFileDialogPrivate::canBeNativeDialog | | Prototype: | bool QFileDialogPrivate::canBeNativeDialog() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 701-717 |
| | 10 | 3 |
QFileDialogPrivate::currentView| Name: | QFileDialogPrivate::currentView | | Prototype: | QAbstractItemView *QFileDialogPrivate::currentView() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1742-1748 |
| | 5 | 3 |
QFileDialogPrivate::saveSettings| Name: | QFileDialogPrivate::saveSettings | | Prototype: | void QFileDialogPrivate::saveSettings() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 2691-2712 |
| | 17 | 3 |