| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 550-574 |
| | 19 | 6 |
qt_fetch_conical_gradient_template| Name: | qt_fetch_conical_gradient_template | | Prototype: | template <class GradientBase, typename BlendType> static inline const BlendType * qt_fetch_conical_gradient_template( BlendType *buffer, const QSpanData *data, int y, int x, int length) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 3649-3698 |
| | 30 | 6 |
qt_find_pattern| Name: | 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_intersect_spans| Name: | qt_intersect_spans | | Prototype: | static int qt_intersect_spans(QT_FT_Span *spans, int numSpans, const QRect &clip) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4019-4050 |
| | 23 | 6 |
qt_memfill16| Name: | qt_memfill16 | | Prototype: | void qt_memfill16(quint16 *dest, quint16 value, int count) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | | Lines: | 321-341 |
| | 12 | 6 |
qt_memfill_template| Name: | qt_memfill_template | | Prototype: | template <> inline void qt_memfill_template(quint16 *dest, quint16 value, int count) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 6288-6308 |
| | 10 | 6 |
qt_message_print| Name: | qt_message_print | | Prototype: | static void qt_message_print(QtMsgType msgType, const QMessageLogContext &context, const QString &message) | | Coverage: | 85.714% (18/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1633-1659 |
| | 11 | 6 |
qt_painter_thread_test| Name: | 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_qFindChildren_helper| Name: | qt_qFindChildren_helper | | Prototype: | void qt_qFindChildren_helper(const QObject *parent, const QString &name, const QMetaObject &mo, QList<void*> *list, Qt::FindChildOptions options) | | Coverage: | 95.000% (19/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1858-1874 |
| | 11 | 6 |
qt_qFindChildren_helper| Name: | qt_qFindChildren_helper | | Prototype: | void qt_qFindChildren_helper(const QObject *parent, const QRegularExpression &re, const QMetaObject &mo, QList<void*> *list, Qt::FindChildOptions options) | | Coverage: | 77.778% (14/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1903-1920 |
| | 12 | 6 |
qt_qdnsmailexchangerecord_sort| Name: | qt_qdnsmailexchangerecord_sort | | Prototype: | static void qt_qdnsmailexchangerecord_sort(QList<QDnsMailExchangeRecord> &records) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 65-92 |
| | 14 | 6 |
qt_regexp_toCanonical| Name: | qt_regexp_toCanonical | | Prototype: | QString qt_regexp_toCanonical(const QString &pattern, QRegExp::PatternSyntax patternSyntax) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1330-1345 |
| | 5 | 6 |
qt_safe_poll| Name: | qt_safe_poll | | Prototype: | int qt_safe_poll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout_ts) | | Coverage: | 72.222% (13/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcore_unix.cpp | | Lines: | 97-122 |
| | 12 | 6 |
qt_scrollRectInImage| Name: | qt_scrollRectInImage | | Prototype: | void __attribute__((visibility("default"))) qt_scrollRectInImage(QImage &img, const QRect &rect, const QPoint &offset) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 277-322 |
| | 28 | 6 |
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_span_clip| Name: | qt_span_clip | | Prototype: | static void qt_span_clip(int count, const QSpan *spans, void *userData) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4069-4106 |
| | 18 | 6 |
qt_string_count| Name: | qt_string_count | | Prototype: | static inline int qt_string_count(const QChar *unicode, int size, QChar ch, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10140-10158 |
| | 13 | 6 |
qt_tlw_for_window| Name: | qt_tlw_for_window | | Prototype: | QWidget *qt_tlw_for_window(QWindow *wnd) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2223-2242 |
| | 11 | 6 |
qt_u_strToCase| Name: | qt_u_strToCase | | Prototype: | static bool qt_u_strToCase(const QString &str, QString *out, const char *localeID, Ptr_u_strToCase caseFunc) | | Coverage: | 22.222% (4/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_icu.cpp | | Lines: | 54-92 |
| | 24 | 6 |
qt_urlRecode| Name: | qt_urlRecode | | Prototype: | int qt_urlRecode(QString &appendTo, const QChar *begin, const QChar *end, QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 582-604 |
| | 13 | 6 |
read_pbm_header| Name: | read_pbm_header | | Prototype: | static bool read_pbm_header(QIODevice *device, char& type, int& w, int& h, int& mcc) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | | Lines: | 96-121 |
| | 16 | 6 |
realMaxSize| Name: | realMaxSize | | Prototype: | static int realMaxSize(const QDockAreaLayoutInfo &info) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 508-534 |
| | 17 | 6 |
removeLayoutItemFromLayout| Name: | removeLayoutItemFromLayout | | Prototype: | static bool removeLayoutItemFromLayout(QGraphicsLayout *lay, QGraphicsLayoutItem *layoutItem) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout_p.cpp | | Lines: | 116-132 |
| | 11 | 6 |
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: | 1173-1196 |
| | 19 | 6 |
setFontStyleFromValue| Name: | setFontStyleFromValue | | Prototype: | static bool setFontStyleFromValue(const QCss::Value &value, QFont *font) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1139-1150 |
| | 8 | 6 |
setFontWeightFromValue| Name: | setFontWeightFromValue | | Prototype: | static bool setFontWeightFromValue(const QCss::Value &value, QFont *font) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1152-1166 |
| | 10 | 6 |
setTextTransformFromValue| Name: | setTextTransformFromValue | | Prototype: | static void setTextTransformFromValue(const QCss::Value &value, QFont *font) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1253-1263 |
| | 6 | 6 |
splitPolygon| Name: | splitPolygon | | Prototype: | static bool splitPolygon(const QPointF *points, int pointCount, QVector<QPointF> *upper, QVector<QPointF> *lower) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1802-1852 |
| | 29 | 6 |
themeDialogType| Name: | themeDialogType | | Prototype: | static inline int themeDialogType(const QDialog *dialog) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 64-87 |
| | 11 | 6 |
toDockPos| Name: | toDockPos | | Prototype: | static QInternal::DockPosition toDockPos(Qt::ToolBarArea area) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1056-1068 |
| | 7 | 6 |
toDockPos| Name: | toDockPos | | Prototype: | static QInternal::DockPosition toDockPos(Qt::DockWidgetArea area) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1307-1319 |
| | 7 | 6 |
toDockWidgetArea| Name: | toDockWidgetArea | | Prototype: | static Qt::DockWidgetArea toDockWidgetArea(QInternal::DockPosition pos) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1321-1333 |
| | 7 | 6 |
toToolBarArea| Name: | toToolBarArea | | Prototype: | static Qt::ToolBarArea toToolBarArea(QInternal::DockPosition pos) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1070-1080 |
| | 7 | 6 |
updateObjects| Name: | updateObjects | | Prototype: | static void updateObjects(const QList<const QObject *>& objects) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2668-2690 |
| | 14 | 6 |
validateToolBarArea| Name: | validateToolBarArea | | Prototype: | static inline void validateToolBarArea(Qt::ToolBarArea &area) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1043-1054 |
| | 3 | 6 |
widgetTexturesFor| Name: | widgetTexturesFor | | Prototype: | static QPlatformTextureList *widgetTexturesFor(QWidget *tlw, QWidget *widget) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 1011-1048 |
| | 10 | 6 |
xpm_color_name| Name: | xpm_color_name | | Prototype: | static const char* xpm_color_name(int cpp, int index) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1056-1085 |
| | 18 | 6 |
CapabilitiesToStateMask::CapabilitiesToStateMask| Name: | CapabilitiesToStateMask::CapabilitiesToStateMask | | Prototype: | CapabilitiesToStateMask(QBlittable::Capabilities capabilities) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 69-90 |
| | 12 | 7 |
ControllerWidget::mouseReleaseEvent| Name: | ControllerWidget::mouseReleaseEvent | | Prototype: | void ControllerWidget::mouseReleaseEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 615-641 |
| | 15 | 7 |
Declaration::brushValue| Name: | Declaration::brushValue | | Prototype: | QBrush Declaration::brushValue(const QPalette &pal) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1374-1396 |
| | 14 | 7 |
EqualRegion| Name: | EqualRegion | | Prototype: | static bool EqualRegion(const QRegionPrivate *r1, const QRegionPrivate *r2) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2680-2700 |
| | 14 | 7 |
InsertEdgeInET| Name: | InsertEdgeInET | | Prototype: | static void InsertEdgeInET(EdgeTable *ET, EdgeTableEntry *ETE, int scanline, ScanLineListBlock **SLLBlock, int *iSLLBlock) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 3144-3198 |
| | 31 | 7 |
Notify::checkEvent| Name: | Notify::checkEvent | | Prototype: | bool checkEvent(xcb_generic_event_t *event) const | | Coverage: | 52.632% (10/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 849-865 |
| | 14 | 7 |
Parser::parseExpr| Name: | Parser::parseExpr | | Prototype: | bool Parser::parseExpr(QVector<Value> *values) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2566-2586 |
| | 16 | 7 |
Parser::parseMedia| Name: | Parser::parseMedia | | Prototype: | bool Parser::parseMedia(MediaRule *mediaRule) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2266-2285 |
| | 12 | 7 |
Parser::parseNextDeclaration| Name: | Parser::parseNextDeclaration | | Prototype: | bool Parser::parseNextDeclaration(Declaration *decl) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2530-2541 |
| | 9 | 7 |
PointInRegion| Name: | PointInRegion | | Prototype: | static bool PointInRegion(QRegionPrivate *pRegion, int x, int y) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2702-2719 |
| | 13 | 7 |
QAbstractAnimation::setCurrentTime| Name: | QAbstractAnimation::setCurrentTime | | Prototype: | void QAbstractAnimation::setCurrentTime(int msecs) | | Coverage: | 100.000% (36/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 1301-1341 |
| | 23 | 7 |
QAbstractButton::timerEvent| Name: | QAbstractButton::timerEvent | | Prototype: | void QAbstractButton::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 1135-1154 |
| | 15 | 7 |
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: | 374-405 |
| | 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: | 3223-3251 |
| | 20 | 7 |
QAbstractItemModel::dropMimeData| Name: | QAbstractItemModel::dropMimeData | | Prototype: | bool QAbstractItemModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) | | Coverage: | 43.478% (10/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 1942-1965 |
| | 17 | 7 |
QAbstractItemView::dataChanged| Name: | QAbstractItemView::dataChanged | | Prototype: | void QAbstractItemView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3291-3326 |
| | 21 | 7 |
QAbstractItemViewPrivate::_q_scrollerStateChanged| Name: | QAbstractItemViewPrivate::_q_scrollerStateChanged | | Prototype: | void QAbstractItemViewPrivate::_q_scrollerStateChanged() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 202-230 |
| | 13 | 7 |
QAbstractItemViewPrivate::clearOrRemove| Name: | QAbstractItemViewPrivate::clearOrRemove | | Prototype: | void QAbstractItemViewPrivate::clearOrRemove() | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4270-4298 |
| | 18 | 7 |
QAbstractItemViewPrivate::contiguousSelectionCommand| Name: | QAbstractItemViewPrivate::contiguousSelectionCommand | | Prototype: | QItemSelectionModel::SelectionFlags QAbstractItemViewPrivate::contiguousSelectionCommand(const QModelIndex &index, const QEvent *event) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4079-4102 |
| | 12 | 7 |
QAbstractItemViewPrivate::position| Name: | QAbstractItemViewPrivate::position | | Prototype: | QAbstractItemView::DropIndicatorPosition QAbstractItemViewPrivate::position(const QPoint &pos, const QRect &rect, const QModelIndex &index) const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2191-2216 |
| | 16 | 7 |
QAbstractItemViewPrivate::shouldEdit| Name: | QAbstractItemViewPrivate::shouldEdit | | Prototype: | bool QAbstractItemViewPrivate::shouldEdit(QAbstractItemView::EditTrigger trigger, const QModelIndex &index) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4121-4139 |
| | 15 | 7 |
QAbstractSocketPrivate::_q_startConnecting| Name: | QAbstractSocketPrivate::_q_startConnecting | | Prototype: | void QAbstractSocketPrivate::_q_startConnecting(const QHostInfo &hostInfo) | | Coverage: | 86.364% (19/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 990-1051 |
| | 23 | 7 |
QAbstractSpinBox::setLineEdit| Name: | QAbstractSpinBox::setLineEdit | | Prototype: | void QAbstractSpinBox::setLineEdit(QLineEdit *lineEdit) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 672-706 |
| | 25 | 7 |
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: | 1674-1702 |
| | 20 | 7 |
QAccessibleAbstractScrollArea::elementType| Name: | QAccessibleAbstractScrollArea::elementType | | Prototype: | QAccessibleAbstractScrollArea::AbstractScrollAreaElement QAccessibleAbstractScrollArea::elementType(QWidget *widget) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | | Lines: | 447-465 |
| | 13 | 7 |
QAccessibleComboBox::text| Name: | QAccessibleComboBox::text | | Prototype: | QString QAccessibleComboBox::text(QAccessible::Text t) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | | Lines: | 310-337 |
| | 12 | 7 |
QAccessibleDisplay::role| Name: | QAccessibleDisplay::role | | Prototype: | QAccessible::Role QAccessibleDisplay::role() const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 389-411 |
| | 13 | 7 |
QAccessibleMdiSubWindow::state| Name: | QAccessibleMdiSubWindow::state | | Prototype: | QAccessible::State QAccessibleMdiSubWindow::state() const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 421-440 |
| | 16 | 7 |
QAccessibleTabButton::text| Name: | QAccessibleTabButton::text | | Prototype: | QString text(QAccessible::Text t) const override | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | | Lines: | 119-136 |
| | 9 | 7 |
QAccessibleTable::indexOfChild| Name: | QAccessibleTable::indexOfChild | | Prototype: | int QAccessibleTable::indexOfChild(const QAccessibleInterface *iface) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 421-447 |
| | 20 | 7 |
QAccessibleTextWidget::characterRect| Name: | QAccessibleTextWidget::characterRect | | Prototype: | QRect QAccessibleTextWidget::characterRect(int offset) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 660-701 |
| | 29 | 7 |
QAction::activate| Name: | QAction::activate | | Prototype: | void QAction::activate(ActionEvent event) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1154-1174 |
| | 14 | 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: | 175-202 |
| | 21 | 7 |
QApplication::widgetAt| Name: | QApplication::widgetAt | | Prototype: | QWidget *QApplication::widgetAt(const QPoint &p) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 934-969 |
| | 24 | 7 |
QApplicationPrivate::notify_helper| Name: | QApplicationPrivate::notify_helper | | Prototype: | bool QApplicationPrivate::notify_helper(QObject *receiver, QEvent * e) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3769-3802 |
| | 18 | 7 |
QArrayData::allocate| Name: | QArrayData::allocate | | Prototype: | QArrayData *QArrayData::allocate(size_t objectSize, size_t alignment, size_t capacity, AllocationOptions options) noexcept | | Coverage: | 86.364% (19/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | | Lines: | 66-123 |
| | 33 | 7 |
QAsn1Element::toInteger| Name: | QAsn1Element::toInteger | | Prototype: | qint64 QAsn1Element::toInteger(bool *ok) const | | Coverage: | 42.857% (9/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 274-296 |
| | 14 | 7 |
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: | 167-200 |
| | 20 | 7 |
QBasicTimer::start| Name: | QBasicTimer::start | | Prototype: | void QBasicTimer::start(int msec, Qt::TimerType timerType, QObject *obj) | | Coverage: | 52.632% (10/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qbasictimer.cpp | | Lines: | 149-173 |
| | 17 | 7 |
QBlitterPaintEngine::drawPixmap| Name: | QBlitterPaintEngine::drawPixmap | | Prototype: | void QBlitterPaintEngine::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 672-702 |
| | 21 | 7 |
QBrush::isOpaque| Name: | QBrush::isOpaque | | Prototype: | bool QBrush::isOpaque() const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 861-887 |
| | 18 | 7 |
QBspTree::climbTree| Name: | QBspTree::climbTree | | Prototype: | void QBspTree::climbTree(const QRect &area, callback *function, QBspTreeData data, int index) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | | Lines: | 77-100 |
| | 16 | 7 |
QCacheItem::canCompress| Name: | QCacheItem::canCompress | | Prototype: | bool QCacheItem::canCompress() const | | Coverage: | 60.000% (15/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 639-666 |
| | 19 | 7 |
QCalendarTextNavigator::eventFilter| Name: | QCalendarTextNavigator::eventFilter | | Prototype: | bool QCalendarTextNavigator::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 763-796 |
| | 17 | 7 |
QCalendarView::mouseReleaseEvent| Name: | QCalendarView::mouseReleaseEvent | | Prototype: | void QCalendarView::mouseReleaseEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1525-1551 |
| | 17 | 7 |
QCalendarWidget::event| Name: | QCalendarWidget::event | | Prototype: | bool QCalendarWidget::event(QEvent *event) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 3026-3052 |
| | 17 | 7 |
QCalendarWidgetPrivate::updateMonthMenu| Name: | QCalendarWidgetPrivate::updateMonthMenu | | Prototype: | void QCalendarWidgetPrivate::updateMonthMenu() | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1810-1833 |
| | 18 | 7 |
QColor::convertTo| Name: | QColor::convertTo | | Prototype: | QColor QColor::convertTo(QColor::Spec colorSpec) const noexcept | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1864-1881 |
| | 9 | 7 |
QColumnViewPrivate::doLayout| Name: | QColumnViewPrivate::doLayout | | Prototype: | void QColumnViewPrivate::doLayout() | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1098-1124 |
| | 18 | 7 |
QComboBox::wheelEvent| Name: | QComboBox::wheelEvent | | Prototype: | void QComboBox::wheelEvent(QWheelEvent *e) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3269-3296 |
| | 16 | 7 |
QComboBoxPrivate::setCurrentIndex| Name: | QComboBoxPrivate::setCurrentIndex | | Prototype: | void QComboBoxPrivate::setCurrentIndex(const QModelIndex &mi) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2104-2130 |
| | 17 | 7 |
QCommonStylePrivate::viewItemDrawText| Name: | QCommonStylePrivate::viewItemDrawText | | Prototype: | void QCommonStylePrivate::viewItemDrawText(QPainter *p, const QStyleOptionViewItem *option, const QRect &rect) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | | Lines: | 883-949 |
| | 54 | 7 |
QCompleter::pathFromIndex| Name: | QCompleter::pathFromIndex | | Prototype: | QString QCompleter::pathFromIndex(const QModelIndex& index) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1758-1800 |
| | 26 | 7 |
QCompleter::setPopup| Name: | QCompleter::setPopup | | Prototype: | void QCompleter::setPopup(QAbstractItemView *popup) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1190-1229 |
| | 29 | 7 |
QCompletionEngine::saveInCache| Name: | QCompletionEngine::saveInCache | | Prototype: | void QCompletionEngine::saveInCache(QString part, const QModelIndex& parent, const QMatchData& m) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 524-553 |
| | 21 | 7 |
QConfFileSettingsPrivate::QConfFileSettingsPrivate| Name: | QConfFileSettingsPrivate::QConfFileSettingsPrivate | | Prototype: | QConfFileSettingsPrivate::QConfFileSettingsPrivate(QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | | Coverage: | 94.737% (18/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1115-1154 |
| | 22 | 7 |
QConfFileSettingsPrivate::ensureSectionParsed| Name: | QConfFileSettingsPrivate::ensureSectionParsed | | Prototype: | void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile, const QSettingsKey &key) const | | Coverage: | 87.500% (21/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1895-1920 |
| | 17 | 7 |
QConfFileSettingsPrivate::~QConfFileSettingsPrivate| Name: | QConfFileSettingsPrivate::~QConfFileSettingsPrivate | | Prototype: | QConfFileSettingsPrivate::~QConfFileSettingsPrivate() | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1168-1200 |
| | 16 | 7 |
QDBusBlockingCallWatcher::QDBusBlockingCallWatcher| Name: | QDBusBlockingCallWatcher::QDBusBlockingCallWatcher | | Prototype: | QDBusBlockingCallWatcher(const QDBusMessage &message) | | Coverage: | 54.545% (12/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1963-2016 |
| | 23 | 7 |
QDBusConnection::objectRegisteredAt| Name: | QDBusConnection::objectRegisteredAt | | Prototype: | QObject *QDBusConnection::objectRegisteredAt(const QString &path) const | | Coverage: | 77.778% (21/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1004-1035 |
| | 28 | 7 |
QDBusConnectionPrivate::handleObjectCall| Name: | QDBusConnectionPrivate::handleObjectCall | | Prototype: | void QDBusConnectionPrivate::handleObjectCall(const QDBusMessage &msg) | | Coverage: | 90.000% (18/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1525-1588 |
| | 33 | 7 |
QDBusConnectionPrivate::sendInternal| Name: | QDBusConnectionPrivate::sendInternal | | Prototype: | void QDBusConnectionPrivate::sendInternal(QDBusPendingCallPrivate *pcall, void *message, int timeout) | | Coverage: | 75.000% (18/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2155-2193 |
| | 21 | 7 |
QDBusConnectionPrivate::~QDBusConnectionPrivate| Name: | QDBusConnectionPrivate::~QDBusConnectionPrivate | | Prototype: | QDBusConnectionPrivate::~QDBusConnectionPrivate() | | Coverage: | 26.087% (6/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1062-1089 |
| | 19 | 7 |