| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QXmlStreamWriter::writeDTD| Name: | QXmlStreamWriter::writeDTD | | Prototype: | void QXmlStreamWriter::writeDTD(const QString &dtd) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3554-3563 |
| | 7 | 3 |
QXmlStreamReaderPrivate::reallocateStack| Name: | QXmlStreamReaderPrivate::reallocateStack | | Prototype: | inline void QXmlStreamReaderPrivate::reallocateStack() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 883-890 |
| | 5 | 3 |
QXcbWindow::windowEvent| Name: | QXcbWindow::windowEvent | | Prototype: | void QXcbWindow::windowEvent(QEvent *event) | | Coverage: | 42.857% (6/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2691-2718 |
| | 15 | 7 |
QXcbWindow::setCursor| Name: | QXcbWindow::setCursor | | Prototype: | void QXcbWindow::setCursor(xcb_cursor_t cursor, bool isBitmapCursor) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2673-2689 |
| | 8 | 3 |
QXcbSystemTrayTracker::systemTrayWindowGlobalGeometry| Name: | QXcbSystemTrayTracker::systemTrayWindowGlobalGeometry | | Prototype: | QRect QXcbSystemTrayTracker::systemTrayWindowGlobalGeometry(xcb_window_t window) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp | | Lines: | 132-151 |
| | 13 | 3 |
QXcbScreen::logicalDpi| Name: | QXcbScreen::logicalDpi | | Prototype: | QDpi QXcbScreen::logicalDpi() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 478-488 |
| | 5 | 3 |
QXcbConnection::translateMouseButton| Name: | QXcbConnection::translateMouseButton | | Prototype: | Qt::MouseButton QXcbConnection::translateMouseButton(xcb_button_t s) | | Coverage: | 42.857% (24/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1040-1073 |
| | 29 | 29 |
QWaitCondition::wait| Name: | QWaitCondition::wait | | Prototype: | bool QWaitCondition::wait(QMutex *mutex, unsigned long time) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | | Lines: | 202-220 |
| | 11 | 3 |
QUtcTimeZonePrivate::displayName| Name: | QUtcTimeZonePrivate::displayName | | Prototype: | QString QUtcTimeZonePrivate::displayName(QTimeZone::TimeType timeType, QTimeZone::NameType nameType, const QLocale &locale) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | | Lines: | 694-705 |
| | 7 | 3 |
QThread::terminate| Name: | QThread::terminate | | Prototype: | void QThread::terminate() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 667-682 |
| | 8 | 3 |
QThread::setEventDispatcher| Name: | QThread::setEventDispatcher | | Prototype: | void QThread::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 791-803 |
| | 7 | 3 |
QTestTable::addColumn| Name: | QTestTable::addColumn | | Prototype: | void QTestTable::addColumn(int type, const char *name) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtesttable.cpp | | Lines: | 84-90 |
| | 3 | 3 |
QTestLog::enterTestFunction| Name: | QTestLog::enterTestFunction | | Prototype: | void QTestLog::enterTestFunction(const char* function) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 337-346 |
| | 5 | 3 |
QTestLog::addXPass| Name: | QTestLog::addXPass | | Prototype: | void QTestLog::addXPass(const char *msg, const char *file, int line) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 419-427 |
| | 4 | 3 |
QTestLog::addXFail| Name: | QTestLog::addXFail | | Prototype: | void QTestLog::addXFail(const char *msg, const char *file, int line) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 411-417 |
| | 3 | 3 |
QTestLog::addSkip| Name: | QTestLog::addSkip | | Prototype: | void QTestLog::addSkip(const char *msg, const char *file, int line) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 448-456 |
| | 4 | 3 |
QTestLog::addPass| Name: | QTestLog::addPass | | Prototype: | void QTestLog::addPass(const char *msg) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 390-400 |
| | 5 | 3 |
QTestLog::addBFail| Name: | QTestLog::addBFail | | Prototype: | void QTestLog::addBFail(const char *msg, const char *file, int line) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 438-446 |
| | 4 | 3 |
QTestElement::addLogElement| Name: | QTestElement::addLogElement | | Prototype: | bool QTestElement::addLogElement(QTestElement *element) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestelement.cpp | | Lines: | 56-68 |
| | 7 | 3 |
QTestData::data| Name: | QTestData::data | | Prototype: | void *QTestData::data(int index) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestdata.cpp | | Lines: | 98-103 |
| | 3 | 3 |
QTestData::QTestData| Name: | QTestData::QTestData | | Prototype: | QTestData::QTestData(const char *tag, QTestTable *parent) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestdata.cpp | | Lines: | 62-71 |
| | 7 | 3 |
QTest::qMedian| Name: | QTest::qMedian | | Prototype: | QBenchmarkResult qMedian(const QVector<QBenchmarkResult> &container) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 736-752 |
| | 9 | 3 |
QSystemSemaphore::release| Name: | QSystemSemaphore::release | | Prototype: | bool QSystemSemaphore::release(int n) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore.cpp | | Lines: | 298-307 |
| | 6 | 3 |
QSystemError::toString| Name: | QSystemError::toString | | Prototype: | QString QSystemError::toString() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemerror.cpp | | Lines: | 154-171 |
| | 4 | 5 |
QSslSocketPrivate::sslLibraryVersionString| Name: | QSslSocketPrivate::sslLibraryVersionString | | Prototype: | QString QSslSocketPrivate::sslLibraryVersionString() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 592-602 |
| | 6 | 3 |
QSocks5SocketEngine::accept| Name: | QSocks5SocketEngine::accept | | Prototype: | int QSocks5SocketEngine::accept() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1444-1477 |
| | 20 | 4 |
QSocketNotifier::QSocketNotifier| Name: | QSocketNotifier::QSocketNotifier | | Prototype: | QSocketNotifier::QSocketNotifier(qintptr socket, Type type, QObject *parent) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 142-156 |
| | 9 | 3 |
QSaveFile::writeData| Name: | QSaveFile::writeData | | Prototype: | qint64 QSaveFile::writeData(const char *data, qint64 len) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | | Lines: | 348-359 |
| | 7 | 3 |
QResourceRoot::data| Name: | QResourceRoot::data | | Prototype: | const uchar *QResourceRoot::data(int node, qint64 *size) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 758-782 |
| | 17 | 3 |
QResourceFileEngine::seek| Name: | QResourceFileEngine::seek | | Prototype: | bool QResourceFileEngine::seek(qint64 pos) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1343-1353 |
| | 7 | 3 |
QPropertyAnimation::setTargetObject| Name: | QPropertyAnimation::setTargetObject | | Prototype: | void QPropertyAnimation::setTargetObject(QObject *target) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 189-202 |
| | 8 | 3 |
QObject::userData| Name: | QObject::userData | | Prototype: | QObjectUserData* QObject::userData(uint id) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4106-4114 |
| | 6 | 3 |
QNonContiguousByteDeviceIoDeviceImpl::advanceReadPointer| Name: | QNonContiguousByteDeviceIoDeviceImpl::advanceReadPointer | | Prototype: | bool QNonContiguousByteDeviceIoDeviceImpl::advanceReadPointer(qint64 amount) | | Coverage: | 42.857% (6/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 336-365 |
| | 15 | 5 |
QNetworkReplyImplPrivate::appendDownstreamData| Name: | QNetworkReplyImplPrivate::appendDownstreamData | | Prototype: | void QNetworkReplyImplPrivate::appendDownstreamData(QIODevice *data) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 678-697 |
| | 11 | 3 |
QNativeSocketEngine::write| Name: | QNativeSocketEngine::write | | Prototype: | qint64 QNativeSocketEngine::write(const char *data, qint64 size) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 861-867 |
| | 4 | 3 |
QNativeSocketEngine::setMulticastInterface| Name: | QNativeSocketEngine::setMulticastInterface | | Prototype: | bool QNativeSocketEngine::setMulticastInterface(const QNetworkInterface &iface) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 757-763 |
| | 4 | 3 |
QNativeSocketEngine::readDatagram| Name: | QNativeSocketEngine::readDatagram | | Prototype: | qint64 QNativeSocketEngine::readDatagram(char *data, qint64 maxSize, QIpPacketHeader *header, PacketHeaderOptions options) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 811-819 |
| | 4 | 3 |
QNativeSocketEngine::pendingDatagramSize| Name: | QNativeSocketEngine::pendingDatagramSize | | Prototype: | qint64 QNativeSocketEngine::pendingDatagramSize() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 788-795 |
| | 4 | 3 |
QNativeSocketEngine::multicastInterface| Name: | QNativeSocketEngine::multicastInterface | | Prototype: | QNetworkInterface QNativeSocketEngine::multicastInterface() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 748-754 |
| | 4 | 3 |
QMetaProperty::isUser| Name: | QMetaProperty::isUser | | Prototype: | bool QMetaProperty::isUser(const QObject *object) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3392-3404 |
| | 9 | 3 |
QMetaProperty::isStored| Name: | QMetaProperty::isStored | | Prototype: | bool QMetaProperty::isStored(const QObject *object) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3365-3377 |
| | 9 | 3 |
QMetaProperty::isScriptable| Name: | QMetaProperty::isScriptable | | Prototype: | bool QMetaProperty::isScriptable(const QObject *object) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3341-3353 |
| | 9 | 3 |
QMetaProperty::isEditable| Name: | QMetaProperty::isEditable | | Prototype: | bool QMetaProperty::isEditable(const QObject *object) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3448-3460 |
| | 9 | 3 |
QMetaProperty::isDesignable| Name: | QMetaProperty::isDesignable | | Prototype: | bool QMetaProperty::isDesignable(const QObject *object) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 3315-3329 |
| | 9 | 3 |
QLocalePrivate::countryToCode| Name: | QLocalePrivate::countryToCode | | Prototype: | QString QLocalePrivate::countryToCode(QLocale::Country country) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 198-213 |
| | 9 | 3 |
QLocalServerPrivate::_q_onNewConnection| Name: | QLocalServerPrivate::_q_onNewConnection | | Prototype: | void QLocalServerPrivate::_q_onNewConnection() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | | Lines: | 265-282 |
| | 12 | 3 |
QLocalServer::listen| Name: | QLocalServer::listen | | Prototype: | bool QLocalServer::listen(qintptr socketDescriptor) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 327-343 |
| | 9 | 3 |
QListData::realloc| Name: | QListData::realloc | | Prototype: | void QListData::realloc(int alloc) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 137-147 |
| | 7 | 3 |
QJsonDocument::object| Name: | QJsonDocument::object | | Prototype: | QJsonObject QJsonDocument::object() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 441-449 |
| | 5 | 3 |
QJsonDocument::array| Name: | QJsonDocument::array | | Prototype: | QJsonArray QJsonDocument::array() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 459-467 |
| | 5 | 3 |
QIcuCodec::defaultCodecUnlocked| Name: | QIcuCodec::defaultCodecUnlocked | | Prototype: | QTextCodec *QIcuCodec::defaultCodecUnlocked() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 436-453 |
| | 10 | 3 |
QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot| Name: | QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot | | Prototype: | void QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot(const QNetworkProxy &p, QAuthenticator *a) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 723-743 |
| | 8 | 3 |
QHttpThreadDelegate::synchronousFinishedSlot| Name: | QHttpThreadDelegate::synchronousFinishedSlot | | Prototype: | void QHttpThreadDelegate::synchronousFinishedSlot() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 516-537 |
| | 11 | 3 |
QHostAddress::setAddress| Name: | QHostAddress::setAddress | | Prototype: | void QHostAddress::setAddress(const struct sockaddr *sockaddr) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 640-651 |
| | 5 | 3 |
QGLPaintDevice::ensureActiveTarget| Name: | QGLPaintDevice::ensureActiveTarget | | Prototype: | void QGLPaintDevice::ensureActiveTarget() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 109-123 |
| | 8 | 3 |
QGLFormat::openGLVersionFlags| Name: | QGLFormat::openGLVersionFlags | | Prototype: | QGLFormat::OpenGLVersionFlags QGLFormat::openGLVersionFlags() | | Coverage: | 42.857% (9/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1481-1514 |
| | 20 | 7 |
QGLContext::fromOpenGLContext| Name: | QGLContext::fromOpenGLContext | | Prototype: | QGLContext *QGLContext::fromOpenGLContext(QOpenGLContext *context) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2201-2212 |
| | 6 | 3 |
QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate| Name: | QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate | | Prototype: | QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 98-113 |
| | 9 | 3 |
QFtpDTP::socketError| Name: | QFtpDTP::socketError | | Prototype: | void QFtpDTP::socketError(QAbstractSocket::SocketError e) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 723-736 |
| | 4 | 3 |
QFileSystemEngine::resolveUserName| Name: | QFileSystemEngine::resolveUserName | | Prototype: | QString QFileSystemEngine::resolveUserName(uint userId) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 352-373 |
| | 10 | 3 |
QFileInfo::absolutePath| Name: | QFileInfo::absolutePath | | Prototype: | QString QFileInfo::absolutePath() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 579-590 |
| | 7 | 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 |
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 |
QFSFileEngine::extension| Name: | QFSFileEngine::extension | | Prototype: | bool QFSFileEngine::extension(Extension extension, const ExtensionOption *option, ExtensionReturn *output) | | Coverage: | 42.857% (6/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 826-844 |
| | 12 | 4 |
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 |
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 |
QDir::rmpath| Name: | QDir::rmpath | | Prototype: | bool QDir::rmpath(const QString &dirPath) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1468-1481 |
| | 8 | 3 |
QDir::mkpath| Name: | QDir::mkpath | | Prototype: | bool QDir::mkpath(const QString &dirPath) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1442-1455 |
| | 8 | 3 |
QDir::mkdir| Name: | QDir::mkdir | | Prototype: | bool QDir::mkdir(const QString &dirName) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1390-1403 |
| | 8 | 3 |
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: | 667-679 |
| | 5 | 5 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(float f) | | Coverage: | 42.857% (9/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1196-1222 |
| | 15 | 7 |
QDBusConnectionPrivate::disconnectSignal| Name: | QDBusConnectionPrivate::disconnectSignal | | Prototype: | bool QDBusConnectionPrivate::disconnectSignal(const QString &service, const QString &path, const QString &interface, const QString &name, const QStringList &argumentMatch, const QString &signature, QObject *receiver, const char *slot) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2273-2291 |
| | 10 | 3 |
QDBusConnectionPrivate::connectSignal| Name: | QDBusConnectionPrivate::connectSignal | | Prototype: | bool QDBusConnectionPrivate::connectSignal(const QString &service, const QString &path, const QString &interface, const QString &name, const QStringList &argumentMatch, const QString &signature, QObject *receiver, const char *slot) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2195-2214 |
| | 11 | 3 |
QDBusBlockingCallWatcher::~QDBusBlockingCallWatcher| Name: | QDBusBlockingCallWatcher::~QDBusBlockingCallWatcher | | Prototype: | ~QDBusBlockingCallWatcher() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2018-2029 |
| | 7 | 3 |
QDBusArgumentPrivate::checkRead| Name: | QDBusArgumentPrivate::checkRead | | Prototype: | bool QDBusArgumentPrivate::checkRead(QDBusArgumentPrivate *d) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 134-148 |
| | 6 | 3 |
QDBusArgument::currentType| Name: | QDBusArgument::currentType | | Prototype: | QDBusArgument::ElementType QDBusArgument::currentType() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 589-596 |
| | 5 | 3 |
QDBusArgument::currentSignature| Name: | QDBusArgument::currentSignature | | Prototype: | QString QDBusArgument::currentSignature() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 570-578 |
| | 5 | 3 |
QAsn1Element::toInteger| Name: | QAsn1Element::toInteger | | Prototype: | qint64 QAsn1Element::toInteger(bool *ok) const | | Coverage: | 42.857% (9/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 274-296 |
| | 14 | 7 |
QAnimationGroup::removeAnimation| Name: | QAnimationGroup::removeAnimation | | Prototype: | void QAnimationGroup::removeAnimation(QAbstractAnimation *animation) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | | Lines: | 211-226 |
| | 9 | 3 |
QAbstractTestLogger::outputString| Name: | QAbstractTestLogger::outputString | | Prototype: | void QAbstractTestLogger::outputString(const char *msg) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qabstracttestlogger.cpp | | Lines: | 101-114 |
| | 8 | 3 |
QAbstractItemModel::endMoveColumns| Name: | QAbstractItemModel::endMoveColumns | | Prototype: | void QAbstractItemModel::endMoveColumns() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3094-3114 |
| | 12 | 3 |
Parser::parseMember| Name: | Parser::parseMember | | Prototype: | bool Parser::parseMember(int baseOffset) | | Coverage: | 42.857% (6/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 457-483 |
| | 17 | 5 |
MetaObject::customMetaObject| Name: | MetaObject::customMetaObject | | Prototype: | static const QMetaObject *customMetaObject(const int type) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2046-2055 |
| | 7 | 3 |
MetaObject::MetaObjectImpl::MetaObject| Name: | MetaObject::MetaObjectImpl::MetaObject | | Prototype: | static const QMetaObject *MetaObject(int type) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2030-2036 |
| | 5 | 3 |
QUnixPrintWidgetPrivate::updateWidget| Name: | QUnixPrintWidgetPrivate::updateWidget | | Prototype: | void QUnixPrintWidgetPrivate::updateWidget() | | Coverage: | 42.424% (14/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines: | 691-721 |
| | 22 | 7 |
QXcbWindow::handleClientMessageEvent| Name: | QXcbWindow::handleClientMessageEvent | | Prototype: | void QXcbWindow::handleClientMessageEvent(const xcb_client_message_event_t *event) | | Coverage: | 42.188% (27/64) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2029-2093 |
| | 47 | 18 |
QTime::fromString| Name: | QTime::fromString | | Prototype: | QTime QTime::fromString(const QString& string, Qt::DateFormat format) | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 1961-1984 |
| | 9 | 12 |
QPrintDialogPrivate::selectPrinter| Name: | QPrintDialogPrivate::selectPrinter | | Prototype: | void QPrintDialogPrivate::selectPrinter(const QPrinter::OutputFormat outputFormat) | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines: | 354-384 |
| | 17 | 7 |
QNetworkAccessManagerPrivate::createSession| Name: | QNetworkAccessManagerPrivate::createSession | | Prototype: | void QNetworkAccessManagerPrivate::createSession(const QNetworkConfiguration &config) | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1544-1594 |
| | 29 | 6 |
QMetaObject::checkConnectArgs| Name: | QMetaObject::checkConnectArgs | | Prototype: | bool QMetaObject::checkConnectArgs(const char *signal, const char *method) | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1204-1217 |
| | 11 | 5 |
QJsonPrivate::Value::usedStorage| Name: | QJsonPrivate::Value::usedStorage | | Prototype: | int Value::usedStorage(const Base *b) const | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 307-334 |
| | 15 | 10 |
QJsonDocument::fromBinaryData| Name: | QJsonDocument::fromBinaryData | | Prototype: | QJsonDocument QJsonDocument::fromBinaryData(const QByteArray &data, DataValidation validation) | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 228-257 |
| | 19 | 5 |
QGenericUnixTheme::themeNames| Name: | QGenericUnixTheme::themeNames | | Prototype: | QStringList QGenericUnixTheme::themeNames() | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 750-781 |
| | 21 | 7 |
resolveLibraryInternal| Name: | resolveLibraryInternal | | Prototype: | static bool resolveLibraryInternal() | | Coverage: | 41.667% (10/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo_unix.cpp | | Lines: | 94-129 |
| | 19 | 9 |
QXcbScreen::updateGeometry| Name: | QXcbScreen::updateGeometry | | Prototype: | void QXcbScreen::updateGeometry(const QRect &geom, uint8_t rotation) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 607-640 |
| | 21 | 6 |
QSortFilterProxyModel::lessThan| Name: | QSortFilterProxyModel::lessThan | | Prototype: | bool QSortFilterProxyModel::lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const | | Coverage: | 41.667% (15/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 2652-2691 |
| | 21 | 16 |
QParallelAnimationGroup::updateDirection| Name: | QParallelAnimationGroup::updateDirection | | Prototype: | void QParallelAnimationGroup::updateDirection(QAbstractAnimation::Direction direction) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 312-329 |
| | 9 | 4 |
QFileInfo::isBundle| Name: | QFileInfo::isBundle | | Prototype: | bool QFileInfo::isBundle() const | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1045-1056 |
| | 8 | 4 |
QFileInfo::groupId| Name: | QFileInfo::groupId | | Prototype: | uint QFileInfo::groupId() const | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1209-1220 |
| | 8 | 4 |
QDBusMarshaller::beginMap| Name: | QDBusMarshaller::beginMap | | Prototype: | inline QDBusMarshaller *QDBusMarshaller::beginMap(int kid, int vid) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | | Lines: | 264-300 |
| | 29 | 4 |