| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QAbstractItemView::startDrag| Name: | QAbstractItemView::startDrag | | Prototype: | void QAbstractItemView::startDrag(Qt::DropActions supportedActions) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3658-3684 |
| | 22 | 6 |
PixmapEntry::pixmap| Name: | PixmapEntry::pixmap | | Prototype: | QPixmap PixmapEntry::pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 660-693 |
| | 22 | 6 |
PathSimplifier::elementIsLeftOf| Name: | PathSimplifier::elementIsLeftOf | | Prototype: | bool PathSimplifier::elementIsLeftOf(const Element *left, const Element *right) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 1412-1440 |
| | 22 | 9 |
InsertionSort| Name: | InsertionSort | | Prototype: | static int InsertionSort(EdgeTableEntry *AET) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 3390-3418 |
| | 22 | 5 |
AtSpiAdaptor::introspect| Name: | AtSpiAdaptor::introspect | | Prototype: | QString AtSpiAdaptor::introspect(const QString &path) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 155-617 |
| | 22 | 10 |
weightFromFcWeight| Name: | weightFromFcWeight | | Prototype: | static inline int weightFromFcWeight(int fcweight) | | Coverage: | 51.613% (16/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 72-102 |
| | 21 | 11 |
strokeLine| Name: | strokeLine | | Prototype: | static StrokeLine strokeLine(int strokeSelection) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | | Lines: | 197-231 |
| | 21 | 10 |
qt_setWindowTitle_helperHelper| Name: | qt_setWindowTitle_helperHelper | | Prototype: | QString qt_setWindowTitle_helperHelper(const QString &title, const QWidget *widget) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6064-6105 |
| | 21 | 6 |
qt_registerFont| Name: | qt_registerFont | | Prototype: | void qt_registerFont(const QString &familyName, const QString &stylename, const QString &foundryname, int weight, QFont::Style style, int stretch, bool antialiased, bool scalable, int pixelSize, bool fixedPitch, const QSupportedWritingSystems &writingSystems, void *handle) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 738-770 |
| | 21 | 5 |
qt_convert_rgb888_to_rgbx8888| Name: | qt_convert_rgb888_to_rgbx8888 | | Prototype: | void qt_convert_rgb888_to_rgbx8888(quint32 *dest_data, const uchar *src_data, int len) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 317-357 |
| | 21 | 4 |
qt_convert_rgb888_to_rgb32| Name: | qt_convert_rgb888_to_rgb32 | | Prototype: | void qt_convert_rgb888_to_rgb32(quint32 *dest_data, const uchar *src_data, int len) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 282-315 |
| | 21 | 4 |
qt_blend_rgb16_on_rgb16| Name: | qt_blend_rgb16_on_rgb16 | | Prototype: | void qt_blend_rgb16_on_rgb16(uchar *dst, int dbpl, const uchar *src, int sbpl, int w, int h, int const_alpha) | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 179-217 |
| | 21 | 17 |
qSmoothScaleImage| Name: | qSmoothScaleImage | | Prototype: | QImage qSmoothScaleImage(const QImage &src, int dw, int dh) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 728-757 |
| | 21 | 5 |
qDecodeDataUrl| Name: | qDecodeDataUrl | | Prototype: | bool qDecodeDataUrl(const QUrl &uri, QString &mimeType, QByteArray &payload) | | Coverage: | 91.667% (22/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdataurl.cpp | | Lines: | 52-92 |
| | 21 | 8 |
qDBusNewConnection| Name: | qDBusNewConnection | | Prototype: | static void qDBusNewConnection(DBusServer *server, DBusConnection *connection, void *data) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 295-333 |
| | 21 | 3 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QJsonValue &o) | | Coverage: | 20.000% (3/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 750-781 |
| | 21 | 8 |
name_to_month| Name: | name_to_month | | Prototype: | static int name_to_month(const char* month_str) | | Coverage: | 36.364% (12/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 1037-1082 |
| | 21 | 17 |
jump| Name: | jump | | Prototype: | static void jump(QtMsgType t, const QMessageLogContext & , const QString &m) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 182-218 |
| | 21 | 9 |
gray_sweep| Name: | gray_sweep | | Prototype: | static void gray_sweep( PWorker worker, const QT_FT_Bitmap* target ) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1296-1336 |
| | 21 | 7 |
gray_raster_reset| Name: | gray_raster_reset | | Prototype: | static void gray_raster_reset( QT_FT_Raster raster, char* pool_base, long pool_size ) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1868-1907 |
| | 21 | 4 |
gray_compute_cbox| Name: | gray_compute_cbox | | Prototype: | static void gray_compute_cbox( PWorker worker ) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 365-402 |
| | 21 | 7 |
getPixmap| Name: | getPixmap | | Prototype: | static QPixmap getPixmap(QTextDocument *doc, const QTextImageFormat &format, const qreal devicePixelRatio = 1.0) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | | Lines: | 80-118 |
| | 21 | 7 |
getImageSize| Name: | getImageSize | | Prototype: | static QSize getImageSize(QTextDocument *doc, const QTextImageFormat &format) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | | Lines: | 201-230 |
| | 21 | 7 |
generateName| Name: | generateName | | Prototype: | static QTtfTable generateName(const qttf_name_table &name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 624-648 |
| | 21 | 2 |
findInBlock| Name: | findInBlock | | Prototype: | static bool findInBlock(const QTextBlock &block, const QString &expression, int offset, QTextDocument::FindFlags options, QTextCursor *cursor) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1257-1288 |
| | 21 | 5 |
findInBlock| Name: | findInBlock | | Prototype: | static bool findInBlock(const QTextBlock &block, const QRegExp &expression, int offset, QTextDocument::FindFlags options, QTextCursor *cursor) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1375-1406 |
| | 21 | 5 |
convert_RGB_to_RGB16_inplace| Name: | convert_RGB_to_RGB16_inplace | | Prototype: | static bool convert_RGB_to_RGB16_inplace(QImageData *data, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 948-977 |
| | 21 | 4 |
bm_find| Name: | bm_find | | Prototype: | static inline int bm_find(const uchar *cc, int l, int index, const uchar *puc, uint pl, const uchar *skiptable) | | Coverage: | 100.000% (25/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 55-88 |
| | 21 | 9 |
blend_sourceOver_rgb16_rgb16| Name: | blend_sourceOver_rgb16_rgb16 | | Prototype: | static inline void blend_sourceOver_rgb16_rgb16(quint16 *__restrict__ dest, const quint16 *__restrict__ src, int length, const quint8 alpha, const quint8 ialpha) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 4285-4316 |
| | 21 | 5 |
XorRegion| Name: | XorRegion | | Prototype: | static void XorRegion(QRegionPrivate *sra, QRegionPrivate *srb, QRegionPrivate &dest) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2646-2675 |
| | 21 | 7 |
QXmlInputSource::fetchData| Name: | QXmlInputSource::fetchData | | Prototype: | void QXmlInputSource::fetchData() | | Coverage: | 60.606% (20/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1248-1290 |
| | 21 | 9 |
QXcbWMSupport::updateVirtualRoots| Name: | QXcbWMSupport::updateVirtualRoots | | Prototype: | void QXcbWMSupport::updateVirtualRoots() | | Coverage: | 13.333% (2/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwmsupport.cpp | | Lines: | 92-130 |
| | 21 | 5 |
QXcbShmImage::scroll| Name: | QXcbShmImage::scroll | | Prototype: | bool QXcbShmImage::scroll(const QRegion &area, int dx, int dy) | | Coverage: | 50.000% (6/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 219-248 |
| | 21 | 6 |
QXcbShmImage::put| Name: | QXcbShmImage::put | | Prototype: | void QXcbShmImage::put(xcb_drawable_t dst, const QRegion ®ion, const QPoint &offset) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 451-490 |
| | 21 | 2 |
QXcbScreen::updateGeometry| Name: | QXcbScreen::updateGeometry | | Prototype: | void QXcbScreen::updateGeometry(const QRect &geom, uint8_t rotation) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 607-640 |
| | 21 | 6 |
QXcbKeyboard::keysymToQtKey| Name: | QXcbKeyboard::keysymToQtKey | | Prototype: | int QXcbKeyboard::keysymToQtKey(xcb_keysym_t keysym, Qt::KeyboardModifiers &modifiers, const QString &text) const | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1096-1135 |
| | 21 | 6 |
QXcbCursor::queryPointer| Name: | QXcbCursor::queryPointer | | Prototype: | void QXcbCursor::queryPointer(QXcbConnection *c, QXcbVirtualDesktop **virtualDesktop, QPoint *pos, int *keybMask) | | Coverage: | 68.182% (15/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 626-654 |
| | 21 | 8 |
QXcbCursor::QXcbCursor| Name: | QXcbCursor::QXcbCursor | | Prototype: | QXcbCursor::QXcbCursor(QXcbConnection *conn, QXcbScreen *screen) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 299-332 |
| | 21 | 5 |
QXcbClipboard::requestor| Name: | QXcbClipboard::requestor | | Prototype: | xcb_window_t QXcbClipboard::requestor() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 458-495 |
| | 21 | 2 |
QWizardPrivate::updateMinMaxSizes| Name: | QWizardPrivate::updateMinMaxSizes | | Prototype: | void QWizardPrivate::updateMinMaxSizes(const QWizardLayoutInfo &info) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 1339-1373 |
| | 21 | 7 |
QWidgetTextControl::setFocusToNextOrPreviousAnchor| Name: | QWidgetTextControl::setFocusToNextOrPreviousAnchor | | Prototype: | bool QWidgetTextControl::setFocusToNextOrPreviousAnchor(bool next) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2921-2956 |
| | 21 | 6 |
QWidgetPrivate::createTLExtra| Name: | QWidgetPrivate::createTLExtra | | Prototype: | void QWidgetPrivate::createTLExtra() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1752-1783 |
| | 21 | 3 |
QWidgetLineControl::moveCursor| Name: | QWidgetLineControl::moveCursor | | Prototype: | void QWidgetLineControl::moveCursor(int pos, bool mark) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 477-506 |
| | 21 | 7 |
QWidget::stackUnder| Name: | QWidget::stackUnder | | Prototype: | void QWidget::stackUnder(QWidget* w) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11842-11868 |
| | 21 | 8 |
QUnicodeTables::detachAndConvertCase| Name: | QUnicodeTables::detachAndConvertCase | | Prototype: | template <typename Traits, typename T> __attribute__((noinline)) static QString detachAndConvertCase(T &str, QStringIterator it) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5798-5841 |
| | 21 | 6 |
QTzTimeZonePrivate::data| Name: | QTzTimeZonePrivate::data | | Prototype: | QTimeZonePrivate::Data QTzTimeZonePrivate::data(qint64 forMSecsSinceEpoch) const | | Coverage: | 72.000% (18/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 906-942 |
| | 21 | 7 |
QTriangulator::SimpleToMonotone::setupDataStructures| Name: | QTriangulator::SimpleToMonotone::setupDataStructures | | Prototype: | template <typename T> void QTriangulator<T>::SimpleToMonotone::setupDataStructures() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 1787-1818 |
| | 21 | 4 |
QTreeWidgetItem::takeChildren| Name: | QTreeWidgetItem::takeChildren | | Prototype: | QList<QTreeWidgetItem*> QTreeWidgetItem::takeChildren() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 2060-2091 |
| | 21 | 8 |
QTreeWidgetItem::setFlags| Name: | QTreeWidgetItem::setFlags | | Prototype: | void QTreeWidgetItem::setFlags(Qt::ItemFlags flags) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 1621-1653 |
| | 21 | 7 |
QTreeWidgetItem::clone| Name: | QTreeWidgetItem::clone | | Prototype: | QTreeWidgetItem *QTreeWidgetItem::clone() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 1547-1581 |
| | 21 | 5 |
QTreeWidgetItem::childrenCheckState| Name: | QTreeWidgetItem::childrenCheckState | | Prototype: | QVariant QTreeWidgetItem::childrenCheckState(int column) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 2141-2175 |
| | 21 | 11 |
QTreeViewPrivate::expand| Name: | QTreeViewPrivate::expand | | Prototype: | void QTreeViewPrivate::expand(int item, bool emitSignal) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 3060-3092 |
| | 21 | 8 |
QTreeView::keyPressEvent| Name: | QTreeView::keyPressEvent | | Prototype: | void QTreeView::keyPressEvent(QKeyEvent *event) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 1990-2022 |
| | 21 | 8 |
QTreeView::doItemsLayout| Name: | QTreeView::doItemsLayout | | Prototype: | void QTreeView::doItemsLayout() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 2085-2119 |
| | 21 | 8 |
QTransform::map| Name: | QTransform::map | | Prototype: | QPoint QTransform::map(const QPoint &p) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 1159-1192 |
| | 21 | 8 |
QTransform::map| Name: | QTransform::map | | Prototype: | QPointF QTransform::map(const QPointF &p) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 1210-1243 |
| | 21 | 8 |
QToolBarAreaLayoutInfo::insertGap| Name: | QToolBarAreaLayoutInfo::insertGap | | Prototype: | bool QToolBarAreaLayoutInfo::insertGap(const QList<int> &path, QLayoutItem *item) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 534-571 |
| | 21 | 5 |
QToolBarAreaLayout::getStyleOptionInfo| Name: | QToolBarAreaLayout::getStyleOptionInfo | | Prototype: | void QToolBarAreaLayout::getStyleOptionInfo(QStyleOptionToolBar *option, QToolBar *toolBar) const | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 961-994 |
| | 21 | 11 |
QToolBarAreaLayout::fitLayout| Name: | QToolBarAreaLayout::fitLayout | | Prototype: | QRect QToolBarAreaLayout::fitLayout() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 639-667 |
| | 21 | 2 |
QToolBar::setIconSize| Name: | QToolBar::setIconSize | | Prototype: | void QToolBar::setIconSize(const QSize &iconSize) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | | Lines: | 671-700 |
| | 21 | 7 |
QTextFrame::iterator::operator++| Name: | QTextFrame::iterator::operator++ | | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator++() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 735-766 |
| | 21 | 8 |
QTableViewPrivate::setSpan| Name: | QTableViewPrivate::setSpan | | Prototype: | void QTableViewPrivate::setSpan(int row, int column, int rowSpan, int columnSpan) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 669-696 |
| | 21 | 6 |
QTableView::scrollContentsBy| Name: | QTableView::scrollContentsBy | | Prototype: | void QTableView::scrollContentsBy(int dx, int dy) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 1300-1336 |
| | 21 | 8 |
QTabWidget::setTabBar| Name: | QTabWidget::setTabBar | | Prototype: | void QTabWidget::setTabBar(QTabBar* tb) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | | Lines: | 696-721 |
| | 21 | 3 |
QTabWidget::paintEvent| Name: | QTabWidget::paintEvent | | Prototype: | void QTabWidget::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp | | Lines: | 1227-1254 |
| | 21 | 4 |
QTabBarPrivate::moveTabFinished| Name: | QTabBarPrivate::moveTabFinished | | Prototype: | void QTabBarPrivate::moveTabFinished(int index) | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 2069-2099 |
| | 21 | 8 |
QTabBarPrivate::makeVisible| Name: | QTabBarPrivate::makeVisible | | Prototype: | void QTabBarPrivate::makeVisible(int index) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 668-699 |
| | 21 | 5 |
QTabBar::setCurrentIndex| Name: | QTabBar::setCurrentIndex | | Prototype: | void QTabBar::setCurrentIndex(int index) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 1319-1348 |
| | 21 | 6 |
QStyleSheetStyle::positionRect| Name: | QStyleSheetStyle::positionRect | | Prototype: | QRect QStyleSheetStyle::positionRect(const QWidget *w, const QRenderRule &rule2, int pe, const QRect &originRect, Qt::LayoutDirection dir) const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2284-2313 |
| | 21 | 6 |
QString::reallocData| Name: | QString::reallocData | | Prototype: | void QString::reallocData(uint alloc, bool grow) | | Coverage: | 78.947% (15/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1760-1788 |
| | 21 | 6 |
QStateMachinePrivate::exitStates| Name: | QStateMachinePrivate::exitStates | | Prototype: | void QStateMachinePrivate::exitStates(QEvent *event, const QList<QAbstractState*> &statesToExit_sorted, const QHash<QAbstractState*, QVector<QPropertyAssignment> > &assignmentsForEnteredStates) | | Coverage: | 96.296% (26/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 799-842 |
| | 21 | 9 |
QStateMachinePrivate::_q_animationFinished| Name: | QStateMachinePrivate::_q_animationFinished | | Prototype: | void QStateMachinePrivate::_q_animationFinished() | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1551-1582 |
| | 21 | 4 |
QStateMachine::event| Name: | QStateMachine::event | | Prototype: | bool QStateMachine::event(QEvent *e) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 2845-2873 |
| | 21 | 4 |
QSslKeyPrivate::fromEVP_PKEY| Name: | QSslKeyPrivate::fromEVP_PKEY | | Prototype: | bool QSslKeyPrivate::fromEVP_PKEY(EVP_PKEY *pkey) | | Coverage: | 18.182% (2/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_openssl.cpp | | Lines: | 85-125 |
| | 21 | 4 |
QSplitter::minimumSizeHint| Name: | QSplitter::minimumSizeHint | | Prototype: | QSize QSplitter::minimumSizeHint() const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1464-1491 |
| | 21 | 7 |
QSplitter::childEvent| Name: | QSplitter::childEvent | | Prototype: | void QSplitter::childEvent(QChildEvent *c) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | | Lines: | 1224-1251 |
| | 21 | 10 |
QSpanData::setupMatrix| Name: | QSpanData::setupMatrix | | Prototype: | void QSpanData::setupMatrix(const QTransform &matrix, int bilin) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4587-4614 |
| | 21 | 1 |
QSortFilterProxyModel::lessThan| Name: | QSortFilterProxyModel::lessThan | | Prototype: | bool QSortFilterProxyModel::lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const | | Coverage: | 41.667% (15/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 2652-2691 |
| | 21 | 16 |
QSocks5SocketEngine::writeDatagram| Name: | QSocks5SocketEngine::writeDatagram | | Prototype: | qint64 QSocks5SocketEngine::writeDatagram(const char *data, qint64 len, const QIpPacketHeader &header) | | Coverage: | 26.316% (5/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1629-1667 |
| | 21 | 7 |
QSlider::initStyleOption| Name: | QSlider::initStyleOption | | Prototype: | void QSlider::initStyleOption(QStyleOptionSlider *option) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 132-156 |
| | 21 | 3 |
QResourcePrivate::ensureInitialized| Name: | QResourcePrivate::ensureInitialized | | Prototype: | void QResourcePrivate::ensureInitialized() const | | Coverage: | 95.455% (21/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 294-324 |
| | 21 | 8 |
QRawFont::fromFont| Name: | QRawFont::fromFont | | Prototype: | QRawFont QRawFont::fromFont(const QFont &font, QFontDatabase::WritingSystem writingSystem) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 709-741 |
| | 21 | 7 |
QRasterPaintEnginePrivate::updateMatrixData| Name: | QRasterPaintEnginePrivate::updateMatrixData | | Prototype: | void QRasterPaintEnginePrivate::updateMatrixData(QSpanData *spanData, const QBrush &b, const QTransform &m) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1052-1083 |
| | 21 | 4 |
QRasterPaintEngine::drawEllipse| Name: | QRasterPaintEngine::drawEllipse | | Prototype: | void QRasterPaintEngine::drawEllipse(const QRectF &rect) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3225-3252 |
| | 21 | 3 |
QPlatformTheme::defaultStandardButtonText| Name: | QPlatformTheme::defaultStandardButtonText | | Prototype: | QString QPlatformTheme::defaultStandardButtonText(int button) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformtheme.cpp | | Lines: | 653-696 |
| | 21 | 20 |
QPlatformOpenGLContext::parseOpenGLVersion| Name: | QPlatformOpenGLContext::parseOpenGLVersion | | Prototype: | bool QPlatformOpenGLContext::parseOpenGLVersion(const QByteArray &versionString, int &major, int &minor) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformopenglcontext.cpp | | Lines: | 130-166 |
| | 21 | 9 |
QPixmapDropShadowFilter::draw| Name: | QPixmapDropShadowFilter::draw | | Prototype: | void QPixmapDropShadowFilter::draw(QPainter *p, const QPointF &pos, const QPixmap &px, const QRectF &src) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | | Lines: | 1307-1344 |
| | 21 | 2 |
QPictureIO::write| Name: | QPictureIO::write | | Prototype: | bool QPictureIO::write() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1927-1953 |
| | 21 | 6 |
QPdfEngine::drawPixmap| Name: | QPdfEngine::drawPixmap | | Prototype: | void QPdfEngine::drawPixmap (const QRectF &rectangle, const QPixmap &pixmap, const QRectF &sr) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 892-921 |
| | 21 | 4 |
QPdf::Stroker::setPen| Name: | QPdf::Stroker::setPen | | Prototype: | void QPdf::Stroker::setPen(const QPen &pen, QPainter::RenderHints hints) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 604-633 |
| | 21 | 6 |
QPainterPath::addEllipse| Name: | QPainterPath::addEllipse | | Prototype: | void QPainterPath::addEllipse(const QRectF &boundingRect) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1102-1134 |
| | 21 | 3 |
QPaintEngineEx::drawStaticTextItem| Name: | QPaintEngineEx::drawStaticTextItem | | Prototype: | void QPaintEngineEx::drawStaticTextItem(QStaticTextItem *staticTextItem) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 1049-1079 |
| | 21 | 5 |
QPaintEngineEx::drawPoints| Name: | QPaintEngineEx::drawPoints | | Prototype: | void QPaintEngineEx::drawPoints(const QPointF *points, int pointCount) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 846-875 |
| | 21 | 6 |
QPaintEngineEx::drawPixmapFragments| Name: | QPaintEngineEx::drawPixmapFragments | | Prototype: | void QPaintEngineEx::drawPixmapFragments(const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints ) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 962-991 |
| | 21 | 3 |
QPaintEngine::drawPoints| Name: | QPaintEngine::drawPoints | | Prototype: | void QPaintEngine::drawPoints(const QPointF *points, int pointCount) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 435-469 |
| | 21 | 6 |
QOpenGLShaderProgram::init| Name: | QOpenGLShaderProgram::init | | Prototype: | bool QOpenGLShaderProgram::init() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 788-818 |
| | 21 | 6 |
QOpenGLDebugLoggerPrivate::_q_contextAboutToBeDestroyed| Name: | QOpenGLDebugLoggerPrivate::_q_contextAboutToBeDestroyed | | Prototype: | void QOpenGLDebugLoggerPrivate::_q_contextAboutToBeDestroyed() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | | Lines: | 1289-1327 |
| | 21 | 6 |
QOpenGLContext::makeCurrent| Name: | QOpenGLContext::makeCurrent | | Prototype: | bool QOpenGLContext::makeCurrent(QSurface *surface) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 951-989 |
| | 21 | 7 |
QOpenGL2PaintEngineExPrivate::resetClipIfNeeded| Name: | QOpenGL2PaintEngineExPrivate::resetClipIfNeeded | | Prototype: | void QOpenGL2PaintEngineExPrivate::resetClipIfNeeded() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1100-1133 |
| | 21 | 2 |
QOpenGL2GradientCache::addCacheElement| Name: | QOpenGL2GradientCache::addCacheElement | | Prototype: | GLuint QOpenGL2GradientCache::addCacheElement(quint64 hash_val, const QGradient &gradient, qreal opacity) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 136-166 |
| | 21 | 4 |