| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QDomNodePrivate::insertBefore| Name: | QDomNodePrivate::insertBefore | | Prototype: | QDomNodePrivate* QDomNodePrivate::insertBefore(QDomNodePrivate* newChild, QDomNodePrivate* refChild) | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1518-1611 |
| | 55 | 18 |
QEGLPlatformContext::updateFormatFromGL| Name: | QEGLPlatformContext::updateFormatFromGL | | Prototype: | void QEGLPlatformContext::updateFormatFromGL() | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | | Lines: | 293-374 |
| | 51 | 18 |
QFSFileEngine::fileFlags| Name: | QFSFileEngine::fileFlags | | Prototype: | QAbstractFileEngine::FileFlags QFSFileEngine::fileFlags(FileFlags type) const | | Coverage: | 64.286% (36/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 528-597 |
| | 45 | 18 |
QFileSystemModel::data| Name: | QFileSystemModel::data | | Prototype: | QVariant QFileSystemModel::data(const QModelIndex &index, int role) const | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 704-751 |
| | 28 | 18 |
QFontDatabase::load| Name: | QFontDatabase::load | | Prototype: | void QFontDatabase::load(const QFontPrivate *d, int script) | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2725-2816 |
| | 50 | 18 |
QFontEngine::loadKerningPairs| Name: | QFontEngine::loadKerningPairs | | Prototype: | void QFontEngine::loadKerningPairs(QFixed scalingFactor) | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1120-1208 |
| | 52 | 18 |
QFutureWatcherBasePrivate::sendCallOutEvent| Name: | QFutureWatcherBasePrivate::sendCallOutEvent | | Prototype: | void QFutureWatcherBasePrivate::sendCallOutEvent(QFutureCallOutEvent *event) | | Coverage: | 85.714% (36/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 432-490 |
| | 39 | 18 |
QGraphicsItem::~QGraphicsItem| Name: | QGraphicsItem::~QGraphicsItem | | Prototype: | QGraphicsItem::~QGraphicsItem() | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1503-1576 |
| | 45 | 18 |
QGraphicsSceneIndexPrivate::recursive_items_helper| Name: | QGraphicsSceneIndexPrivate::recursive_items_helper | | Prototype: | void QGraphicsSceneIndexPrivate::recursive_items_helper(QGraphicsItem *item, QRectF exposeRect, QGraphicsSceneIndexIntersector intersect, QList<QGraphicsItem *> *items, const QTransform &viewTransform, Qt::ItemSelectionMode mode, qreal parentOpacity, const void *intersectData) const | | Coverage: | 0.000% (0/76) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 254-335 |
| | 52 | 18 |
QGraphicsScenePrivate::setActivePanelHelper| Name: | QGraphicsScenePrivate::setActivePanelHelper | | Prototype: | void QGraphicsScenePrivate::setActivePanelHelper(QGraphicsItem *item, bool duringActivationEvent) | | Coverage: | 0.000% (0/68) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 734-812 |
| | 47 | 18 |
QHttpNetworkConnectionPrivate::fillPipeline| Name: | QHttpNetworkConnectionPrivate::fillPipeline | | Prototype: | void QHttpNetworkConnectionPrivate::fillPipeline(QAbstractSocket *socket) | | Coverage: | 75.000% (48/64) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 712-792 |
| | 46 | 18 |
QHttpNetworkConnectionPrivate::prepareRequest| Name: | QHttpNetworkConnectionPrivate::prepareRequest | | Prototype: | void QHttpNetworkConnectionPrivate::prepareRequest(HttpMessagePair &messagePair) | | Coverage: | 78.689% (48/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 255-356 |
| | 53 | 18 |
QHttpNetworkConnectionPrivate::removeReply| Name: | QHttpNetworkConnectionPrivate::removeReply | | Prototype: | void QHttpNetworkConnectionPrivate::removeReply(QHttpNetworkReply *reply) | | Coverage: | 66.071% (37/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | | Lines: | 884-974 |
| | 45 | 18 |
QImage::createHeuristicMask| Name: | QImage::createHeuristicMask | | Prototype: | QImage QImage::createHeuristicMask(bool clipTight) const | | Coverage: | 0.000% (0/82) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 2838-2928 |
| | 65 | 18 |
QItemSelectionModel::isRowSelected| Name: | QItemSelectionModel::isRowSelected | | Prototype: | bool QItemSelectionModel::isRowSelected(int row, const QModelIndex &parent) const | | Coverage: | 76.190% (48/63) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1437-1489 |
| | 37 | 18 |
QLayout::activate| Name: | QLayout::activate | | Prototype: | bool QLayout::activate() | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1062-1131 |
| | 50 | 18 |
QLocalServerPrivate::listen| Name: | QLocalServerPrivate::listen | | Prototype: | bool QLocalServerPrivate::listen(const QString &requestedServerName) | | Coverage: | 69.091% (38/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | | Lines: | 81-194 |
| | 73 | 18 |
QMatrix4x4::inverted| Name: | QMatrix4x4::inverted | | Prototype: | QMatrix4x4 QMatrix4x4::inverted(bool *invertible) const | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 409-519 |
| | 92 | 18 |
QNetworkReplyHttpImplPrivate::loadFromCacheIfAllowed| Name: | QNetworkReplyHttpImplPrivate::loadFromCacheIfAllowed | | Prototype: | bool QNetworkReplyHttpImplPrivate::loadFromCacheIfAllowed(QHttpNetworkRequest &httpRequest) | | Coverage: | 83.636% (46/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 454-576 |
| | 67 | 18 |
QNetworkReplyHttpImplPrivate::replyDownloadMetaData| Name: | QNetworkReplyHttpImplPrivate::replyDownloadMetaData | | Prototype: | void QNetworkReplyHttpImplPrivate::replyDownloadMetaData(const QList<QPair<QByteArray,QByteArray> > &hm, int sc, const QString &rp, bool pu, QSharedPointer<char> db, qint64 contentLength, bool spdyWasUsed) | | Coverage: | 62.069% (36/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1153-1248 |
| | 56 | 18 |
QOpenGLFunctions_4_4_Core::~QOpenGLFunctions_4_4_Core| Name: | QOpenGLFunctions_4_4_Core::~QOpenGLFunctions_4_4_Core | | Prototype: | QOpenGLFunctions_4_4_Core::~QOpenGLFunctions_4_4_Core() | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_4_core.cpp | | Lines: | 90-143 |
| | 51 | 18 |
QPainter::drawPixmap| Name: | QPainter::drawPixmap | | Prototype: | void QPainter::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) | | Coverage: | 0.000% (0/85) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 5121-5253 |
| | 82 | 18 |
QPainter::drawStaticText| Name: | QPainter::drawStaticText | | Prototype: | void QPainter::drawStaticText(const QPointF &topLeftPosition, const QStaticText &staticText) | | Coverage: | 0.000% (0/72) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 5723-5836 |
| | 72 | 18 |
QRegExpMatchState::testAnchor| Name: | QRegExpMatchState::testAnchor | | Prototype: | bool QRegExpMatchState::testAnchor(int i, int a, const int *capBegin) | | Coverage: | 91.071% (51/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1808-1867 |
| | 37 | 18 |
QScrollerPrivate::createScrollingSegments| Name: | QScrollerPrivate::createScrollingSegments | | Prototype: | void QScrollerPrivate::createScrollingSegments(qreal v, qreal startPos, qreal deltaTime, qreal deltaPos, Qt::Orientation orientation) | | Coverage: | 0.000% (0/91) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1259-1400 |
| | 78 | 18 |
QSettingsPrivate::iniEscapedString| Name: | QSettingsPrivate::iniEscapedString | | Prototype: | void QSettingsPrivate::iniEscapedString(const QString &str, QByteArray &result, QTextCodec *codec) | | Coverage: | 98.592% (70/71) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 616-695 |
| | 51 | 18 |
QSettingsPrivate::variantToString| Name: | QSettingsPrivate::variantToString | | Prototype: | QString QSettingsPrivate::variantToString(const QVariant &v) | | Coverage: | 84.375% (27/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 394-473 |
| | 40 | 18 |
QSortFilterProxyModelPrivate::source_items_inserted| Name: | QSortFilterProxyModelPrivate::source_items_inserted | | Prototype: | void QSortFilterProxyModelPrivate::source_items_inserted( const QModelIndex &source_parent, int start, int end, Qt::Orientation orient) | | Coverage: | 74.286% (52/70) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 740-833 |
| | 57 | 18 |
QSplitterPrivate::recalc| Name: | QSplitterPrivate::recalc | | Prototype: | void QSplitterPrivate::recalc(bool update) | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 391-478 |
| | 56 | 18 |
QStandardItemModel::dropMimeData| Name: | QStandardItemModel::dropMimeData | | Prototype: | bool QStandardItemModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 3084-3198 |
| | 75 | 18 |
QStateMachinePrivate::enterStates| Name: | QStateMachinePrivate::enterStates | | Prototype: | void QStateMachinePrivate::enterStates(QEvent *event, const QList<QAbstractState*> &exitedStates_sorted, const QList<QAbstractState*> &statesToEnter_sorted, const QSet<QAbstractState*> &statesForDefaultEntry, QHash<QAbstractState*, QVector<QPropertyAssignment> > &propertyAssignmentsForState , const QList<QAbstractAnimation *> &selectedAnimations ) | | Coverage: | 92.424% (61/66) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 944-1061 |
| | 58 | 18 |
QSysInfo::currentCpuArchitecture| Name: | QSysInfo::currentCpuArchitecture | | Prototype: | QString QSysInfo::currentCpuArchitecture() | | Coverage: | 29.167% (14/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2450-2525 |
| | 20 | 18 |
QTabBar::paintEvent| Name: | QTabBar::paintEvent | | Prototype: | void QTabBar::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/74) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1680-1776 |
| | 63 | 18 |
QTextHtmlImporter::appendNodeText| Name: | QTextHtmlImporter::appendNodeText | | Prototype: | bool QTextHtmlImporter::appendNodeText() | | Coverage: | 0.000% (0/63) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | | Lines: | 558-645 |
| | 55 | 18 |
QTextList::itemText| Name: | QTextList::itemText | | Prototype: | QString QTextList::itemText(const QTextBlock &blockIt) const | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 180-275 |
| | 50 | 18 |
QTreeViewPrivate::layout| Name: | QTreeViewPrivate::layout | | Prototype: | void QTreeViewPrivate::layout(int i, bool recursiveExpanding, bool afterIsUninitialized) | | Coverage: | 0.000% (0/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 3306-3397 |
| | 65 | 18 |
QUnsortedModelEngine::buildIndices| Name: | QUnsortedModelEngine::buildIndices | | Prototype: | int QUnsortedModelEngine::buildIndices(const QString& str, const QModelIndex& parent, int n, const QIndexMapper& indices, QMatchData* m) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 699-747 |
| | 28 | 18 |
QVariant::compare| Name: | QVariant::compare | | Prototype: | int QVariant::compare(const QVariant &v) const | | Coverage: | 96.296% (52/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 3512-3572 |
| | 35 | 18 |
QWidgetTextControlPrivate::mouseMoveEvent| Name: | QWidgetTextControlPrivate::mouseMoveEvent | | Prototype: | void QWidgetTextControlPrivate::mouseMoveEvent(QEvent *e, Qt::MouseButton button, const QPointF &mousePos, Qt::KeyboardModifiers modifiers, Qt::MouseButtons buttons, const QPoint &globalPos) | | Coverage: | 0.000% (0/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1689-1776 |
| | 52 | 18 |
QXcbClipboard::handleSelectionRequest| Name: | QXcbClipboard::handleSelectionRequest | | Prototype: | void QXcbClipboard::handleSelectionRequest(xcb_selection_request_event_t *req) | | Coverage: | 60.606% (40/66) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 603-724 |
| | 80 | 18 |
QXcbConnection::QXcbConnection| Name: | QXcbConnection::QXcbConnection | | Prototype: | QXcbConnection::QXcbConnection(QXcbNativeInterface *nativeInterface, bool canGrabServer, xcb_visualid_t defaultVisualId, const char *displayName) | | Coverage: | 44.444% (24/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 554-681 |
| | 65 | 18 |
QXcbIntegration::styleHint| Name: | QXcbIntegration::styleHint | | Prototype: | QVariant QXcbIntegration::styleHint(QPlatformIntegration::StyleHint hint) const | | Coverage: | 66.667% (20/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 378-417 |
| | 14 | 18 |
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 |
QXmlStreamReaderPrivate::fastScanLiteralContent| Name: | QXmlStreamReaderPrivate::fastScanLiteralContent | | Prototype: | inline int QXmlStreamReaderPrivate::fastScanLiteralContent() | | Coverage: | 88.235% (30/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1145-1193 |
| | 24 | 18 |
QXmlTestLogger::xmlQuote| Name: | QXmlTestLogger::xmlQuote | | Prototype: | int QXmlTestLogger::xmlQuote(QTestCharBuffer* destBuf, char const* src, size_t n) | | Coverage: | 63.265% (31/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 316-370 |
| | 22 | 18 |
QZipPrivate::fillFileInfo| Name: | QZipPrivate::fillFileInfo | | Prototype: | QZipReader::FileInfo QZipPrivate::fillFileInfo(int index) const | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 444-507 |
| | 40 | 18 |
blend_tiled_rgb565| Name: | blend_tiled_rgb565 | | Prototype: | static void blend_tiled_rgb565(int count, const QSpan *spans, void *userData) | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 4520-4616 |
| | 70 | 18 |
cursorIdForShape| Name: | cursorIdForShape | | Prototype: | static int cursorIdForShape(int cshape) | | Coverage: | 57.576% (19/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 385-437 |
| | 32 | 18 |
do_mirror| Name: | do_mirror | | Prototype: | inline void do_mirror(QImageData *dst, QImageData *src, bool horizontal, bool vertical) | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 3018-3096 |
| | 47 | 18 |
drawLineAA| Name: | drawLineAA | | Prototype: | template<DrawPixel drawPixel, class Dasher> static bool drawLineAA(QCosmeticStroker *stroker, qreal rx1, qreal ry1, qreal rx2, qreal ry2, int caps) | | Coverage: | 0.000% (0/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | | Lines: | 905-1046 |
| | 90 | 18 |
init_platform| Name: | init_platform | | Prototype: | static void init_platform(const QString &pluginArgument, const QString &platformPluginPath, const QString &platformThemeName, int &argc, char **argv) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1094-1183 |
| | 41 | 18 |
jobHoldToString| Name: | jobHoldToString | | Prototype: | static inline QString jobHoldToString(const QCUPSSupport::JobHoldUntil jobHold, const QTime holdUntilTime) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 78-109 |
| | 9 | 18 |
miUnionO| Name: | miUnionO | | Prototype: | static void miUnionO(QRegionPrivate &dest, const QRect *r1, const QRect *r1End, const QRect *r2, const QRect *r2End, int y1, int y2) | | Coverage: | 0.000% (0/82) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2401-2445 |
| | 12 | 18 |
numerusHelper| Name: | numerusHelper | | Prototype: | static uint numerusHelper(int n, const uchar *rules, uint rulesSize) | | Coverage: | 37.931% (22/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 207-284 |
| | 49 | 18 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, const QNetworkProxy &proxy) | | Coverage: | 40.000% (14/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy.cpp | | Lines: | 1576-1619 |
| | 28 | 18 |
qt_string_normalize| Name: | qt_string_normalize | | Prototype: | void qt_string_normalize(QString *data, QString::NormalizationForm mode, QChar::UnicodeVersion version, int from) | | Coverage: | 92.857% (52/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7154-7218 |
| | 45 | 18 |
qt_write_dib| Name: | qt_write_dib | | Prototype: | bool qt_write_dib(QDataStream &s, QImage image) | | Coverage: | 0.000% (0/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 589-691 |
| | 78 | 18 |
Parser::parseTerm| Name: | Parser::parseTerm | | Prototype: | bool Parser::parseTerm(Value *value) | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2600-2674 |
| | 54 | 19 |
QAbstractSpinBoxPrivate::variantCompare| Name: | QAbstractSpinBoxPrivate::variantCompare | | Prototype: | int QAbstractSpinBoxPrivate::variantCompare(const QVariant &arg1, const QVariant &arg2) | | Coverage: | 0.000% (0/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 2062-2123 |
| | 65 | 19 |
QApplication::setStyle| Name: | QApplication::setStyle | | Prototype: | void QApplication::setStyle(QStyle *style) | | Coverage: | 0.000% (0/72) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1193-1287 |
| | 52 | 19 |
QColumnViewPrivate::closeColumns| Name: | QColumnViewPrivate::closeColumns | | Prototype: | void QColumnViewPrivate::closeColumns(const QModelIndex &parent, bool build) | | Coverage: | 0.000% (0/73) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 563-637 |
| | 48 | 19 |
QConfFileSettingsPrivate::readIniLine| Name: | QConfFileSettingsPrivate::readIniLine | | Prototype: | bool QConfFileSettingsPrivate::readIniLine(const QByteArray &data, int &dataPos, int &lineStart, int &lineLen, int &equalsPos) | | Coverage: | 95.652% (66/69) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1562-1623 |
| | 42 | 19 |
QDBusConnectionPrivate::activateObject| Name: | QDBusConnectionPrivate::activateObject | | Prototype: | void QDBusConnectionPrivate::activateObject(ObjectTreeNode &node, const QDBusMessage &msg, int pathStartPos) | | Coverage: | 81.667% (49/60) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1438-1523 |
| | 46 | 19 |
QDashStroker::processCurrentSubpath| Name: | QDashStroker::processCurrentSubpath | | Prototype: | void QDashStroker::processCurrentSubpath() | | Coverage: | 0.000% (0/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 1102-1265 |
| | 101 | 19 |
QDateTime::toString| Name: | QDateTime::toString | | Prototype: | QString QDateTime::toString(Qt::DateFormat format) const | | Coverage: | 97.222% (35/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3556-3620 |
| | 38 | 19 |
QDateTimeEdit::keyPressEvent| Name: | QDateTimeEdit::keyPressEvent | | Prototype: | void QDateTimeEdit::keyPressEvent(QKeyEvent *event) | | Coverage: | 0.000% (0/73) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1051-1197 |
| | 43 | 19 |
QDateTimeParser::fieldInfo| Name: | QDateTimeParser::fieldInfo | | Prototype: | QDateTimeParser::FieldInfo QDateTimeParser::fieldInfo(int index) const | | Coverage: | 69.697% (23/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1485-1532 |
| | 24 | 19 |
QDomNodePrivate::replaceChild| Name: | QDomNodePrivate::replaceChild | | Prototype: | QDomNodePrivate* QDomNodePrivate::replaceChild(QDomNodePrivate* newChild, QDomNodePrivate* oldChild) | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1709-1801 |
| | 54 | 19 |
QFocusFrame::eventFilter| Name: | QFocusFrame::eventFilter | | Prototype: | bool QFocusFrame::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfocusframe.cpp | | Lines: | 276-333 |
| | 33 | 19 |
QFontPrivate::resolve| Name: | QFontPrivate::resolve | | Prototype: | void QFontPrivate::resolve(uint mask, const QFontPrivate *other) | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 252-313 |
| | 39 | 19 |
QHeaderView::sectionsInserted| Name: | QHeaderView::sectionsInserted | | Prototype: | void QHeaderView::sectionsInserted(const QModelIndex &parent, int logicalFirst, int logicalLast) | | Coverage: | 0.000% (0/66) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1850-1944 |
| | 58 | 19 |
QHeaderViewPrivate::_q_sectionsRemoved| Name: | QHeaderViewPrivate::_q_sectionsRemoved | | Prototype: | void QHeaderViewPrivate::_q_sectionsRemoved(const QModelIndex &parent, int logicalFirst, int logicalLast) | | Coverage: | 0.000% (0/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1978-2062 |
| | 57 | 19 |
QHeaderViewPrivate::resizeSections| Name: | QHeaderViewPrivate::resizeSections | | Prototype: | void QHeaderViewPrivate::resizeSections(QHeaderView::ResizeMode globalMode, bool useGlobalMode) | | Coverage: | 0.000% (0/80) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3305-3430 |
| | 81 | 19 |
QHostAddress::parseSubnet| Name: | QHostAddress::parseSubnet | | Prototype: | QPair<QHostAddress, int> QHostAddress::parseSubnet(const QString &subnet) | | Coverage: | 96.721% (59/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 979-1075 |
| | 53 | 19 |
QIconLoader::findIconHelper| Name: | QIconLoader::findIconHelper | | Prototype: | QThemeIconInfo QIconLoader::findIconHelper(const QString &themeName, const QString &iconName, QStringList &visited) const | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 376-479 |
| | 61 | 19 |
QImageTextureGlyphCache::fillTexture| Name: | QImageTextureGlyphCache::fillTexture | | Prototype: | void QImageTextureGlyphCache::fillTexture(const Coord &c, glyph_t g, QFixed subPixelPosition) | | Coverage: | 0.000% (0/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 309-400 |
| | 50 | 19 |
QJsonValue::fromVariant| Name: | QJsonValue::fromVariant | | Prototype: | QJsonValue QJsonValue::fromVariant(const QVariant &variant) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 393-434 |
| | 18 | 19 |
QLabelPrivate::sizeForWidth| Name: | QLabelPrivate::sizeForWidth | | Prototype: | QSize QLabelPrivate::sizeForWidth(int w) const | | Coverage: | 0.000% (0/81) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 565-654 |
| | 59 | 19 |
QLocaleData::longLongToString| Name: | QLocaleData::longLongToString | | Prototype: | QString QLocaleData::longLongToString(const QChar zero, const QChar group, const QChar plus, const QChar minus, qlonglong l, int precision, int base, int width, unsigned flags) | | Coverage: | 65.217% (60/92) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2872-2957 |
| | 52 | 19 |
QMainWindowLayoutState::restoreState| Name: | QMainWindowLayoutState::restoreState | | Prototype: | bool QMainWindowLayoutState::restoreState(QDataStream &_stream, const QMainWindowLayoutState &oldState) | | Coverage: | 0.000% (0/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 938-1035 |
| | 57 | 19 |
QMenuPrivate::setCurrentAction| Name: | QMenuPrivate::setCurrentAction | | Prototype: | void QMenuPrivate::setCurrentAction(QAction *action, int popup, SelectionReason reason, bool activateFirst) | | Coverage: | 0.000% (0/68) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 560-632 |
| | 39 | 19 |
QMenuPrivate::updateActionRects| Name: | QMenuPrivate::updateActionRects | | Prototype: | void QMenuPrivate::updateActionRects(const QRect &screen) const | | Coverage: | 0.000% (0/90) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 249-395 |
| | 98 | 19 |
QMimeBinaryProvider::loadMimeTypePrivate| Name: | QMimeBinaryProvider::loadMimeTypePrivate | | Prototype: | void QMimeBinaryProvider::loadMimeTypePrivate(QMimeTypePrivate &data) | | Coverage: | 72.131% (44/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 559-652 |
| | 50 | 19 |
QMoviePrivate::infoForFrame| Name: | QMoviePrivate::infoForFrame | | Prototype: | QFrameInfo QMoviePrivate::infoForFrame(int frameNumber) | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | | Lines: | 331-422 |
| | 56 | 19 |
QNativeSocketEnginePrivate::nativeAccept| Name: | QNativeSocketEnginePrivate::nativeAccept | | Prototype: | int QNativeSocketEnginePrivate::nativeAccept() | | Coverage: | 17.857% (5/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 546-593 |
| | 20 | 19 |
QOpenGLFunctions_3_3_Compatibility::~QOpenGLFunctions_3_3_Compatibility| Name: | QOpenGLFunctions_3_3_Compatibility::~QOpenGLFunctions_3_3_Compatibility | | Prototype: | QOpenGLFunctions_3_3_Compatibility::~QOpenGLFunctions_3_3_Compatibility() | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_3_compatibility.cpp | | Lines: | 92-148 |
| | 54 | 19 |
QOpenGLFunctions_4_5_Core::~QOpenGLFunctions_4_5_Core| Name: | QOpenGLFunctions_4_5_Core::~QOpenGLFunctions_4_5_Core | | Prototype: | QOpenGLFunctions_4_5_Core::~QOpenGLFunctions_4_5_Core() | | Coverage: | 0.000% (0/55) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_4_5_core.cpp | | Lines: | 91-147 |
| | 54 | 19 |
QOpenGLTexturePrivate::allocateImmutableStorage| Name: | QOpenGLTexturePrivate::allocateImmutableStorage | | Prototype: | void QOpenGLTexturePrivate::allocateImmutableStorage() | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 1146-1238 |
| | 53 | 19 |
QPaintDeviceWindow::metric| Name: | QPaintDeviceWindow::metric | | Prototype: | int QPaintDeviceWindow::metric(PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpaintdevicewindow.cpp | | Lines: | 128-174 |
| | 28 | 19 |
QPlatformIntegration::styleHint| Name: | QPlatformIntegration::styleHint | | Prototype: | QVariant QPlatformIntegration::styleHint(StyleHint hint) const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformintegration.cpp | | Lines: | 366-408 |
| | 20 | 19 |
QSortFilterProxyModelPrivate::_q_sourceDataChanged| Name: | QSortFilterProxyModelPrivate::_q_sourceDataChanged | | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceDataChanged(const QModelIndex &source_top_left, const QModelIndex &source_bottom_right, const QVector<int> &roles) | | Coverage: | 75.385% (49/65) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1158-1266 |
| | 72 | 19 |
QT_FT_Outline_Decompose| Name: | QT_FT_Outline_Decompose | | Prototype: | static int QT_FT_Outline_Decompose( const QT_FT_Outline* outline, void* user ) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1367-1554 |
| | 94 | 19 |
QTableView::updateGeometries| Name: | QTableView::updateGeometries | | Prototype: | void QTableView::updateGeometries() | | Coverage: | 0.000% (0/65) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 2088-2201 |
| | 79 | 19 |
QTapAndHoldGestureRecognizer::recognize| Name: | QTapAndHoldGestureRecognizer::recognize | | Prototype: | QGestureRecognizer::Result QTapAndHoldGestureRecognizer::recognize(QGesture *state, QObject *object, QEvent *event) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 498-578 |
| | 47 | 19 |
QTextCharFormat::setFont| Name: | QTextCharFormat::setFont | | Prototype: | void QTextCharFormat::setFont(const QFont &font, FontPropertiesInheritanceBehavior behavior) | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1909-1957 |
| | 40 | 19 |
QTextureGlyphCache::populate| Name: | QTextureGlyphCache::populate | | Prototype: | bool QTextureGlyphCache::populate(QFontEngine *fontEngine, int numGlyphs, const glyph_t *glyphs, const QFixedPoint *positions) | | Coverage: | 0.000% (0/65) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 94-224 |
| | 72 | 19 |
QTreeView::scrollTo| Name: | QTreeView::scrollTo | | Prototype: | void QTreeView::scrollTo(const QModelIndex &index, ScrollHint hint) | | Coverage: | 0.000% (0/92) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 1149-1243 |
| | 65 | 19 |
QWidget::create| Name: | QWidget::create | | Prototype: | void QWidget::create(WId window, bool initializeWindow, bool destroyOldWindow) | | Coverage: | 0.000% (0/79) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1285-1386 |
| | 47 | 19 |
QWidget::~QWidget| Name: | QWidget::~QWidget | | Prototype: | QWidget::~QWidget() | | Coverage: | 0.000% (0/74) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1559-1718 |
| | 60 | 19 |
QWindowsStyle::sizeFromContents| Name: | QWindowsStyle::sizeFromContents | | Prototype: | QSize QWindowsStyle::sizeFromContents(ContentsType ct, const QStyleOption *opt, const QSize &csz, const QWidget *widget) const | | Coverage: | 0.000% (0/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | | Lines: | 2351-2434 |
| | 54 | 19 |