Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QTextDocumentLayoutPrivate::layoutFlowName: | QTextDocumentLayoutPrivate::layoutFlow | Prototype: | void QTextDocumentLayoutPrivate::layoutFlow(QTextFrame::Iterator it, QTextLayoutStruct *layoutStruct, int layoutFrom, int layoutTo, QFixed width) | Coverage: | 0.000% (0/176) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 2232-2559 |
| | 200 | 49 |
QRegExpMatchState::matchHereName: | QRegExpMatchState::matchHere | Prototype: | bool QRegExpMatchState::matchHere() | Coverage: | 86.813% (158/182) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1969-2317 |
| | 172 | 49 |
QFusionStyle::pixelMetricName: | QFusionStyle::pixelMetric | Prototype: | int QFusionStyle::pixelMetric(PixelMetric metric, const QStyleOption *option, const QWidget *widget) const | Coverage: | 0.000% (0/82) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp | Lines: | 3028-3142 |
| | 64 | 49 |
QGLEngineShaderManager::useCorrectShaderProgName: | QGLEngineShaderManager::useCorrectShaderProg | Prototype: | bool QGLEngineShaderManager::useCorrectShaderProg() | Coverage: | 21.143% (37/175) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglengineshadermanager.cpp | Lines: | 653-864 |
| | 142 | 48 |
QAbstractItemView::keyPressEventName: | QAbstractItemView::keyPressEvent | Prototype: | void QAbstractItemView::keyPressEvent(QKeyEvent *event) | Coverage: | 0.000% (0/119) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | Lines: | 2231-2451 |
| | 79 | 48 |
qFormatLogMessageName: | qFormatLogMessage | Prototype: | QString qFormatLogMessage(QtMsgType type, const QMessageLogContext &context, const QString &str) | Coverage: | 82.192% (120/146) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1262-1431 |
| | 108 | 47 |
QXmlSimpleReaderPrivate::parseDoctypeName: | QXmlSimpleReaderPrivate::parseDoctype | Prototype: | bool QXmlSimpleReaderPrivate::parseDoctype() | Coverage: | 90.323% (112/124) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 4620-4821 |
| | 127 | 47 |
QAccessibleTextWidget::attributesName: | QAccessibleTextWidget::attributes | Prototype: | QString QAccessibleTextWidget::attributes(int offset, int *startOffset, int *endOffset) const | Coverage: | 0.000% (0/93) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 711-866 |
| | 80 | 47 |
QWidgetWindow::eventName: | QWidgetWindow::event | Prototype: | bool QWidgetWindow::event(QEvent *event) | Coverage: | 0.000% (0/84) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | Lines: | 177-329 |
| | 63 | 46 |
QMenu::popupName: | QMenu::popup | Prototype: | void QMenu::popup(const QPoint &p, QAction *atAction) | Coverage: | 0.000% (0/189) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2102-2335 |
| | 142 | 46 |
QGraphicsScenePrivate::gestureEventHandlerName: | QGraphicsScenePrivate::gestureEventHandler | Prototype: | void QGraphicsScenePrivate::gestureEventHandler(QGestureEvent *event) | Coverage: | 0.000% (0/130) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 6209-6453 |
| | 132 | 46 |
QGraphicsItemPrivate::setParentItemHelperName: | QGraphicsItemPrivate::setParentItemHelper | Prototype: | void QGraphicsItemPrivate::setParentItemHelper(QGraphicsItem *newParent, const QVariant *newParentVariant, const QVariant *thisPointerVariant) | Coverage: | 0.000% (0/187) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 1086-1264 |
| | 101 | 46 |
QApplicationPrivate::initializeWidgetFontHashName: | QApplicationPrivate::initializeWidgetFontHash | Prototype: | void QApplicationPrivate::initializeWidgetFontHash() | Coverage: | 0.000% (0/92) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 715-767 |
| | 27 | 46 |
convert_RGB_to_Indexed8Name: | convert_RGB_to_Indexed8 | Prototype: | static void convert_RGB_to_Indexed8(QImageData *dst, const QImageData *src, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/146) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1451-1707 |
| | 167 | 45 |
QXmlSimpleReaderPrivate::parseAttlistDeclName: | QXmlSimpleReaderPrivate::parseAttlistDecl | Prototype: | bool QXmlSimpleReaderPrivate::parseAttlistDecl() | Coverage: | 96.460% (109/113) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 5327-5523 |
| | 120 | 45 |
QDateTimeParser::parseSectionName: | QDateTimeParser::parseSection | Prototype: | int QDateTimeParser::parseSection(const QDateTime ¤tValue, int sectionIndex, QString &text, int &cursorPosition, int index, State &state, int *usedptr) const | Coverage: | 87.931% (102/116) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 690-865 |
| | 105 | 45 |
QCommonStyle::sizeFromContentsName: | QCommonStyle::sizeFromContents | Prototype: | QSize QCommonStyle::sizeFromContents(ContentsType ct, const QStyleOption *opt, const QSize &csz, const QWidget *widget) const | Coverage: | 0.000% (0/118) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | Lines: | 4693-4856 |
| | 104 | 45 |
QTextEngine::justifyName: | QTextEngine::justify | Prototype: | void QTextEngine::justify(const QScriptLine &line) | Coverage: | 0.000% (0/130) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2157-2345 |
| | 105 | 44 |
QDateTime::fromStringName: | QDateTime::fromString | Prototype: | QDateTime QDateTime::fromString(const QString& string, Qt::DateFormat format) | Coverage: | 88.321% (121/137) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4370-4564 |
| | 122 | 44 |
qDrawBorderPixmapName: | qDrawBorderPixmap | Prototype: | void qDrawBorderPixmap(QPainter *painter, const QRect &targetRect, const QMargins &targetMargins, const QPixmap &pixmap, const QRect &sourceRect,const QMargins &sourceMargins, const QTileRules &rules, QDrawBorderPixmap::DrawingHints hints) | Coverage: | 0.000% (0/183) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 792-1046 |
| | 192 | 43 |
QTextOdfWriter::writeCharacterFormatName: | QTextOdfWriter::writeCharacterFormat | Prototype: | void QTextOdfWriter::writeCharacterFormat(QXmlStreamWriter &writer, QTextCharFormat format, int formatIndex) const | Coverage: | 0.000% (0/112) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | Lines: | 519-624 |
| | 73 | 43 |
QTextLine::xToCursorName: | QTextLine::xToCursor | Prototype: | int QTextLine::xToCursor(qreal _x, CursorPosition cpos) const | Coverage: | 0.000% (0/166) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 2778-2998 |
| | 153 | 43 |
QTextLine::layout_helperName: | QTextLine::layout_helper | Prototype: | void QTextLine::layout_helper(int maxGlyphs) | Coverage: | 0.000% (0/175) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 1774-2063 |
| | 171 | 43 |
QStyleSheetStyle::defaultSizeName: | QStyleSheetStyle::defaultSize | Prototype: | QSize QStyleSheetStyle::defaultSize(const QWidget *w, QSize sz, const QRect& rect, int pe) const | Coverage: | 0.000% (0/90) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2158-2257 |
| | 54 | 43 |
QGraphicsItemPrivate::setVisibleHelperName: | QGraphicsItemPrivate::setVisibleHelper | Prototype: | void QGraphicsItemPrivate::setVisibleHelper(bool newVisible, bool explicitly, bool update, bool hiddenByPanel) | Coverage: | 0.000% (0/166) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 2270-2424 |
| | 97 | 43 |
atspiTextAttributeName: | atspiTextAttribute | Prototype: | AtSpiAttribute atspiTextAttribute(const QString &ia2Name, const QString &ia2Value) | Coverage: | 0.000% (0/113) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | Lines: | 1952-2046 |
| | 49 | 42 |
QXmlSimpleReaderPrivate::processReferenceName: | QXmlSimpleReaderPrivate::processReference | Prototype: | bool QXmlSimpleReaderPrivate::processReference() | Coverage: | 65.625% (84/128) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 7460-7659 |
| | 119 | 42 |
QXmlSimpleReaderPrivate::parseMarkupdeclName: | QXmlSimpleReaderPrivate::parseMarkupdecl | Prototype: | bool QXmlSimpleReaderPrivate::parseMarkupdecl() | Coverage: | 84.404% (92/109) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 5006-5171 |
| | 105 | 42 |
QXmlSimpleReaderPrivate::parseElementName: | QXmlSimpleReaderPrivate::parseElement | Prototype: | bool QXmlSimpleReaderPrivate::parseElement() | Coverage: | 88.679% (94/106) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 3576-3757 |
| | 108 | 42 |
QXcbConnection::xi2SetupDevicesName: | QXcbConnection::xi2SetupDevices | Prototype: | void QXcbConnection::xi2SetupDevices() | Coverage: | 46.667% (70/150) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | Lines: | 99-267 |
| | 128 | 42 |
QSslContext::fromConfigurationName: | QSslContext::fromConfiguration | Prototype: | QSslContext* QSslContext::fromConfiguration(QSslSocket::SslMode mode, const QSslConfiguration &configuration, bool allowRootCertOnDemandLoading) | Coverage: | 67.619% (71/105) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | Lines: | 94-367 |
| | 116 | 42 |
QOpenGLTextureCache::bindTextureName: | QOpenGLTextureCache::bindTexture | Prototype: | GLuint QOpenGLTextureCache::bindTexture(QOpenGLContext *context, qint64 key, const QImage &image, BindOptions options) | Coverage: | 0.000% (0/118) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | Lines: | 185-345 |
| | 103 | 42 |
QGuiApplicationPrivate::processTouchEventName: | QGuiApplicationPrivate::processTouchEvent | Prototype: | void QGuiApplicationPrivate::processTouchEvent(QWindowSystemInterfacePrivate::TouchEvent *e) | Coverage: | 0.000% (0/129) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2353-2609 |
| | 173 | 42 |
QGridLayoutEngine::fillRowDataName: | QGridLayoutEngine::fillRowData | Prototype: | void QGridLayoutEngine::fillRowData(QGridLayoutRowData *rowData, const qreal *colPositions, const qreal *colSizes, Qt::Orientation orientation, const QAbstractLayoutStyleInfo *styleInfo) const | Coverage: | 0.000% (0/183) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 1285-1512 |
| | 150 | 42 |
QEvdevMouseHandler::readMouseDataName: | QEvdevMouseHandler::readMouseData | Prototype: | void QEvdevMouseHandler::readMouseData() | Coverage: | 0.000% (0/125) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 182-299 |
| | 87 | 42 |
QRasterPaintEngine::alphaPenBltName: | QRasterPaintEngine::alphaPenBlt | Prototype: | void QRasterPaintEngine::alphaPenBlt(const void* src, int bpl, int depth, int rx,int ry,int w,int h) | Coverage: | 0.000% (0/169) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2516-2736 |
| | 150 | 41 |
QGtkStyle::styleHintName: | QGtkStyle::styleHint | Prototype: | int QGtkStyle::styleHint(StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData = 0) const | Coverage: | 0.000% (0/91) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 723-869 |
| | 75 | 41 |
QGtkStyle::sizeFromContentsName: | QGtkStyle::sizeFromContents | Prototype: | QSize QGtkStyle::sizeFromContents(ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const | Coverage: | 0.000% (0/113) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle.cpp | Lines: | 3863-4042 |
| | 128 | 41 |
QXmlSimpleReaderPrivate::parsePrologName: | QXmlSimpleReaderPrivate::parseProlog | Prototype: | bool QXmlSimpleReaderPrivate::parseProlog() | Coverage: | 89.815% (97/108) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 3389-3569 |
| | 111 | 40 |
QGraphicsScenePrivate::drawItemHelperName: | QGraphicsScenePrivate::drawItemHelper | Prototype: | void QGraphicsScenePrivate::drawItemHelper(QGraphicsItem *item, QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget, bool painterStateProtection) | Coverage: | 0.000% (0/167) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 4370-4673 |
| | 182 | 40 |
QEvdevTouchScreenData::processInputEventName: | QEvdevTouchScreenData::processInputEvent | Prototype: | void QEvdevTouchScreenData::processInputEvent(input_event *data) | Coverage: | 0.000% (0/160) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 431-579 |
| | 99 | 40 |
setup_qtName: | setup_qt | Prototype: | static void setup_qt(QImage& image, png_structp png_ptr, png_infop info_ptr, QSize scaledSize, bool *doScaledRead, float screen_gamma=0.0, float file_gamma=0.0) | Coverage: | 0.000% (0/158) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 232-402 |
| | 127 | 39 |
qt_painterpath_bezier_extremaName: | qt_painterpath_bezier_extrema | Prototype: | static QRectF qt_painterpath_bezier_extrema(const QBezier &b) | Coverage: | 0.000% (0/131) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1357-1436 |
| | 42 | 39 |
qGeomCalcName: | qGeomCalc | Prototype: | void qGeomCalc(QVector<QLayoutStruct> &chain, int start, int count, int pos, int space, int spacer) | Coverage: | 0.000% (0/151) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 70-339 |
| | 164 | 39 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug d, const QAccessibleEvent &ev) | Coverage: | 0.000% (0/116) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | Lines: | 1899-1956 |
| | 48 | 39 |
QTextStreamPrivate::getNumberName: | QTextStreamPrivate::getNumber | Prototype: | QTextStreamPrivate::NumberParsingStatus QTextStreamPrivate::getNumber(qulonglong *ret) | Coverage: | 76.712% (112/146) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1740-1911 |
| | 115 | 39 |
QTextEngine::itemizeName: | QTextEngine::itemize | Prototype: | void QTextEngine::itemize() const | Coverage: | 0.000% (0/108) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 1575-1752 |
| | 112 | 39 |
QRegExpEngine::getTokenName: | QRegExpEngine::getToken | Prototype: | int QRegExpEngine::getToken() | Coverage: | 86.275% (88/102) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3338-3497 |
| | 98 | 39 |
QImageData::checkForAlphaPixelsName: | QImageData::checkForAlphaPixels | Prototype: | bool QImageData::checkForAlphaPixels() const | Coverage: | 0.000% (0/85) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 177-282 |
| | 55 | 39 |
QGraphicsScenePrivate::processDirtyItemsRecursiveName: | QGraphicsScenePrivate::processDirtyItemsRecursive | Prototype: | void QGraphicsScenePrivate::processDirtyItemsRecursive(QGraphicsItem *item, bool dirtyAncestorContainsChildren, qreal parentOpacity) | Coverage: | 0.000% (0/179) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 5113-5296 |
| | 116 | 39 |
QGraphicsItem::sceneEventName: | QGraphicsItem::sceneEvent | Prototype: | bool QGraphicsItem::sceneEvent(QEvent *event) | Coverage: | 0.000% (0/108) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 6688-6815 |
| | 78 | 39 |
convertName: | convert | Prototype: | static bool convert(const QVariant::Private *d, int t, void *result, bool *ok) | Coverage: | 0.000% (0/95) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguivariant.cpp | Lines: | 172-303 |
| | 84 | 38 |
QWidgetWindow::handleMouseEventName: | QWidgetWindow::handleMouseEvent | Prototype: | void QWidgetWindow::handleMouseEvent(QMouseEvent *event) | Coverage: | 0.000% (0/123) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | Lines: | 437-617 |
| | 114 | 38 |
QTransform::mapRectName: | QTransform::mapRect | Prototype: | QRect QTransform::mapRect(const QRect &rect) const | Coverage: | 0.000% (0/82) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1881-1930 |
| | 41 | 38 |
QTransform::mapRectName: | QTransform::mapRect | Prototype: | QRectF QTransform::mapRect(const QRectF &rect) const | Coverage: | 0.000% (0/82) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1951-1999 |
| | 41 | 38 |
QRenderRule::QRenderRuleName: | QRenderRule::QRenderRule | Prototype: | QRenderRule::QRenderRule(const QVector<Declaration> &declarations, const QObject *object) | Coverage: | 0.000% (0/127) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 861-1010 |
| | 117 | 38 |
QPdfPrintEngine::setPropertyName: | QPdfPrintEngine::setProperty | Prototype: | void QPdfPrintEngine::setProperty(PrintEnginePropertyKey key, const QVariant &value) | Coverage: | 56.790% (46/81) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 106-232 |
| | 75 | 38 |
write_pbm_imageName: | write_pbm_image | Prototype: | static bool write_pbm_image(QIODevice *out, const QImage &sourceImage, const QByteArray &sourceFormat) | Coverage: | 0.000% (0/102) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | Lines: | 254-404 |
| | 102 | 37 |
qt_gl_resolve_extensionsName: | qt_gl_resolve_extensions | Prototype: | static int qt_gl_resolve_extensions() | Coverage: | 0.000% (0/120) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | Lines: | 366-478 |
| | 89 | 37 |
qCleanupFuncinfoName: | qCleanupFuncinfo | Prototype: | QByteArray qCleanupFuncinfo(QByteArray info) | Coverage: | 88.889% (104/117) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 796-947 |
| | 88 | 37 |
QXcbConnection::xi2ProcessTouchName: | QXcbConnection::xi2ProcessTouch | Prototype: | void QXcbConnection::xi2ProcessTouch(void *xiDevEvent, QXcbWindow *platformWindow) | Coverage: | 0.000% (0/110) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | Lines: | 588-755 |
| | 119 | 37 |
QSettingsPrivate::iniUnescapedStringListName: | QSettingsPrivate::iniUnescapedStringList | Prototype: | bool QSettingsPrivate::iniUnescapedStringList(const QByteArray &str, int from, int to, QString &stringResult, QStringList &stringListResult, QTextCodec *codec) | Coverage: | 93.846% (122/130) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 740-907 |
| | 98 | 37 |
QRasterPaintEngine::drawImageName: | QRasterPaintEngine::drawImage | Prototype: | void QRasterPaintEngine::drawImage(const QRectF &r, const QImage &img, const QRectF &sr, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/174) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2186-2426 |
| | 157 | 37 |
QGridLayoutRowData::calculateGeometriesName: | QGridLayoutRowData::calculateGeometries | Prototype: | void QGridLayoutRowData::calculateGeometries(int start, int end, qreal targetSize, qreal *positions, qreal *sizes, qreal *descents, const QGridLayoutBox &totalBox, const QGridLayoutRowInfo &rowInfo, bool snapToPixelGrid) | Coverage: | 0.000% (0/124) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 198-425 |
| | 132 | 37 |
QGraphicsWidget::eventName: | QGraphicsWidget::event | Prototype: | bool QGraphicsWidget::event(QEvent *event) | Coverage: | 0.000% (0/72) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 1386-1475 |
| | 49 | 37 |
QAbstractScrollArea::eventName: | QAbstractScrollArea::event | Prototype: | bool QAbstractScrollArea::event(QEvent *e) | Coverage: | 0.000% (0/71) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | Lines: | 993-1156 |
| | 68 | 37 |
defaultOriginName: | defaultOrigin | Prototype: | static Origin defaultOrigin(int pe) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2059-2105 |
| | 5 | 36 |
QXmlSimpleReaderPrivate::parseExternalIDName: | QXmlSimpleReaderPrivate::parseExternalID | Prototype: | bool QXmlSimpleReaderPrivate::parseExternalID() | Coverage: | 94.186% (81/86) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 4828-5001 |
| | 104 | 36 |
QTransform::mapToPolygonName: | QTransform::mapToPolygon | Prototype: | QPolygon QTransform::mapToPolygon(const QRect &rect) const | Coverage: | 0.000% (0/75) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1699-1740 |
| | 31 | 36 |
QTextStreamPrivate::getRealName: | QTextStreamPrivate::getReal | Prototype: | bool QTextStreamPrivate::getReal(double *f) | Coverage: | 74.419% (64/86) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 1917-2059 |
| | 62 | 36 |
QFontEngine::getCMapName: | QFontEngine::getCMap | Prototype: | const uchar *QFontEngine::getCMap(const uchar *table, uint tableSize, bool *isSymbolFont, int *cmapSize) | Coverage: | 0.000% (0/114) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 1237-1392 |
| | 91 | 36 |
QFontDatabase::writingSystemSampleName: | QFontDatabase::writingSystemSample | Prototype: | QString QFontDatabase::writingSystemSample(WritingSystem writingSystem) | Coverage: | 0.000% (0/70) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 2180-2394 |
| | 165 | 36 |
QFontDatabase::writingSystemNameName: | QFontDatabase::writingSystemName | Prototype: | QString QFontDatabase::writingSystemName(WritingSystem writingSystem) | Coverage: | 0.000% (0/71) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 2063-2174 |
| | 73 | 36 |
QDnsLookupRunnable::queryName: | QDnsLookupRunnable::query | Prototype: | void QDnsLookupRunnable::query(const int requestType, const QByteArray &requestName, const QHostAddress &nameserver, QDnsLookupReply *reply) | Coverage: | 43.519% (47/108) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup_unix.cpp | Lines: | 117-364 |
| | 181 | 36 |
QCompleter::eventFilterName: | QCompleter::eventFilter | Prototype: | bool QCompleter::eventFilter(QObject *o, QEvent *e) | Coverage: | 0.000% (0/104) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 1259-1431 |
| | 75 | 36 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, QGraphicsItem::GraphicsItemChange change) | Coverage: | 0.000% (0/69) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 11350-11459 |
| | 72 | 35 |
fetchTransformedBilinearARGB32PMName: | fetchTransformedBilinearARGB32PM | Prototype: | template<TextureBlendType blendType> static const uint * fetchTransformedBilinearARGB32PM(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/127) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1893-2405 |
| | 216 | 35 |
errorMessageName: | errorMessage | Prototype: | static QString errorMessage(QUrlPrivate::ErrorCode errorCode, const QString &errorSource, int errorPosition) | Coverage: | 75.000% (42/56) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3942-4010 |
| | 25 | 35 |
curveToFuncName: | curveToFunc | Prototype: | static QEasingCurve::EasingFunction curveToFunc(QEasingCurve::Type curve) | Coverage: | 97.059% (66/68) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 938-1011 |
| | 35 | 35 |
QPNGImageWriter::writeImageName: | QPNGImageWriter::writeImage | Prototype: | bool QPNGImageWriter::writeImage(const QImage& image, volatile int quality_in, const QString &description, int off_x_in, int off_y_in) | Coverage: | 0.000% (0/104) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 813-992 |
| | 110 | 35 |
QOpenGL2PaintEngineExPrivate::drawCachedGlyphsName: | QOpenGL2PaintEngineExPrivate::drawCachedGlyphs | Prototype: | void QOpenGL2PaintEngineExPrivate::drawCachedGlyphs(QFontEngine::GlyphFormat glyphFormat, QStaticTextItem *staticTextItem) | Coverage: | 0.000% (0/125) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1654-1954 |
| | 173 | 35 |
QNetworkReplyHttpImplPrivate::postRequestName: | QNetworkReplyHttpImplPrivate::postRequest | Prototype: | void QNetworkReplyHttpImplPrivate::postRequest(const QNetworkRequest &newHttpRequest) | Coverage: | 84.906% (90/106) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 601-952 |
| | 221 | 35 |
QGLFramebufferObjectPrivate::initName: | QGLFramebufferObjectPrivate::init | Prototype: | void QGLFramebufferObjectPrivate::init(QGLFramebufferObject *q, const QSize &sz, QGLFramebufferObject::Attachment attachment, GLenum texture_target, GLenum internal_format, GLint samples, bool mipmap) | Coverage: | 0.000% (0/136) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | Lines: | 463-711 |
| | 152 | 35 |
read_xpm_bodyName: | read_xpm_body | Prototype: | static bool read_xpm_body( QIODevice *device, const char * const * source, int& index, QByteArray& state, int cpp, int ncols, int w, int h, QImage& image) | Coverage: | 0.000% (0/124) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 857-1013 |
| | 106 | 34 |
QXcbWindow::createName: | QXcbWindow::create | Prototype: | void QXcbWindow::create() | Coverage: | 52.174% (60/115) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 331-620 |
| | 189 | 34 |
QWidgetResizeHandler::mouseMoveEventName: | QWidgetResizeHandler::mouseMoveEvent | Prototype: | void QWidgetResizeHandler::mouseMoveEvent(QMouseEvent *e) | Coverage: | 0.000% (0/119) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetresizehandler.cpp | Lines: | 196-325 |
| | 93 | 34 |
QWidgetBackingStore::doSyncName: | QWidgetBackingStore::doSync | Prototype: | void QWidgetBackingStore::doSync() | Coverage: | 0.000% (0/124) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1182-1404 |
| | 131 | 34 |
QUnicodeTools::getLineBreaksName: | QUnicodeTools::getLineBreaks | Prototype: | static void getLineBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 93.258% (83/89) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 478-591 |
| | 64 | 34 |
QTreeView::moveCursorName: | QTreeView::moveCursor | Prototype: | QModelIndex QTreeView::moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/116) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 2190-2344 |
| | 81 | 34 |
QTextHtmlExporter::emitBlockName: | QTextHtmlExporter::emitBlock | Prototype: | void QTextHtmlExporter::emitBlock(const QTextBlock &block) | Coverage: | 0.000% (0/101) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2808-2950 |
| | 98 | 34 |
QTableView::paintEventName: | QTableView::paintEvent | Prototype: | void QTableView::paintEvent(QPaintEvent *event) | Coverage: | 0.000% (0/134) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 1347-1519 |
| | 119 | 34 |
QPlatformTheme::defaultThemeHintName: | QPlatformTheme::defaultThemeHint | Prototype: | QVariant QPlatformTheme::defaultThemeHint(ThemeHint hint) | Coverage: | 0.000% (0/65) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | Lines: | 453-526 |
| | 35 | 34 |
QPaintEngineEx::strokeName: | QPaintEngineEx::stroke | Prototype: | void QPaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) | Coverage: | 0.000% (0/96) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 384-589 |
| | 135 | 34 |
QComboBox::keyPressEventName: | QComboBox::keyPressEvent | Prototype: | void QComboBox::keyPressEvent(QKeyEvent *e) | Coverage: | 0.000% (0/95) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3105-3240 |
| | 62 | 34 |
writingSystemFromScriptName: | writingSystemFromScript | Prototype: | static QFontDatabase::WritingSystem writingSystemFromScript(QLocale::Script script) | Coverage: | 0.000% (0/64) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | Lines: | 50-118 |
| | 33 | 33 |
qDrawEdgeName: | qDrawEdge | Prototype: | void qDrawEdge(QPainter *p, qreal x1, qreal y1, qreal x2, qreal y2, qreal dw1, qreal dw2, QCss::Edge edge, QCss::BorderStyle style, QBrush c) | Coverage: | 0.000% (0/91) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | Lines: | 179-306 |
| | 82 | 33 |
defaultPositionName: | defaultPosition | Prototype: | static Qt::Alignment defaultPosition(int pe) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2107-2156 |
| | 8 | 33 |
QXmlStreamReaderPrivate::fastScanNameName: | QXmlStreamReaderPrivate::fastScanName | Prototype: | inline int QXmlStreamReaderPrivate::fastScanName(int *prefix) | Coverage: | 97.917% (47/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 1286-1349 |
| | 25 | 33 |
QWidgetPrivate::drawWidgetName: | QWidgetPrivate::drawWidget | Prototype: | void QWidgetPrivate::drawWidget(QPaintDevice *pdev, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter, QWidgetBackingStore *backingStore) | Coverage: | 0.000% (0/146) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 5465-5673 |
| | 114 | 33 |
QTextEngine::atWordSeparatorName: | QTextEngine::atWordSeparator | Prototype: | bool QTextEngine::atWordSeparator(int position) const | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2551-2591 |
| | 5 | 33 |