Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QDirPrivate::getFilterSepCharName: | 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: | 135-142 |
| | 5 | 2 |
QDistanceField::QDistanceFieldName: | 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: | 847-855 |
| | 5 | 1 |
QDnsLookup::QDnsLookupName: | 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: | 292-300 |
| | 5 | 1 |
QDockAreaLayout::usedTabBarsName: | 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: | 3369-3377 |
| | 5 | 2 |
QDockAreaLayoutInfo::QDockAreaLayoutInfoName: | 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: | 236-247 |
| | 5 | 1 |
QDockWidgetLayout::countName: | 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: | 288-296 |
| | 5 | 3 |
QDockWidgetLayout::minimumSizeName: | 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: | 387-396 |
| | 5 | 2 |
QDockWidgetLayout::setVerticalTitleBarName: | 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: | 554-561 |
| | 5 | 2 |
QDockWidgetLayout::sizeHintName: | 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: | 365-374 |
| | 5 | 2 |
QDockWidgetPrivate::_q_toggleViewName: | 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: | 662-671 |
| | 5 | 3 |
QDockWidgetPrivate::isAnimatingName: | 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: | 839-848 |
| | 5 | 2 |
QDomDocument::importNodeName: | 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: | 7103-7110 |
| | 5 | 3 |
QDomDocument::setContentName: | 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: | 6755-6762 |
| | 5 | 2 |
QDomDocument::setContentName: | 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: | 6659-6666 |
| | 5 | 2 |
QDomDocumentPrivate::QDomDocumentPrivateName: | 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: | 6165-6178 |
| | 5 | 2 |
QDomElement::setAttributeName: | 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: | 4832-4839 |
| | 5 | 2 |
QDomElement::setAttributeName: | 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: | 4846-4853 |
| | 5 | 2 |
QDomElement::setAttributeName: | 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: | 4860-4867 |
| | 5 | 2 |
QDomElement::setAttributeNSName: | 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: | 5024-5031 |
| | 5 | 2 |
QDomElement::setAttributeNSName: | 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: | 5036-5043 |
| | 5 | 2 |
QDomElement::setAttributeNSName: | 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: | 5048-5055 |
| | 5 | 2 |
QDomElementPrivate::setAttributeNodeNSName: | 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: | 4514-4524 |
| | 5 | 2 |
QDomHandler::commentName: | 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: | 7518-7525 |
| | 5 | 1 |
QDomHandler::unparsedEntityDeclName: | 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: | 7527-7535 |
| | 5 | 1 |
QDomNode::nodeNameName: | 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::removeChildName: | 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::saveName: | 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 |
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::QDomNodeListPrivateName: | 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: | 1149-1157 |
| | 5 | 2 |
QDoubleSpinBox::setSuffixName: | 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: | 721-730 |
| | 5 | 1 |
QDoubleSpinBox::textFromValueName: | 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: | 908-916 |
| | 5 | 2 |
QDoubleSpinBox::valueFromTextName: | 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: | 930-938 |
| | 5 | 1 |
QDoubleValidator::setNotationName: | 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: | 792-800 |
| | 5 | 2 |
QDynamicFileResourceRoot::~QDynamicFileResourceRootName: | QDynamicFileResourceRoot::~QDynamicFileResourceRoot | Prototype: | ~QDynamicFileResourceRoot() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 956-967 |
| | 5 | 2 |
QEGLDeviceIntegration::screenDestroyName: | 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: | 192-199 |
| | 5 | 2 |
QEGLDeviceIntegration::waitForVSyncName: | 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::getProcAddressName: | QEGLPlatformContext::getProcAddress | Prototype: | QFunctionPointer QEGLPlatformContext::getProcAddress(const char *procName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 446-455 |
| | 5 | 2 |
QEasingCurve::setCustomTypeName: | 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: | 1388-1396 |
| | 5 | 2 |
QEglFSContext::destroyTemporaryOffscreenSurfaceName: | 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: | 84-93 |
| | 5 | 2 |
QEglFSCursor::setPosName: | 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: | 300-307 |
| | 5 | 1 |
QEglFSIntegration::createInputHandlersName: | 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: | 412-434 |
| | 5 | 2 |
QEglFSIntegration::createPlatformBackingStoreName: | 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: | 180-187 |
| | 5 | 2 |
QEglFSKmsScreen::setPowerStateName: | QEglFSKmsScreen::setPowerState | Prototype: | void QEglFSKmsScreen::setPowerState(QPlatformScreen::PowerState state) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsscreen.cpp | Lines: | 210-218 |
| | 5 | 2 |
QEglFSWindow::invalidateSurfaceName: | 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: | 174-182 |
| | 5 | 2 |
QEglFSWindow::requestActivateWindowName: | 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: | 245-253 |
| | 5 | 2 |
QElapsedTimer::nsecsElapsedName: | QElapsedTimer::nsecsElapsed | Prototype: | qint64 QElapsedTimer::nsecsElapsed() const noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 215-222 |
| | 5 | 1 |
QErrorMessage::~QErrorMessageName: | 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 |
QEvdevTouchScreenHandlerThread::runName: | 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: | 698-708 |
| | 5 | 1 |
QEventDispatcherGlib::registeredTimersName: | 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: | 559-568 |
| | 5 | 2 |
QEventDispatcherGlib::remainingTimeName: | 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: | 570-581 |
| | 5 | 2 |
QEventDispatcherUNIX::registeredTimersName: | 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: | 379-389 |
| | 5 | 2 |
QEventDispatcherUNIX::remainingTimeName: | 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: | 526-537 |
| | 5 | 2 |
QEventLoop::QEventLoopName: | 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 |
QEventLoop::exec::LoopReferenceName: | 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: | 178-185 |
| | 5 | 1 |
QEventTransition::QEventTransitionName: | 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: | 142-151 |
| | 5 | 1 |
QEventTransition::QEventTransitionName: | 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: | 164-173 |
| | 5 | 1 |
QExpandingLineEdit::changeEventName: | 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: | 536-550 |
| | 5 | 5 |
QFSFileEngine::readName: | 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: | 574-587 |
| | 5 | 2 |
QFSFileEngine::readLineName: | 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: | 652-665 |
| | 5 | 2 |
QFSFileEngine::writeName: | 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: | 705-718 |
| | 5 | 2 |
QFSFileEngineIterator::hasNextName: | 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: | 58-67 |
| | 5 | 2 |
QFSFileEnginePrivate::nativeSyncToDiskName: | 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: | 272-283 |
| | 5 | 2 |
QFactoryLoader::refreshAllName: | 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: | 221-229 |
| | 5 | 2 |
QFbCursor::setDirtyName: | 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 |
QFbCursor::setPosName: | 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: | 101-108 |
| | 5 | 2 |
QFbScreen::eventName: | 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: | 70-78 |
| | 5 | 2 |
QFbVtHandler::~QFbVtHandlerName: | 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: | 132-143 |
| | 5 | 2 |
QFileDevice::sizeName: | 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: | 600-607 |
| | 5 | 2 |
QFileDialog::QFileDialogName: | 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: | 375-383 |
| | 5 | 1 |
QFileDialog::changeEventName: | 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: | 514-522 |
| | 5 | 2 |
QFileDialog::directoryName: | 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: | 948-956 |
| | 5 | 2 |
QFileDialog::setIconProviderName: | QFileDialog::setIconProvider | Prototype: | void QFileDialog::setIconProvider(QFileIconProvider *provider) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1963-1971 |
| | 5 | 2 |
QFileDialog::setItemDelegateName: | QFileDialog::setItemDelegate | Prototype: | void QFileDialog::setItemDelegate(QAbstractItemDelegate *delegate) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1940-1947 |
| | 5 | 2 |
QFileDialogComboBox::setFileDialogPrivateName: | QFileDialogComboBox::setFileDialogPrivate | Prototype: | void QFileDialogComboBox::setFileDialogPrivate(QFileDialogPrivate *d_pointer) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 3842-3848 |
| | 5 | 1 |
QFileDialogPrivate::_q_navigateBackwardName: | QFileDialogPrivate::_q_navigateBackward | Prototype: | void QFileDialogPrivate::_q_navigateBackward() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 3236-3244 |
| | 5 | 2 |
QFileDialogPrivate::_q_navigateForwardName: | QFileDialogPrivate::_q_navigateForward | Prototype: | void QFileDialogPrivate::_q_navigateForward() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 3251-3259 |
| | 5 | 2 |
QFileDialogPrivate::currentViewName: | 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::helperDoneName: | QFileDialogPrivate::helperDone | Prototype: | void QFileDialogPrivate::helperDone(QDialog::DialogCode code, QPlatformDialogHelper *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 569-577 |
| | 5 | 2 |
QFileInfo::makeAbsoluteName: | QFileInfo::makeAbsolute | Prototype: | bool QFileInfo::makeAbsolute() | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | Lines: | 658-666 |
| | 5 | 2 |
QFileInfoGatherer::~QFileInfoGathererName: | QFileInfoGatherer::~QFileInfoGatherer | Prototype: | QFileInfoGatherer::~QFileInfoGatherer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | Lines: | 92-99 |
| | 5 | 1 |
QFilePrivate::openExternalFileName: | QFilePrivate::openExternalFile | Prototype: | bool QFilePrivate::openExternalFile(int flags, int fd, QFile::FileHandleFlags handleFlags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 70-84 |
| | 5 | 1 |
QFilePrivate::openExternalFileName: | QFilePrivate::openExternalFile | Prototype: | bool QFilePrivate::openExternalFile(int flags, FILE *fh, QFile::FileHandleFlags handleFlags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 86-100 |
| | 5 | 1 |
QFileSystemModel::eventName: | QFileSystemModel::event | Prototype: | bool QFileSystemModel::event(QEvent *event) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | Lines: | 1621-1631 |
| | 5 | 2 |
QFileSystemModel::myComputerName: | QFileSystemModel::myComputer | Prototype: | QVariant QFileSystemModel::myComputer(int role) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | Lines: | 685-699 |
| | 5 | 3 |
QFileSystemModel::rootDirectoryName: | QFileSystemModel::rootDirectory | Prototype: | QDir QFileSystemModel::rootDirectory() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | Lines: | 1425-1432 |
| | 5 | 1 |
QFileSystemModelPrivate::nodeName: | QFileSystemModelPrivate::node | Prototype: | QFileSystemModelPrivate::QFileSystemNode *QFileSystemModelPrivate::node(const QModelIndex &index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | Lines: | 298-305 |
| | 5 | 2 |
QFileSystemWatcher::addPathName: | QFileSystemWatcher::addPath | Prototype: | bool QFileSystemWatcher::addPath(const QString &path) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | Lines: | 252-261 |
| | 5 | 2 |
QFileSystemWatcher::removePathName: | QFileSystemWatcher::removePath | Prototype: | bool QFileSystemWatcher::removePath(const QString &path) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | Lines: | 346-355 |
| | 5 | 2 |
QFont::defaultFamilyName: | QFont::defaultFamily | Prototype: | QString QFont::defaultFamily() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 2129-2136 |
| | 5 | 2 |
QFont::setFamilyName: | QFont::setFamily | Prototype: | void QFont::setFamily(const QString &family) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 715-725 |
| | 5 | 2 |
QFont::setHintingPreferenceName: | QFont::setHintingPreference | Prototype: | void QFont::setHintingPreference(HintingPreference hintingPreference) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 853-863 |
| | 5 | 2 |
QFont::setKerningName: | QFont::setKerning | Prototype: | void QFont::setKerning(bool enable) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1218-1227 |
| | 5 | 2 |
QFont::setOverlineName: | QFont::setOverline | Prototype: | void QFont::setOverline(bool enable) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1131-1140 |
| | 5 | 2 |
QFont::setStrikeOutName: | QFont::setStrikeOut | Prototype: | void QFont::setStrikeOut(bool enable) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1158-1167 |
| | 5 | 2 |
QFont::setStyleName: | QFont::setStyle | Prototype: | void QFont::setStyle(Style style) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1007-1016 |
| | 5 | 2 |
QFont::setStyleNameName: | QFont::setStyleName | Prototype: | void QFont::setStyleName(const QString &styleName) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 751-760 |
| | 5 | 2 |
QFont::setUnderlineName: | QFont::setUnderline | Prototype: | void QFont::setUnderline(bool enable) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1105-1114 |
| | 5 | 2 |
QFont::substitutionsName: | QFont::substitutions | Prototype: | QStringList QFont::substitutions() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1866-1874 |
| | 5 | 1 |
QFontComboBox::setWritingSystemName: | QFontComboBox::setWritingSystem | Prototype: | void QFontComboBox::setWritingSystem(QFontDatabase::WritingSystem script) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | Lines: | 452-459 |
| | 5 | 2 |
QFontDatabase::QFontDatabaseName: | QFontDatabase::QFontDatabase | Prototype: | QFontDatabase::QFontDatabase() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 1410-1418 |
| | 5 | 2 |