| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTextDocumentLayout::hitTest| Name: | QTextDocumentLayout::hitTest | | Prototype: | int QTextDocumentLayout::hitTest(const QPointF &point, Qt::HitTestAccuracy accuracy) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 3009-3033 |
| | 19 | 5 |
QTextDocumentLayoutPrivate::drawBorder| Name: | QTextDocumentLayoutPrivate::drawBorder | | Prototype: | void QTextDocumentLayoutPrivate::drawBorder(QPainter *painter, const QRectF &rect, qreal topMargin, qreal bottomMargin, qreal border, const QBrush &brush, QTextFrameFormat::BorderStyle style) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 822-864 |
| | 19 | 5 |
QTextDocumentPrivate::insertFrame| Name: | QTextDocumentPrivate::insertFrame | | Prototype: | QTextFrame *QTextDocumentPrivate::insertFrame(int start, int end, const QTextFrameFormat &format) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1538-1569 |
| | 19 | 2 |
QTextEditPrivate::_q_ensureVisible| Name: | QTextEditPrivate::_q_ensureVisible | | Prototype: | void QTextEditPrivate::_q_ensureVisible(const QRectF &_rect) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 311-337 |
| | 19 | 8 |
QTextEngine::adjustUnderlines| Name: | QTextEngine::adjustUnderlines | | Prototype: | void QTextEngine::adjustUnderlines() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3396-3424 |
| | 19 | 4 |
QTextEngine::shapeLine| Name: | QTextEngine::shapeLine | | Prototype: | void QTextEngine::shapeLine(const QScriptLine &line) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 917-945 |
| | 19 | 6 |
QTextHtmlExporter::findUrlForImage| Name: | QTextHtmlExporter::findUrlForImage | | Prototype: | QString QTextHtmlExporter::findUrlForImage(const QTextDocument *doc, qint64 cacheKey, bool isPixmap) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 2954-2985 |
| | 19 | 10 |
QTextLayout::nextCursorPosition| Name: | QTextLayout::nextCursorPosition | | Prototype: | int QTextLayout::nextCursorPosition(int oldPos, CursorMode mode) const | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 683-710 |
| | 19 | 8 |
QTextLayout::previousCursorPosition| Name: | QTextLayout::previousCursorPosition | | Prototype: | int QTextLayout::previousCursorPosition(int oldPos, CursorMode mode) const | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 719-747 |
| | 19 | 8 |
QTextOdfWriter::writeFormats| Name: | QTextOdfWriter::writeFormats | | Prototype: | void QTextOdfWriter::writeFormats(QXmlStreamWriter &writer, const QSet<int> &formats) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 408-438 |
| | 19 | 8 |
QTextStreamPrivate::flushWriteBuffer| Name: | QTextStreamPrivate::flushWriteBuffer | | Prototype: | void QTextStreamPrivate::flushWriteBuffer() | | Coverage: | 86.207% (25/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 541-615 |
| | 19 | 7 |
QThreadStorageData::set| Name: | QThreadStorageData::set | | Prototype: | void **QThreadStorageData::set(void *p) | | Coverage: | 60.000% (9/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthreadstorage.cpp | | Lines: | 129-164 |
| | 19 | 5 |
QToolBarAreaLayout::indexOf| Name: | QToolBarAreaLayout::indexOf | | Prototype: | QList<int> QToolBarAreaLayout::indexOf(QWidget *toolBar) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 990-1024 |
| | 19 | 7 |
QToolBox::setItemEnabled| Name: | QToolBox::setItemEnabled | | Prototype: | void QToolBox::setItemEnabled(int index, bool enabled) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | | Lines: | 558-586 |
| | 19 | 8 |
QTransform::scale| Name: | QTransform::scale | | Prototype: | QTransform & QTransform::scale(qreal sx, qreal sy) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 477-511 |
| | 19 | 10 |
QTreeModel::setColumnCount| Name: | QTreeModel::setColumnCount | | Prototype: | void QTreeModel::setColumnCount(int columns) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 176-202 |
| | 19 | 6 |
QTreeView::expand| Name: | QTreeView::expand | | Prototype: | void QTreeView::expand(const QModelIndex &index) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 761-787 |
| | 19 | 9 |
QTreeView::setFirstColumnSpanned| Name: | QTreeView::setFirstColumnSpanned | | Prototype: | void QTreeView::setFirstColumnSpanned(int row, const QModelIndex &parent, bool span) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 652-678 |
| | 19 | 7 |
QTreeViewPrivate::firstVisibleItem| Name: | QTreeViewPrivate::firstVisibleItem | | Prototype: | int QTreeViewPrivate::firstVisibleItem(int *offset) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 3614-3641 |
| | 19 | 9 |
QTreeViewPrivate::itemDecorationRect| Name: | QTreeViewPrivate::itemDecorationRect | | Prototype: | QRect QTreeViewPrivate::itemDecorationRect(const QModelIndex &index) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 3756-3781 |
| | 19 | 4 |
QTreeWidgetItem::takeChild| Name: | QTreeWidgetItem::takeChild | | Prototype: | QTreeWidgetItem *QTreeWidgetItem::takeChild(int index) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 1953-1983 |
| | 19 | 7 |
QTriangulator::ComplexToSimple::decompose| Name: | QTriangulator::ComplexToSimple::decompose | | Prototype: | template <typename T> void QTriangulator<T>::ComplexToSimple::decompose() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 927-956 |
| | 19 | 5 |
QTriangulator::SimpleToMonotone::createDiagonal| Name: | QTriangulator::SimpleToMonotone::createDiagonal | | Prototype: | template <typename T> void QTriangulator<T>::SimpleToMonotone::createDiagonal(int lower, int upper) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 1990-2016 |
| | 19 | 1 |
QTriangulator::triangulate| Name: | QTriangulator::triangulate | | Prototype: | template <typename T> QVertexSet<T> QTriangulator<T>::triangulate() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 783-811 |
| | 19 | 5 |
QUnifiedTimer::updateAnimationTimers| Name: | QUnifiedTimer::updateAnimationTimers | | Prototype: | void QUnifiedTimer::updateAnimationTimers(qint64) | | Coverage: | 60.870% (14/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 295-331 |
| | 19 | 7 |
QUrl::fromUserInput| Name: | QUrl::fromUserInput | | Prototype: | QUrl QUrl::fromUserInput(const QString &userInput) | | Coverage: | 92.308% (24/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4256-4295 |
| | 19 | 8 |
QUrlModel::setFileSystemModel| Name: | QUrlModel::setFileSystemModel | | Prototype: | void QUrlModel::setFileSystemModel(QFileSystemModel *model) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines: | 291-314 |
| | 19 | 4 |
QWellArray::paintCell| Name: | QWellArray::paintCell | | Prototype: | void QWellArray::paintCell(QPainter* p, int row, int col, const QRect &rect) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 325-350 |
| | 19 | 3 |
QWidget::grab| Name: | QWidget::grab | | Prototype: | QPixmap QWidget::grab(const QRect &rectangle) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5228-5257 |
| | 19 | 5 |
QWidgetAnimator::animate| Name: | QWidgetAnimator::animate | | Prototype: | void QWidgetAnimator::animate(QWidget *widget, const QRect &_final_geometry, bool animate) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | | Lines: | 74-109 |
| | 19 | 4 |
QWidgetItem::heightForWidth| Name: | QWidgetItem::heightForWidth | | Prototype: | int QWidgetItem::heightForWidth(int w) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 530-557 |
| | 19 | 6 |
QWidgetPrivate::sendPendingMoveAndResizeEvents| Name: | QWidgetPrivate::sendPendingMoveAndResizeEvents | | Prototype: | void QWidgetPrivate::sendPendingMoveAndResizeEvents(bool recursive, bool disableUpdates) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7767-7797 |
| | 19 | 8 |
QWidgetTextControl::anchorPosition| Name: | QWidgetTextControl::anchorPosition | | Prototype: | QPointF QWidgetTextControl::anchorPosition(const QString &name) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 3001-3028 |
| | 19 | 7 |
QWidgetWindow::handleExposeEvent| Name: | QWidgetWindow::handleExposeEvent | | Prototype: | void QWidgetWindow::handleExposeEvent(QExposeEvent *event) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 876-915 |
| | 19 | 7 |
QWindowPrivate::create| Name: | QWindowPrivate::create | | Prototype: | void QWindowPrivate::create(bool recursive) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 391-419 |
| | 19 | 7 |
QXcbDrag::startDrag| Name: | QXcbDrag::startDrag | | Prototype: | void QXcbDrag::startDrag() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 185-213 |
| | 19 | 6 |
QXcbIntegration::wmClass| Name: | QXcbIntegration::wmClass | | Prototype: | QByteArray QXcbIntegration::wmClass() const | | Coverage: | 60.714% (17/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 415-444 |
| | 19 | 8 |
QXcbNativeInterface::nativeResourceForIntegration| Name: | QXcbNativeInterface::nativeResourceForIntegration | | Prototype: | void *QXcbNativeInterface::nativeResourceForIntegration(const QByteArray &resourceString) | | Coverage: | 22.222% (4/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 168-199 |
| | 19 | 9 |
QXcbSystemTrayTracker::visualHasAlphaChannel| Name: | QXcbSystemTrayTracker::visualHasAlphaChannel | | Prototype: | bool QXcbSystemTrayTracker::visualHasAlphaChannel() | | Coverage: | 46.667% (7/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp | | Lines: | 170-202 |
| | 19 | 5 |
QXcbWMSupport::updateNetWMAtoms| Name: | QXcbWMSupport::updateNetWMAtoms | | Prototype: | void QXcbWMSupport::updateNetWMAtoms() | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwmsupport.cpp | | Lines: | 55-83 |
| | 19 | 4 |
QXmlSimpleReaderPrivate::next| Name: | QXmlSimpleReaderPrivate::next | | Prototype: | void QXmlSimpleReaderPrivate::next() | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7761-7792 |
| | 19 | 7 |
QXmlStreamReaderPrivate::resolveDtd| Name: | QXmlStreamReaderPrivate::resolveDtd | | Prototype: | void QXmlStreamReaderPrivate::resolveDtd() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1681-1705 |
| | 19 | 3 |
QXmlUtils::rangeContains| Name: | QXmlUtils::rangeContains | | Prototype: | bool QXmlUtils::rangeContains(RangeIter begin, RangeIter end, const QChar c) | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 59-93 |
| | 19 | 8 |
SegmentTree::SegmentTree| Name: | SegmentTree::SegmentTree | | Prototype: | SegmentTree::SegmentTree(QPathSegments &segments) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 273-303 |
| | 19 | 6 |
ValueExtractor::extractBox| Name: | ValueExtractor::extractBox | | Prototype: | bool ValueExtractor::extractBox(int *margins, int *paddings, int *spacing) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 517-543 |
| | 19 | 15 |
_q_uuidFromHex| Name: | _q_uuidFromHex | | Prototype: | template <class Char> bool _q_uuidFromHex(const Char *&src, uint &d1, ushort &d2, ushort &d3, uchar (&d4)[8]) | | Coverage: | 68.571% (24/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 94-118 |
| | 19 | 3 |
alphaMapFromGlyphData| Name: | alphaMapFromGlyphData | | Prototype: | static inline QImage alphaMapFromGlyphData(QFontEngineFT::Glyph *glyph, QFontEngine::GlyphFormat glyphFormat) | | Coverage: | 73.684% (14/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1717-1745 |
| | 19 | 7 |
bestStyle| Name: | bestStyle | | Prototype: | static QtFontStyle *bestStyle(QtFontFoundry *foundry, const QtFontStyle::Key &styleKey, const QString &styleName = QString()) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1030-1067 |
| | 19 | 7 |
buildReverseMap| Name: | buildReverseMap | | Prototype: | static QByteArray *buildReverseMap(int forwardIndex) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | | Lines: | 612-635 |
| | 19 | 7 |
createSequence| Name: | createSequence | | Prototype: | static AnchorData *createSequence(Graph<AnchorVertex, AnchorData> *graph, AnchorVertex *before, const QVector<AnchorVertex*> &vertices, AnchorVertex *after) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 738-780 |
| | 19 | 2 |
deflate| Name: | deflate | | Prototype: | static int deflate (Bytef *dest, ulong *destLen, const Bytef *source, ulong sourceLen) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 158-185 |
| | 19 | 4 |
fallbacksForFamily| Name: | fallbacksForFamily | | Prototype: | static QStringList fallbacksForFamily(const QString &family, QFont::Style style, QFont::StyleHint styleHint, QChar::Script script) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 846-878 |
| | 19 | 7 |
findNearestColor| Name: | findNearestColor | | Prototype: | static inline QRgb findNearestColor(QRgb color, QRasterBuffer *rbuf) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1107-1132 |
| | 19 | 2 |
getEscape| Name: | getEscape | | Prototype: | static int getEscape(const QChar *uc, int *pos, int len, int maxNumber = 999) | | Coverage: | 80.952% (17/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7817-7841 |
| | 19 | 7 |
getImage| Name: | getImage | | Prototype: | static QImage getImage(QTextDocument *doc, const QTextImageFormat &format, const qreal devicePixelRatio = 1.0) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | | Lines: | 155-192 |
| | 19 | 7 |
gray_render_span| Name: | gray_render_span | | Prototype: | static void gray_render_span( int count, const QT_FT_Span* spans, PWorker worker ) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 1111-1157 |
| | 19 | 13 |
gray_split_cubic| Name: | gray_split_cubic | | Prototype: | static void gray_split_cubic( QT_FT_Vector* base ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 940-965 |
| | 19 | 1 |
intersectPath| Name: | intersectPath | | Prototype: | QPainterPath intersectPath(const QPainterPath &path, const QRectF &rect) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 2085-2112 |
| | 19 | 8 |
mapToGlobalTransform| Name: | mapToGlobalTransform | | Prototype: | static MapToGlobalTransformResult mapToGlobalTransform(const QWidget *w) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12377-12406 |
| | 19 | 7 |
mask_alpha_converter_inplace| Name: | mask_alpha_converter_inplace | | Prototype: | template<QImage::Format DestFormat> static bool mask_alpha_converter_inplace(QImageData *data, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 1064-1083 |
| | 19 | 3 |
miIntersectO| Name: | miIntersectO | | Prototype: | static void miIntersectO(QRegionPrivate &dest, const QRect *r1, const QRect *r1End, const QRect *r2, const QRect *r2End, int y1, int y2) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 1931-1973 |
| | 19 | 6 |
operator/| Name: | operator/ | | Prototype: | QMatrix4x4 operator/(const QMatrix4x4& matrix, float divisor) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 778-799 |
| | 19 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &s, const QIcon &icon) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1255-1283 |
| | 19 | 6 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QGLFormat &f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 1625-1648 |
| | 19 | 1 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &stream, QEasingCurve &easing) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1470-1494 |
| | 19 | 2 |
qConvertToNumber| Name: | qConvertToNumber | | Prototype: | static qlonglong qConvertToNumber(const QVariant::Private *d, bool *ok) | | Coverage: | 89.583% (43/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 193-246 |
| | 19 | 25 |
qConvertToUnsignedNumber| Name: | qConvertToUnsignedNumber | | Prototype: | static qulonglong qConvertToUnsignedNumber(const QVariant::Private *d, bool *ok) | | Coverage: | 85.417% (41/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 268-320 |
| | 19 | 25 |
qDetectCpuFeatures| Name: | qDetectCpuFeatures | | Prototype: | void qDetectCpuFeatures() | | Coverage: | 21.739% (5/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines: | 649-709 |
| | 19 | 7 |
qDrawWinShades| Name: | qDrawWinShades | | Prototype: | static void qDrawWinShades(QPainter *p, int x, int y, int w, int h, const QColor &c1, const QColor &c2, const QColor &c3, const QColor &c4, const QBrush *fill) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | | Lines: | 378-404 |
| | 19 | 4 |
qt_bitmapblit16_sse2| Name: | qt_bitmapblit16_sse2 | | Prototype: | void qt_bitmapblit16_sse2(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *src, int width, int height, int stride) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | | Lines: | 401-429 |
| | 19 | 4 |
qt_draw_tile| Name: | qt_draw_tile | | Prototype: | void qt_draw_tile(QPaintEngine *gc, qreal x, qreal y, qreal w, qreal h, const QPixmap &pixmap, qreal xOffset, qreal yOffset) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 541-565 |
| | 19 | 6 |
qt_fusion_gradient| Name: | qt_fusion_gradient | | Prototype: | static QLinearGradient qt_fusion_gradient(const QRect &rect, const QBrush &baseColor, Direction direction = TopDown) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp | | Lines: | 232-266 |
| | 19 | 7 |
qt_getDefaultJustificationOpportunities| Name: | qt_getDefaultJustificationOpportunities | | Prototype: | static inline void qt_getDefaultJustificationOpportunities(const ushort *string, int length, QGlyphLayout g, ushort *log_clusters, int spaceAs) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 840-872 |
| | 19 | 8 |
qt_gradient_quint16| Name: | qt_gradient_quint16 | | Prototype: | static void qt_gradient_quint16(int count, const QSpan *spans, void *userData) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 5616-5661 |
| | 19 | 3 |
qt_palette_from_color| Name: | qt_palette_from_color | | Prototype: | static void qt_palette_from_color(QPalette &pal, const QColor &button) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 60-82 |
| | 19 | 1 |
qt_readEscapedFormatString| Name: | qt_readEscapedFormatString | | Prototype: | QString qt_readEscapedFormatString(const QString &format, int *idx) | | Coverage: | 71.429% (15/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 487-519 |
| | 19 | 7 |
qt_t_for_arc_angle| Name: | qt_t_for_arc_angle | | Prototype: | qreal qt_t_for_arc_angle(qreal angle) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 787-830 |
| | 19 | 3 |
qt_urlRecodeByteArray| Name: | qt_urlRecodeByteArray | | Prototype: | QString qt_urlRecodeByteArray(const QByteArray &ba) | | Coverage: | 89.474% (17/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 587-624 |
| | 19 | 7 |
qt_xcb_imageFormatForVisual| Name: | qt_xcb_imageFormatForVisual | | Prototype: | QImage::Format qt_xcb_imageFormatForVisual(QXcbConnection *connection, uint8_t depth, const xcb_visualtype_t *visual) | | Coverage: | 18.033% (11/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbimage.cpp | | Lines: | 51-80 |
| | 19 | 7 |
resolveLibraryInternal| Name: | resolveLibraryInternal | | Prototype: | static bool resolveLibraryInternal() | | Coverage: | 41.667% (10/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo_unix.cpp | | Lines: | 88-123 |
| | 19 | 9 |
setFontFamilyFromValues| Name: | setFontFamilyFromValues | | Prototype: | static bool setFontFamilyFromValues(const QVector<QCss::Value> &values, QFont *font, int start = 0) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1166-1189 |
| | 19 | 6 |
xdndProxy| Name: | xdndProxy | | Prototype: | static xcb_window_t xdndProxy(QXcbConnection *c, xcb_window_t w) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 87-118 |
| | 19 | 5 |
BezierEase::_cos| Name: | BezierEase::_cos | | Prototype: | qreal static inline _cos(qreal x) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 664-695 |
| | 20 | 6 |
Declaration::colorValues| Name: | Declaration::colorValues | | Prototype: | void Declaration::colorValues(QColor *c, const QPalette &pal) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1519-1550 |
| | 20 | 10 |
IconTiler::rearrange| Name: | IconTiler::rearrange | | Prototype: | void IconTiler::rearrange(QList<QWidget *> &widgets, const QRect &domain) const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 377-403 |
| | 20 | 6 |
PathSimplifier::splitCubic| Name: | PathSimplifier::splitCubic | | Prototype: | inline bool PathSimplifier::splitCubic(const QPoint &u, const QPoint &v, const QPoint &w, const QPoint &q, QPoint *result) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 1553-1576 |
| | 20 | 1 |
QAbstractButtonPrivate::click| Name: | QAbstractButtonPrivate::click | | Prototype: | void QAbstractButtonPrivate::click() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 367-398 |
| | 20 | 7 |
QAbstractItemModel::changePersistentIndexList| Name: | QAbstractItemModel::changePersistentIndexList | | Prototype: | void QAbstractItemModel::changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to) | | Coverage: | 89.474% (17/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3186-3214 |
| | 20 | 7 |
QAbstractItemView::focusInEvent| Name: | QAbstractItemView::focusInEvent | | Prototype: | void QAbstractItemView::focusInEvent(QFocusEvent *event) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2175-2205 |
| | 20 | 6 |
QAbstractScrollArea::keyPressEvent| Name: | QAbstractScrollArea::keyPressEvent | | Prototype: | void QAbstractScrollArea::keyPressEvent(QKeyEvent * e) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1338-1394 |
| | 20 | 8 |
QAbstractSpinBox::initStyleOption| Name: | QAbstractSpinBox::initStyleOption | | Prototype: | void QAbstractSpinBox::initStyleOption(QStyleOptionSpinBox *option) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1628-1658 |
| | 20 | 6 |
QAbstractSpinBoxPrivate::bound| Name: | QAbstractSpinBoxPrivate::bound | | Prototype: | QVariant QAbstractSpinBoxPrivate::bound(const QVariant &val, const QVariant &old, int steps) const | | Coverage: | 0.000% (0/64) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1668-1696 |
| | 20 | 7 |
QAccessibleTable::indexOfChild| Name: | QAccessibleTable::indexOfChild | | Prototype: | int QAccessibleTable::indexOfChild(const QAccessibleInterface *iface) const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 415-441 |
| | 20 | 7 |
QActionGroup::addAction| Name: | QActionGroup::addAction | | Prototype: | QAction *QActionGroup::addAction(QAction* a) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | | Lines: | 169-195 |
| | 20 | 7 |
QActionPrivate::redoGrabAlternate| Name: | QActionPrivate::redoGrabAlternate | | Prototype: | void QActionPrivate::redoGrabAlternate(QShortcutMap &map) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 135-164 |
| | 20 | 10 |
QAlphaPaintEngine::begin| Name: | QAlphaPaintEngine::begin | | Prototype: | bool QAlphaPaintEngine::begin(QPaintDevice *pdev) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_alpha.cpp | | Lines: | 58-88 |
| | 20 | 2 |
QArrayData::deallocate| Name: | QArrayData::deallocate | | Prototype: | void QArrayData::deallocate(QArrayData *data, size_t objectSize, size_t alignment) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | | Lines: | 127-143 |
| | 20 | 2 |
QBackingStore::beginPaint| Name: | QBackingStore::beginPaint | | Prototype: | void QBackingStore::beginPaint(const QRegion ®ion) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 161-194 |
| | 20 | 7 |
QBenchmarkValgrindUtils::runCallgrindSubProcess| Name: | QBenchmarkValgrindUtils::runCallgrindSubProcess | | Prototype: | bool QBenchmarkValgrindUtils::runCallgrindSubProcess(const QStringList &origAppArgs, int &exitCode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 165-194 |
| | 20 | 3 |
QBmpHandler::option| Name: | QBmpHandler::option | | Prototype: | QVariant QBmpHandler::option(ImageOption option) const | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 855-885 |
| | 20 | 13 |