Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTransform::adjointName: | QTransform::adjoint | Prototype: | QTransform QTransform::adjoint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 327-345 |
| | 15 | 1 |
QTreeModel::emitDataChangedName: | QTreeModel::emitDataChanged | Prototype: | void QTreeModel::emitDataChanged(QTreeWidgetItem *item, int column) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 781-805 |
| | 15 | 5 |
QTreeModel::insertRowsName: | QTreeModel::insertRows | Prototype: | bool QTreeModel::insertRows(int row, int count, const QModelIndex &parent) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 426-446 |
| | 15 | 4 |
QTreeModel::itemDataName: | QTreeModel::itemData | Prototype: | QMap<int, QVariant> QTreeModel::itemData(const QModelIndex &index) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 397-420 |
| | 15 | 6 |
QTreeViewPrivate::beginAnimatedOperationName: | QTreeViewPrivate::beginAnimatedOperation | Prototype: | void QTreeViewPrivate::beginAnimatedOperation() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3196-3218 |
| | 15 | 4 |
QTreeViewPrivate::expandOrCollapseItemAtPosName: | QTreeViewPrivate::expandOrCollapseItemAtPos | Prototype: | bool QTreeViewPrivate::expandOrCollapseItemAtPos(const QPoint &pos) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 1373-1395 |
| | 15 | 5 |
QTreeViewPrivate::hasVisibleChildrenName: | QTreeViewPrivate::hasVisibleChildren | Prototype: | bool QTreeViewPrivate::hasVisibleChildren(const QModelIndex& parent) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 3893-3912 |
| | 15 | 8 |
QTreeWidget::mimeDataName: | QTreeWidget::mimeData | Prototype: | QMimeData *QTreeWidget::mimeData(const QList<QTreeWidgetItem*> items) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | Lines: | 3283-3307 |
| | 15 | 6 |
QTreeWidgetItemIteratorPrivate::previousName: | QTreeWidgetItemIteratorPrivate::previous | Prototype: | QTreeWidgetItem *QTreeWidgetItemIteratorPrivate::previous(const QTreeWidgetItem *current) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidgetitemiterator.cpp | Lines: | 310-332 |
| | 15 | 5 |
QTriangulator::ComplexToSimple::fillPriorityQueueName: | QTriangulator::ComplexToSimple::fillPriorityQueue | Prototype: | template <typename T> void QTriangulator<T>::ComplexToSimple::fillPriorityQueue() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1286-1308 |
| | 15 | 3 |
QTriangulator::ComplexToSimple::insertEdgeIntoVectorIfWantedName: | QTriangulator::ComplexToSimple::insertEdgeIntoVectorIfWanted | Prototype: | template <typename T> void QTriangulator<T>::ComplexToSimple::insertEdgeIntoVectorIfWanted(ShortArray &orderedEdges, int i) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1425-1454 |
| | 15 | 5 |
QTriangulator::SimpleToMonotone::classifyVertexName: | QTriangulator::SimpleToMonotone::classifyVertex | Prototype: | template <typename T> void QTriangulator<T>::SimpleToMonotone::classifyVertex(int i) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 1914-1942 |
| | 15 | 6 |
QTriangulator::polylineName: | QTriangulator::polyline | Prototype: | template <typename T> QVertexSet<T> QTriangulator<T>::polyline() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 819-843 |
| | 15 | 5 |
QUndoModel::dataName: | QUndoModel::data | Prototype: | QVariant QUndoModel::data(const QModelIndex &index, int role) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 205-227 |
| | 15 | 8 |
QUnicodeTools::getGraphemeBreaksName: | QUnicodeTools::getGraphemeBreaks | Prototype: | static void getGraphemeBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 83-107 |
| | 15 | 5 |
QUtf8::convertFromUnicodeName: | QUtf8::convertFromUnicode | Prototype: | QByteArray QUtf8::convertFromUnicode(const QChar *uc, int len) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 154-179 |
| | 15 | 5 |
QWidget::insertActionName: | QWidget::insertAction | Prototype: | void QWidget::insertAction(QAction *before, QAction *action) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3319-3342 |
| | 15 | 4 |
QWidget::mapFromName: | QWidget::mapFrom | Prototype: | QPoint QWidget::mapFrom(const QWidget * parent, const QPoint & pos) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4300-4314 |
| | 15 | 3 |
QWidget::mapToName: | QWidget::mapTo | Prototype: | QPoint QWidget::mapTo(const QWidget * parent, const QPoint & pos) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 4276-4289 |
| | 15 | 3 |
QWidget::moveName: | QWidget::move | Prototype: | void QWidget::move(const QPoint &p) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 7119-7140 |
| | 15 | 5 |
QWidgetBackingStore::syncName: | QWidgetBackingStore::sync | Prototype: | void QWidgetBackingStore::sync(QWidget *exposedWidget, const QRegion &exposedRegion) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 1134-1159 |
| | 15 | 6 |
QWidgetItem::expandingDirectionsName: | QWidgetItem::expandingDirections | Prototype: | Qt::Orientations QWidgetItem::expandingDirections() const | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 576-600 |
| | 15 | 7 |
QWidgetItemV2::heightForWidthName: | QWidgetItemV2::heightForWidth | Prototype: | int QWidgetItemV2::heightForWidth(int width) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | Lines: | 830-852 |
| | 15 | 6 |
QWidgetLineControl::backspaceName: | QWidgetLineControl::backspace | Prototype: | void QWidgetLineControl::backspace() | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | Lines: | 210-232 |
| | 15 | 6 |
QWidgetPrivate::activateChildLayoutsRecursivelyName: | QWidgetPrivate::activateChildLayoutsRecursively | Prototype: | void QWidgetPrivate::activateChildLayoutsRecursively() | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 7829-7857 |
| | 15 | 6 |
QWidgetPrivate::scrollChildrenName: | QWidgetPrivate::scrollChildren | Prototype: | void QWidgetPrivate::scrollChildren(int dx, int dy) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 353-373 |
| | 15 | 5 |
QWidgetPrivate::showChildrenName: | QWidgetPrivate::showChildren | Prototype: | void QWidgetPrivate::showChildren(bool spontaneous) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 8284-8305 |
| | 15 | 5 |
QWidgetTextControl::setFocusToAnchorName: | QWidgetTextControl::setFocusToAnchor | Prototype: | bool QWidgetTextControl::setFocusToAnchor(const QTextCursor &newCursor) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 2958-2982 |
| | 15 | 3 |
QWidgetTextControlPrivate::_q_contentsChangedName: | QWidgetTextControlPrivate::_q_contentsChanged | Prototype: | void QWidgetTextControlPrivate::_q_contentsChanged(int from, int charsRemoved, int charsAdded) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 644-676 |
| | 15 | 4 |
QWidgetTextControlPrivate::startDragName: | QWidgetTextControlPrivate::startDrag | Prototype: | void QWidgetTextControlPrivate::startDrag() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 505-529 |
| | 15 | 4 |
QWindow::setVisibilityName: | QWindow::setVisibility | Prototype: | void QWindow::setVisibility(Visibility v) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 287-312 |
| | 15 | 8 |
QWindowContainerPrivate::updateUsesNativeWidgetsName: | QWindowContainerPrivate::updateUsesNativeWidgets | Prototype: | void updateUsesNativeWidgets() | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 88-111 |
| | 15 | 5 |
QWindowPrivate::setTopLevelScreenName: | QWindowPrivate::setTopLevelScreen | Prototype: | void QWindowPrivate::setTopLevelScreen(QScreen *newScreen, bool recreate) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 376-395 |
| | 15 | 6 |
QWindowsStylePrivate::fixedPixelMetricName: | QWindowsStylePrivate::fixedPixelMetric | Prototype: | int QWindowsStylePrivate::fixedPixelMetric(QStyle::PixelMetric pm) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | Lines: | 358-407 |
| | 15 | 22 |
QWizard::setButtonLayoutName: | QWizard::setButtonLayout | Prototype: | void QWizard::setButtonLayout(const QList<WizardButton> &layout) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 2757-2782 |
| | 15 | 6 |
QWizardPrivate::ensureButtonName: | QWizardPrivate::ensureButton | Prototype: | bool QWizardPrivate::ensureButton(QWizard::WizardButton which) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 1416-1443 |
| | 15 | 5 |
QXcbBackingStore::endPaintName: | QXcbBackingStore::endPaint | Prototype: | void QXcbBackingStore::endPaint() | Coverage: | 26.667% (4/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 544-568 |
| | 15 | 5 |
QXcbClipboardMime::formats_sysName: | QXcbClipboardMime::formats_sys | Prototype: | QStringList formats_sys() const override | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 93-121 |
| | 15 | 7 |
QXcbConnection::destroyScreenName: | QXcbConnection::destroyScreen | Prototype: | void QXcbConnection::destroyScreen(QXcbScreen *screen) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 363-390 |
| | 15 | 5 |
QXcbConnection::initializeXFixesName: | QXcbConnection::initializeXFixes | Prototype: | void QXcbConnection::initializeXFixes() | Coverage: | 46.154% (6/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 2086-2105 |
| | 15 | 3 |
QXcbConnection::~QXcbConnectionName: | QXcbConnection::~QXcbConnection | Prototype: | QXcbConnection::~QXcbConnection() | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 683-720 |
| | 15 | 4 |
QXcbMime::mimeAtomsForFormatName: | QXcbMime::mimeAtomsForFormat | Prototype: | QVector<xcb_atom_t> QXcbMime::mimeAtomsForFormat(QXcbConnection *connection, const QString &format) | Coverage: | 53.846% (7/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbmime.cpp | Lines: | 143-169 |
| | 15 | 5 |
QXcbWindow::updateNetWmStateBeforeMapName: | QXcbWindow::updateNetWmStateBeforeMap | Prototype: | void QXcbWindow::updateNetWmStateBeforeMap() | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1378-1402 |
| | 15 | 6 |
QXcbWindow::windowEventName: | QXcbWindow::windowEvent | Prototype: | void QXcbWindow::windowEvent(QEvent *event) | Coverage: | 42.857% (6/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2691-2718 |
| | 15 | 7 |
QXmlSimpleReaderPrivate::reportEndEntitiesName: | QXmlSimpleReaderPrivate::reportEndEntities | Prototype: | bool QXmlSimpleReaderPrivate::reportEndEntities() | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 4250-4273 |
| | 15 | 7 |
QXmlTestLogger::addBenchmarkResultName: | QXmlTestLogger::addBenchmarkResult | Prototype: | void QXmlTestLogger::addBenchmarkResult(const QBenchmarkResult &result) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | Lines: | 259-278 |
| | 15 | 1 |
QtConcurrent::ThreadEngineBase::startBlockingName: | QtConcurrent::ThreadEngineBase::startBlocking | Prototype: | void ThreadEngineBase::startBlocking() | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | Lines: | 139-170 |
| | 15 | 6 |
QtFontFamily::foundryName: | QtFontFamily::foundry | Prototype: | QtFontFoundry *QtFontFamily::foundry(const QString &f, bool create) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 385-407 |
| | 15 | 7 |
QtPrivate::QStringList_joinName: | QtPrivate::QStringList_join | Prototype: | QString QtPrivate::QStringList_join(const QStringList *that, const QChar *sep, int seplen) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 465-486 |
| | 15 | 6 |
QtSharedPointer::ExternalRefCountData::getAndRefName: | QtSharedPointer::ExternalRefCountData::getAndRef | Prototype: | QtSharedPointer::ExternalRefCountData *QtSharedPointer::ExternalRefCountData::getAndRef(const QObject *obj) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1331-1353 |
| | 15 | 3 |
boundingRectName: | boundingRect | Prototype: | static const QRectF boundingRect(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qoutlinemapper.cpp | Lines: | 55-73 |
| | 15 | 6 |
checkStatementName: | checkStatement | Prototype: | static bool checkStatement(bool statement, const char *msg, const char *file, int line) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | Lines: | 215-237 |
| | 15 | 4 |
checkStaticArrayName: | checkStaticArray | Prototype: | static bool checkStaticArray(int &val, const QByteArray &dateString, int at, const char *array, int size) | Coverage: | 95.238% (20/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | Lines: | 537-557 |
| | 15 | 5 |
childWidgetsName: | childWidgets | Prototype: | QList<QWidget*> childWidgets(const QWidget *widget) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | Lines: | 76-95 |
| | 15 | 5 |
correctActionContextName: | correctActionContext | Prototype: | static bool correctActionContext(Qt::ShortcutContext context, QAction *a, QWidget *active_window) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | Lines: | 264-310 |
| | 15 | 7 |
destStore64Name: | destStore64 | Prototype: | static void destStore64(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 *buffer, int length) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1239-1258 |
| | 15 | 3 |
familyListName: | familyList | Prototype: | static QStringList familyList(const QFontDef &req) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 693-716 |
| | 15 | 5 |
fbnameName: | fbname | Prototype: | static QString fbname(const QString &fileName) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 767-786 |
| | 15 | 6 |
formatDropEventName: | formatDropEvent | Prototype: | static void formatDropEvent(QDebug d, const QDropEvent *e) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3828-3845 |
| | 15 | 2 |
getMotifWmHintsName: | getMotifWmHints | Prototype: | static QtMotifWmHints getMotifWmHints(QXcbConnection *c, xcb_window_t window) | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1012-1036 |
| | 15 | 2 |
gray_set_cellName: | gray_set_cell | Prototype: | static void gray_set_cell( PWorker worker, TCoord ex, TCoord ey ) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 455-495 |
| | 15 | 5 |
integralCompareName: | integralCompare | Prototype: | static int integralCompare(uint promotedType, const QVariant::Private *d1, const QVariant::Private *d2) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3439-3460 |
| | 15 | 5 |
loadEngineName: | loadEngine | Prototype: | static QFontEngine *loadEngine(int script, const QFontDef &request, QtFontFamily *family, QtFontFoundry *foundry, QtFontStyle *style, QtFontSize *size) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 991-1021 |
| | 15 | 4 |
msecsToTimeName: | msecsToTime | Prototype: | static void msecsToTime(qint64 msecs, QDate *date, QTime *time) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2416-2439 |
| | 15 | 5 |
nextGeometryTokenName: | nextGeometryToken | Prototype: | static inline int nextGeometryToken(const QByteArray &a, int &pos, char *op) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 269-290 |
| | 15 | 5 |
numericTypePromotionName: | numericTypePromotion | Prototype: | static int numericTypePromotion(uint t1, uint t2) | Coverage: | 100.000% (21/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3393-3437 |
| | 15 | 5 |
objectContentToJsonName: | objectContentToJson | Prototype: | static void objectContentToJson(const QJsonPrivate::Object *o, QByteArray &json, int indent, bool compact) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | Lines: | 184-208 |
| | 15 | 5 |
operator/Name: | operator/ | Prototype: | double operator/(const QVariant &arg1, const QVariant &arg2) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 2037-2060 |
| | 15 | 5 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QTouchEvent::TouchPoint &tp) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3878-3895 |
| | 15 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, const QSslCertificate &certificate) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | Lines: | 690-707 |
| | 15 | 1 |
operator>>Name: | operator>> | Prototype: | static QDataStream &operator>>(QDataStream &s, BMP_INFOHDR &bi) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 109-129 |
| | 15 | 2 |
operator>>Name: | operator>> | Prototype: | const QDBusArgument &operator>>(const QDBusArgument &argument, QXdgDBusToolTipStruct &toolTip) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustraytypes.cpp | Lines: | 189-209 |
| | 15 | 1 |
parse_locale_tagName: | parse_locale_tag | Prototype: | static bool parse_locale_tag(const QString &input, int &i, QString *result, const QString &separators) | Coverage: | 59.091% (13/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 385-403 |
| | 15 | 4 |
progressForValueName: | progressForValue | Prototype: | static qreal progressForValue(const QEasingCurve &curve, qreal value) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 166-188 |
| | 15 | 6 |
qCalculateBlockSizeName: | qCalculateBlockSize | Prototype: | size_t qCalculateBlockSize(size_t elementCount, size_t elementSize, size_t headerSize) noexcept | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 167-187 |
| | 15 | 4 |
qEnvironmentVariableIntValueName: | qEnvironmentVariableIntValue | Prototype: | int qEnvironmentVariableIntValue(const char *varName, bool *ok) noexcept | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3301-3334 |
| | 15 | 6 |
qMetaTypeCustomType_unlockedName: | qMetaTypeCustomType_unlocked | Prototype: | static int qMetaTypeCustomType_unlocked(const char *typeName, int length, int *firstInvalidIndex = 0) | Coverage: | 92.000% (23/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 894-914 |
| | 15 | 7 |
qSmartMaxSizeName: | qSmartMaxSize | Prototype: | QSize qSmartMaxSize(const QSize &sizeHint, const QSize &minSize, const QSize &maxSize, const QSizePolicy &sizePolicy, Qt::Alignment align) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 392-413 |
| | 15 | 8 |
qSmartMinSizeName: | qSmartMinSize | Prototype: | QSize qSmartMinSize(const QSize &sizeHint, const QSize &minSizeHint, const QSize &minSize, const QSize &maxSize, const QSizePolicy &sizePolicy) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutengine.cpp | Lines: | 347-375 |
| | 15 | 7 |
qSpiInitializeStructTypesName: | qSpiInitializeStructTypes | Prototype: | void qSpiInitializeStructTypes() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/struct_marshallers.cpp | Lines: | 217-234 |
| | 15 | 1 |
qglx_findVisualInfoName: | qglx_findVisualInfo | Prototype: | XVisualInfo *qglx_findVisualInfo(Display *display, int screen, QSurfaceFormat *format, int drawableBit) | Coverage: | 30.769% (4/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | Lines: | 231-258 |
| | 15 | 5 |
qt_UnicodeToTSCIIName: | qt_UnicodeToTSCII | Prototype: | static unsigned char qt_UnicodeToTSCII(ushort u1, ushort u2, ushort u3) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtsciicodec.cpp | Lines: | 455-481 |
| | 15 | 4 |
qt_blurImageName: | qt_blurImage | Prototype: | void qt_blurImage(QPainter *p, QImage &blurImage, qreal radius, bool quality, bool alphaOnly, int transposed = 0) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 861-886 |
| | 15 | 5 |
qt_blurrowName: | qt_blurrow | Prototype: | template<int aprec, int zprec, bool alphaOnly> inline void qt_blurrow(QImage & im, int line, int alpha) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 647-676 |
| | 15 | 6 |
qt_find_patternName: | qt_find_pattern | Prototype: | static long qt_find_pattern(const char *s, ulong s_len, const char *pattern, ulong p_len) | Coverage: | 65.000% (13/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 187-221 |
| | 15 | 6 |
qt_int_sqrtName: | qt_int_sqrt | Prototype: | unsigned int qt_int_sqrt(unsigned int n) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3098-3119 |
| | 15 | 5 |
qt_nameForCustomSizeName: | qt_nameForCustomSize | Prototype: | static QString qt_nameForCustomSize(const QSizeF &size, QPageSize::Unit units) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 474-505 |
| | 15 | 7 |
qt_painter_thread_testName: | qt_painter_thread_test | Prototype: | static bool qt_painter_thread_test(int devType, int engineType, const char *what) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 151-175 |
| | 15 | 6 |
qt_qFindChild_helperName: | qt_qFindChild_helper | Prototype: | QObject *qt_qFindChild_helper(const QObject *parent, const QString &name, const QMetaObject &mo, Qt::FindChildOptions options) | Coverage: | 91.304% (21/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1926-1946 |
| | 15 | 7 |
qt_starts_withName: | qt_starts_with | Prototype: | static inline bool qt_starts_with(const QChar *haystack, int haystackLen, QLatin1String needle, Qt::CaseSensitivity cs) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10201-10221 |
| | 15 | 7 |
queuedConnectionTypesName: | queuedConnectionTypes | Prototype: | static int *queuedConnectionTypes(const QList<QByteArray> &typeNames) | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 90-112 |
| | 15 | 5 |
queuedConnectionTypesName: | queuedConnectionTypes | Prototype: | static int *queuedConnectionTypes(const QArgumentType *argumentTypes, int argc) | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 114-136 |
| | 15 | 5 |
qulltoaName: | qulltoa | Prototype: | QString qulltoa(qulonglong l, int base, const QChar _zero) | Coverage: | 100.000% (17/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 427-457 |
| | 15 | 5 |
realMinSizeName: | realMinSize | Prototype: | static int realMinSize(const QDockAreaLayoutInfo &info) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 483-506 |
| | 15 | 5 |
replacePercentNName: | replacePercentN | Prototype: | static void replacePercentN(QString *result, int n) | Coverage: | 78.571% (11/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1934-1956 |
| | 15 | 5 |
setName: | set | Prototype: | static void set(QJustificationPoint *point, int type, const QGlyphLayout &glyph, QFontEngine *fe) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2142-2165 |
| | 15 | 4 |
simdDecodeAsciiName: | simdDecodeAscii | Prototype: | static inline bool simdDecodeAscii(ushort *&dst, const uchar *&nextAscii, const uchar *&src, const uchar *end) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 95-141 |
| | 15 | 4 |
stretchGradientToUserSpaceName: | stretchGradientToUserSpace | Prototype: | static inline QBrush stretchGradientToUserSpace(const QBrush &brush, const QRectF &boundingRect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 514-528 |
| | 15 | 1 |
unquoteName: | unquote | Prototype: | static QString unquote(const QStringRef &str) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 316-338 |
| | 15 | 5 |
unstylableName: | unstylable | Prototype: | static bool unstylable(const QWidget *w) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2389-2419 |
| | 15 | 7 |