| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QHttpSocketEngine::bytesToWrite| Name: | QHttpSocketEngine::bytesToWrite | | Prototype: | qint64 QHttpSocketEngine::bytesToWrite() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 321-329 |
| | 4 | 2 |
QHttpNetworkReplyPrivate::QHttpNetworkReplyPrivate| Name: | QHttpNetworkReplyPrivate::QHttpNetworkReplyPrivate | | Prototype: | QHttpNetworkReplyPrivate::QHttpNetworkReplyPrivate(const QUrl &newUrl) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 313-343 |
| | 4 | 2 |
QHttpNetworkReply::bytesAvailable| Name: | QHttpNetworkReply::bytesAvailable | | Prototype: | qint64 QHttpNetworkReply::bytesAvailable() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 184-191 |
| | 4 | 2 |
QHttpNetworkConnectionPrivate::startNetworkLayerStateLookup| Name: | QHttpNetworkConnectionPrivate::startNetworkLayerStateLookup | | Prototype: | void QHttpNetworkConnectionPrivate::startNetworkLayerStateLookup() | | Coverage: | 50.000% (11/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 1213-1249 |
| | 24 | 8 |
QHttpNetworkConnectionChannel::setSslConfiguration| Name: | QHttpNetworkConnectionChannel::setSslConfiguration | | Prototype: | void QHttpNetworkConnectionChannel::setSslConfiguration(const QSslConfiguration &config) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 651-657 |
| | 3 | 2 |
QHttpNetworkConnectionChannel::setProxy| Name: | QHttpNetworkConnectionChannel::setProxy | | Prototype: | void QHttpNetworkConnectionChannel::setProxy(const QNetworkProxy &networkProxy) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 622-628 |
| | 3 | 2 |
QHttpNetworkConnectionChannel::requeueSpdyRequests| Name: | QHttpNetworkConnectionChannel::requeueSpdyRequests | | Prototype: | void QHttpNetworkConnectionChannel::requeueSpdyRequests() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | | Lines: | 1087-1094 |
| | 4 | 2 |
QHostInfoLookupManager::wasAborted| Name: | QHostInfoLookupManager::wasAborted | | Prototype: | bool QHostInfoLookupManager::wasAborted(int id) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 680-687 |
| | 4 | 2 |
QHostInfoLookupManager::scheduleLookup| Name: | QHostInfoLookupManager::scheduleLookup | | Prototype: | void QHostInfoLookupManager::scheduleLookup(QHostInfoRunnable *r) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 641-649 |
| | 5 | 2 |
QHostInfoLookupManager::lookupFinished| Name: | QHostInfoLookupManager::lookupFinished | | Prototype: | void QHostInfoLookupManager::lookupFinished(QHostInfoRunnable *r) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 690-699 |
| | 6 | 2 |
QGenericUnixTheme::createPlatformSystemTrayIcon| Name: | QGenericUnixTheme::createPlatformSystemTrayIcon | | Prototype: | QPlatformSystemTrayIcon *QGenericUnixTheme::createPlatformSystemTrayIcon() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 204-209 |
| | 3 | 2 |
QGenericUnixTheme::createPlatformMenuBar| Name: | QGenericUnixTheme::createPlatformMenuBar | | Prototype: | QPlatformMenuBar *QGenericUnixTheme::createPlatformMenuBar() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 195-200 |
| | 3 | 2 |
QGLShaderProgram::uniformLocation| Name: | QGLShaderProgram::uniformLocation | | Prototype: | int QGLShaderProgram::uniformLocation(const char *name) const | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1811-1822 |
| | 7 | 2 |
QGLShaderProgram::init| Name: | QGLShaderProgram::init | | Prototype: | bool QGLShaderProgram::init() | | Coverage: | 50.000% (10/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 677-702 |
| | 20 | 6 |
QGLShaderProgram::bindAttributeLocation| Name: | QGLShaderProgram::bindAttributeLocation | | Prototype: | void QGLShaderProgram::bindAttributeLocation(const char *name, int location) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 1076-1083 |
| | 5 | 2 |
QGLShader::QGLShader| Name: | QGLShader::QGLShader | | Prototype: | QGLShader::QGLShader(QGLShader::ShaderType type, const QGLContext *context, QObject *parent) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 347-358 |
| | 5 | 2 |
QGLPaintDevice::endPaint| Name: | QGLPaintDevice::endPaint | | Prototype: | void QGLPaintDevice::endPaint() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 125-138 |
| | 6 | 2 |
QGLPaintDevice::beginPaint| Name: | QGLPaintDevice::beginPaint | | Prototype: | void QGLPaintDevice::beginPaint() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglpaintdevice.cpp | | Lines: | 79-107 |
| | 8 | 2 |
QGLFormat::testOption| Name: | QGLFormat::testOption | | Prototype: | bool QGLFormat::testOption(QGL::FormatOptions opt) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 948-954 |
| | 3 | 2 |
QGLFormat::setVersion| Name: | QGLFormat::setVersion | | Prototype: | void QGLFormat::setVersion(int major, int minor) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1158-1167 |
| | 6 | 2 |
QGLFormat::setStencilBufferSize| Name: | QGLFormat::setStencilBufferSize | | Prototype: | void QGLFormat::setStencilBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1128-1137 |
| | 6 | 2 |
QGLFormat::setRedBufferSize| Name: | QGLFormat::setRedBufferSize | | Prototype: | void QGLFormat::setRedBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 989-997 |
| | 5 | 2 |
QGLFormat::setGreenBufferSize| Name: | QGLFormat::setGreenBufferSize | | Prototype: | void QGLFormat::setGreenBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1018-1026 |
| | 5 | 2 |
QGLFormat::setDepthBufferSize| Name: | QGLFormat::setDepthBufferSize | | Prototype: | void QGLFormat::setDepthBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 961-970 |
| | 6 | 2 |
QGLFormat::setBlueBufferSize| Name: | QGLFormat::setBlueBufferSize | | Prototype: | void QGLFormat::setBlueBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1047-1055 |
| | 5 | 2 |
QGLFormat::setAlphaBufferSize| Name: | QGLFormat::setAlphaBufferSize | | Prototype: | void QGLFormat::setAlphaBufferSize(int size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1075-1084 |
| | 6 | 2 |
QGLEngineShaderManager::setSrcPixelType| Name: | QGLEngineShaderManager::setSrcPixelType | | Prototype: | void QGLEngineShaderManager::setSrcPixelType(Qt::BrushStyle style) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 558-566 |
| | 5 | 2 |
QGLEngineShaderManager::setOpacityMode| Name: | QGLEngineShaderManager::setOpacityMode | | Prototype: | void QGLEngineShaderManager::setOpacityMode(OpacityMode mode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 577-584 |
| | 4 | 2 |
QGLEngineShaderManager::removeCustomStage| Name: | QGLEngineShaderManager::removeCustomStage | | Prototype: | void QGLEngineShaderManager::removeCustomStage() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 612-618 |
| | 4 | 2 |
QGLEngineShaderManager::currentProgram| Name: | QGLEngineShaderManager::currentProgram | | Prototype: | QGLShaderProgram* QGLEngineShaderManager::currentProgram() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | | Lines: | 620-626 |
| | 3 | 2 |
QGLContextPrivate::refreshCurrentFbo| Name: | QGLContextPrivate::refreshCurrentFbo | | Prototype: | void QGLContextPrivate::refreshCurrentFbo() | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 519-534 |
| | 8 | 2 |
QGLContext::currentContext| Name: | QGLContext::currentContext | | Prototype: | const QGLContext* QGLContext::currentContext() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3447-3453 |
| | 3 | 2 |
QGLContext::areSharing| Name: | QGLContext::areSharing | | Prototype: | bool QGLContext::areSharing(const QGLContext *context1, const QGLContext *context2) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3229-3234 |
| | 3 | 2 |
QGLColormap::~QGLColormap| Name: | QGLColormap::~QGLColormap | | Prototype: | QGLColormap::~QGLColormap() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | | Lines: | 121-125 |
| | 2 | 2 |
QGL2PaintEngineExPrivate::useSimpleShader| Name: | QGL2PaintEngineExPrivate::useSimpleShader | | Prototype: | void QGL2PaintEngineExPrivate::useSimpleShader() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 173-179 |
| | 3 | 2 |
QGL2PaintEngineExPrivate::updateClipScissorTest| Name: | QGL2PaintEngineExPrivate::updateClipScissorTest | | Prototype: | void QGL2PaintEngineExPrivate::updateClipScissorTest() | | Coverage: | 50.000% (9/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2150-2186 |
| | 19 | 6 |
QGL2PaintEngineExPrivate::setScissor| Name: | QGL2PaintEngineExPrivate::setScissor | | Prototype: | void QGL2PaintEngineExPrivate::setScissor(const QRect &rect) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2188-2199 |
| | 7 | 2 |
QGL2PaintEngineExPrivate::resetOpenGLContextActiveEngine| Name: | QGL2PaintEngineExPrivate::resetOpenGLContextActiveEngine | | Prototype: | bool QGL2PaintEngineExPrivate::resetOpenGLContextActiveEngine() | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 620-633 |
| | 8 | 2 |
QGL2PaintEngineEx::fill| Name: | QGL2PaintEngineEx::fill | | Prototype: | void QGL2PaintEngineEx::fill(const QVectorPath &path, const QBrush &brush) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1252-1261 |
| | 6 | 2 |
QGL2PaintEngineEx::createState| Name: | QGL2PaintEngineEx::createState | | Prototype: | QPainterState *QGL2PaintEngineEx::createState(QPainterState *orig) const | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2467-2485 |
| | 12 | 3 |
QGL2PEXVertexArray::boundingRect| Name: | QGL2PEXVertexArray::boundingRect | | Prototype: | QGLRect QGL2PEXVertexArray::boundingRect() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 54-60 |
| | 3 | 2 |
QGL2PEXVertexArray::addClosingLine| Name: | QGL2PEXVertexArray::addClosingLine | | Prototype: | void QGL2PEXVertexArray::addClosingLine(int index) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 62-67 |
| | 3 | 2 |
QFutureInterfaceBase::reportStarted| Name: | QFutureInterfaceBase::reportStarted | | Prototype: | void QFutureInterfaceBase::reportStarted() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 255-263 |
| | 5 | 2 |
QFutureInterfaceBase::reportException| Name: | QFutureInterfaceBase::reportException | | Prototype: | void QFutureInterfaceBase::reportException(const QException &exception) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 271-282 |
| | 8 | 2 |
QFtpDTP::waitForConnection| Name: | QFtpDTP::waitForConnection | | Prototype: | void QFtpDTP::waitForConnection() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 344-351 |
| | 2 | 2 |
QFtpDTP::setupListener| Name: | QFtpDTP::setupListener | | Prototype: | int QFtpDTP::setupListener(const QHostAddress &address) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 333-342 |
| | 4 | 2 |
QFontEngineFT::xHeight| Name: | QFontEngineFT::xHeight | | Prototype: | QFixed QFontEngineFT::xHeight() const | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1318-1332 |
| | 9 | 3 |
QFontEngineFT::shouldUseDesignMetrics| Name: | QFontEngineFT::shouldUseDesignMetrics | | Prototype: | bool QFontEngineFT::shouldUseDesignMetrics(QFontEngine::ShaperFlags flags) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1632-1638 |
| | 3 | 2 |
QFontEngineFT::maxCharWidth| Name: | QFontEngineFT::maxCharWidth | | Prototype: | qreal QFontEngineFT::maxCharWidth() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1352-1358 |
| | 4 | 2 |
QFontEngineFT::leading| Name: | QFontEngineFT::leading | | Prototype: | QFixed QFontEngineFT::leading() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1310-1316 |
| | 4 | 2 |
QFontEngineFT::initFromFontEngine| Name: | QFontEngineFT::initFromFontEngine | | Prototype: | bool QFontEngineFT::initFromFontEngine(const QFontEngineFT *fe) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 2123-2143 |
| | 13 | 2 |
QFontEngineFT::emSquareSize| Name: | QFontEngineFT::emSquareSize | | Prototype: | QFixed QFontEngineFT::emSquareSize() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1269-1275 |
| | 3 | 2 |
QFontEngineFT::descent| Name: | QFontEngineFT::descent | | Prototype: | QFixed QFontEngineFT::descent() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1302-1308 |
| | 4 | 2 |
QFontEngineFT::cloneWithSize| Name: | QFontEngineFT::cloneWithSize | | Prototype: | QFontEngine *QFontEngineFT::cloneWithSize(qreal pixelSize) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 2145-2156 |
| | 7 | 2 |
QFontEngineFT::ascent| Name: | QFontEngineFT::ascent | | Prototype: | QFixed QFontEngineFT::ascent() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1294-1300 |
| | 4 | 2 |
QFileSystemEngine::resolveUserName| Name: | QFileSystemEngine::resolveUserName | | Prototype: | QString QFileSystemEngine::resolveUserName(const QFileSystemEntry &entry, QFileSystemMetaData &metaData) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine.cpp | | Lines: | 409-419 |
| | 3 | 2 |
QFileSystemEngine::resolveGroupName| Name: | QFileSystemEngine::resolveGroupName | | Prototype: | QString QFileSystemEngine::resolveGroupName(const QFileSystemEntry &entry, QFileSystemMetaData &metaData) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine.cpp | | Lines: | 422-432 |
| | 3 | 2 |
QFileSystemEngine::fillMetaData| Name: | QFileSystemEngine::fillMetaData | | Prototype: | bool QFileSystemEngine::fillMetaData(int fd, QFileSystemMetaData &data) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine.cpp | | Lines: | 211-223 |
| | 7 | 2 |
QFileSystemEngine::createLink| Name: | QFileSystemEngine::createLink | | Prototype: | bool QFileSystemEngine::createLink(const QFileSystemEntry &source, const QFileSystemEntry &target, QSystemError &error) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 623-629 |
| | 4 | 2 |
QFileInfo::suffix| Name: | QFileInfo::suffix | | Prototype: | QString QFileInfo::suffix() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 852-858 |
| | 4 | 2 |
QFileInfo::readLink| Name: | QFileInfo::readLink | | Prototype: | QString QFileInfo::readLink() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1135-1141 |
| | 4 | 2 |
QFileInfo::path| Name: | QFileInfo::path | | Prototype: | QString QFileInfo::path() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 617-623 |
| | 4 | 2 |
QFileInfo::owner| Name: | QFileInfo::owner | | Prototype: | QString QFileInfo::owner() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1154-1160 |
| | 4 | 2 |
QFileInfo::makeAbsolute| Name: | 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 |
QFileInfo::group| Name: | QFileInfo::group | | Prototype: | QString QFileInfo::group() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1193-1199 |
| | 4 | 2 |
QFileInfo::fileName| Name: | QFileInfo::fileName | | Prototype: | QString QFileInfo::fileName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 747-753 |
| | 4 | 2 |
QFileInfo::completeSuffix| Name: | QFileInfo::completeSuffix | | Prototype: | QString QFileInfo::completeSuffix() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 829-835 |
| | 4 | 2 |
QFileInfo::completeBaseName| Name: | QFileInfo::completeBaseName | | Prototype: | QString QFileInfo::completeBaseName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 810-816 |
| | 4 | 2 |
QFileInfo::canonicalPath| Name: | QFileInfo::canonicalPath | | Prototype: | QString QFileInfo::canonicalPath() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 600-606 |
| | 4 | 2 |
QFileInfo::canonicalFilePath| Name: | QFileInfo::canonicalFilePath | | Prototype: | QString QFileInfo::canonicalFilePath() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 553-559 |
| | 4 | 2 |
QFileInfo::bundleName| Name: | QFileInfo::bundleName | | Prototype: | QString QFileInfo::bundleName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 767-773 |
| | 4 | 2 |
QFileInfo::baseName| Name: | QFileInfo::baseName | | Prototype: | QString QFileInfo::baseName() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 791-797 |
| | 4 | 2 |
QFileInfo::absoluteFilePath| Name: | QFileInfo::absoluteFilePath | | Prototype: | QString QFileInfo::absoluteFilePath() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 536-542 |
| | 4 | 2 |
QFileDevicePrivate::engine| Name: | QFileDevicePrivate::engine | | Prototype: | QAbstractFileEngine * QFileDevicePrivate::engine() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 69-74 |
| | 3 | 2 |
QFileDevice::size| Name: | QFileDevice::size | | Prototype: | qint64 QFileDevice::size() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 600-607 |
| | 5 | 2 |
QFSFileEnginePrivate::nativeSyncToDisk| Name: | QFSFileEnginePrivate::nativeSyncToDisk | | Prototype: | bool QFSFileEnginePrivate::nativeSyncToDisk() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 272-283 |
| | 5 | 2 |
QFSFileEnginePrivate::isSequentialFdFh| Name: | QFSFileEnginePrivate::isSequentialFdFh | | Prototype: | bool QFSFileEnginePrivate::isSequentialFdFh() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 815-820 |
| | 3 | 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: | 436-445 |
| | 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: | 194-202 |
| | 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: | 217-225 |
| | 6 | 2 |
QEventLoop::wakeUp| Name: | QEventLoop::wakeUp | | Prototype: | void QEventLoop::wakeUp() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 292-298 |
| | 4 | 2 |
QEventLoop::processEvents| Name: | QEventLoop::processEvents | | Prototype: | bool QEventLoop::processEvents(ProcessEventsFlags flags) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 129-135 |
| | 4 | 2 |
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: | 263-272 |
| | 6 | 2 |
QEventLoop::exec::~LoopReference| Name: | QEventLoop::exec::~LoopReference | | Prototype: | ~LoopReference() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | | Lines: | 187-202 |
| | 12 | 2 |
QEventDispatcherGlib::remainingTime| Name: | QEventDispatcherGlib::remainingTime | | Prototype: | int QEventDispatcherGlib::remainingTime(int timerId) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 570-581 |
| | 5 | 2 |
QEventDispatcherGlib::registeredTimers| Name: | QEventDispatcherGlib::registeredTimers | | Prototype: | QList<QEventDispatcherGlib::TimerInfo> QEventDispatcherGlib::registeredTimers(QObject *object) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 559-568 |
| | 5 | 2 |
QElfParser::parse| Name: | QElfParser::parse | | Prototype: | int QElfParser::parse(const char *dataStart, ulong fdlen, const QString &library, QLibraryPrivate *lib, long *pos, ulong *sectionlen) | | Coverage: | 50.000% (58/116) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qelfparser_p.cpp | | Lines: | 67-233 |
| | 106 | 32 |
QEasingCurve::setOvershoot| Name: | QEasingCurve::setOvershoot | | Prototype: | void QEasingCurve::setOvershoot(qreal overshoot) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1203-1208 |
| | 3 | 2 |
QEasingCurve::setCustomType| Name: | QEasingCurve::setCustomType | | Prototype: | void QEasingCurve::setCustomType(EasingFunction func) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1388-1396 |
| | 5 | 2 |
QEasingCurve::addCubicBezierSegment| Name: | QEasingCurve::addCubicBezierSegment | | Prototype: | void QEasingCurve::addCubicBezierSegment(const QPointF & c1, const QPointF & c2, const QPointF & endPoint) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1218-1223 |
| | 3 | 2 |
QDynamicFileResourceRoot::~QDynamicFileResourceRoot| Name: | QDynamicFileResourceRoot::~QDynamicFileResourceRoot | | Prototype: | ~QDynamicFileResourceRoot() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 956-967 |
| | 5 | 2 |
QDomNode::previousSibling| Name: | QDomNode::previousSibling | | Prototype: | QDomNode QDomNode::previousSibling() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2284-2289 |
| | 3 | 2 |
QDomNode::parentNode| Name: | QDomNode::parentNode | | Prototype: | QDomNode QDomNode::parentNode() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2211-2216 |
| | 3 | 2 |
QDomNode::namedItem| Name: | QDomNode::namedItem | | Prototype: | QDomNode QDomNode::namedItem(const QString& name) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2652-2657 |
| | 3 | 2 |
QDomNode::isElement| Name: | QDomNode::isElement | | Prototype: | bool QDomNode::isElement() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2798-2803 |
| | 3 | 2 |
QDomNode::isDocument| Name: | QDomNode::isDocument | | Prototype: | bool QDomNode::isDocument() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2766-2771 |
| | 3 | 2 |
QDomNode::hasAttributes| Name: | QDomNode::hasAttributes | | Prototype: | bool QDomNode::hasAttributes() const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2473-2478 |
| | 3 | 2 |
QDomNode::firstChild| Name: | QDomNode::firstChild | | Prototype: | QDomNode QDomNode::firstChild() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2250-2255 |
| | 3 | 2 |
QDomHandler::endElement| Name: | QDomHandler::endElement | | Prototype: | bool QDomHandler::endElement(const QString&, const QString&, const QString&) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7425-7432 |
| | 4 | 2 |
QDomHandler::endDocument| Name: | QDomHandler::endDocument | | Prototype: | bool QDomHandler::endDocument() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7378-7384 |
| | 3 | 2 |