Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
isAncestorFrameName: | isAncestorFrame | Prototype: | static bool isAncestorFrame(QTextFrame *possibleAncestor, QTextFrame *child) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | Lines: | 559-567 |
| | 5 | 3 |
isChildOfTabbedQMdiAreaName: | isChildOfTabbedQMdiArea | Prototype: | static inline bool isChildOfTabbedQMdiArea(const QMdiSubWindow *child) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 225-233 |
| | 5 | 3 |
isDescendantName: | isDescendant | Prototype: | static inline bool isDescendant(const QAbstractState *state1, const QAbstractState *state2) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 283-293 |
| | 5 | 3 |
isEmptyBlockAfterTableName: | isEmptyBlockAfterTable | Prototype: | static inline bool isEmptyBlockAfterTable(const QTextBlock &block, const QTextFrame *previousFrame) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 301-308 |
| | 5 | 1 |
isEmptyBlockBeforeTableName: | isEmptyBlockBeforeTable | Prototype: | static inline bool isEmptyBlockBeforeTable(QTextFrame::Iterator it) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 292-299 |
| | 5 | 2 |
isOrderedListName: | isOrderedList | Prototype: | static bool isOrderedList(int style) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2717-2724 |
| | 5 | 1 |
isRecursiveName: | isRecursive | Prototype: | static inline bool isRecursive(QMutexData *d) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 53-64 |
| | 5 | 2 |
isValidCharacterName: | isValidCharacter | Prototype: | static inline bool isValidCharacter(QChar c) | Coverage: | 94.118% (16/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 56-63 |
| | 5 | 1 |
isValidCharacterNoDashName: | isValidCharacterNoDash | Prototype: | static inline bool isValidCharacterNoDash(QChar c) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 47-54 |
| | 5 | 1 |
is_xpm_color_spec_prefixName: | is_xpm_color_spec_prefix | Prototype: | static bool is_xpm_color_spec_prefix(const QByteArray& prefix) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 822-829 |
| | 5 | 1 |
lengthValueFromDataName: | lengthValueFromData | Prototype: | static int lengthValueFromData(const LengthData& data, const QFont& f) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 417-424 |
| | 5 | 3 |
localHostNameName: | localHostName | Prototype: | static QByteArray localHostName() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | Lines: | 72-79 |
| | 5 | 2 |
makeCacheKeyName: | makeCacheKey | Prototype: | static QByteArray makeCacheKey(const QUrl &url) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessftpbackend.cpp | Lines: | 48-55 |
| | 5 | 1 |
mapHomogeneousName: | mapHomogeneous | Prototype: | static inline QHomogeneousCoordinate mapHomogeneous(const QTransform &transform, const QPointF &p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 1528-1535 |
| | 5 | 1 |
massageAdjustedDateTimeName: | massageAdjustedDateTime | Prototype: | static void massageAdjustedDateTime(Qt::TimeSpec spec, const QTimeZone &zone, QDate *date, QTime *time) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3679-3706 |
| | 5 | 3 |
msgSyntaxWarningName: | msgSyntaxWarning | Prototype: | static QString msgSyntaxWarning(const QJsonObject &object, const QString &what) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 312-319 |
| | 5 | 1 |
nextListStyleName: | nextListStyle | Prototype: | static QTextListFormat::Style nextListStyle(QTextListFormat::Style style) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 405-412 |
| | 5 | 3 |
operator+=Name: | operator+= | Prototype: | static QVariantMap &operator+=(QVariantMap &lhs, const QVariantMap &rhs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | Lines: | 433-440 |
| | 5 | 2 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QQuaternion &q) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | Lines: | 989-996 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QVector4D &vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | Lines: | 574-581 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, QOpenGLDebugMessage::Source source) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 1047-1054 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, QOpenGLDebugMessage::Type type) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 1062-1069 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, QOpenGLDebugMessage::Severity severity) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 1077-1084 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug __attribute__((visibility("default"))) &operator<<(QDebug &s, const QVectorPath &path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 132-139 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug s, const QPainterPath &p) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3464-3473 |
| | 5 | 2 |
operator<<Name: | operator<< | Prototype: | const QDBusArgument &operator<<(QDBusArgument &argument, const QXdgDBusImageVector &iconVector) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustraytypes.cpp | Lines: | 143-151 |
| | 5 | 2 |
operator<<Name: | operator<< | Prototype: | QDBusArgument &operator<<(QDBusArgument &argument, const QSpiObjectReference &address) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/struct_marshallers.cpp | Lines: | 88-95 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDBusArgument &operator<<(QDBusArgument &argument, const QSpiEventListener &ev) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/struct_marshallers.cpp | Lines: | 130-137 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QSqlError &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | Lines: | 40-47 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, const QDockAreaLayout &layout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 151-158 |
| | 5 | 1 |
operator<<Name: | operator<< | Prototype: | QDataStream &operator<<(QDataStream &out, const QUrl &url) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 3908-3915 |
| | 5 | 2 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, const QMimeType &mime) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | Lines: | 455-464 |
| | 5 | 2 |
operator<<Name: | operator<< | Prototype: | QDataStream &operator<<(QDataStream &out, const QBitArray &ba) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | Lines: | 700-707 |
| | 5 | 2 |
operator==Name: | operator== | Prototype: | bool operator==(const QGridLayoutBox &box1, const QGridLayoutBox &box2) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 135-143 |
| | 5 | 3 |
operator>>Name: | operator>> | Prototype: | const QDBusArgument &operator>>(const QDBusArgument &argument, QSpiObjectReference &address) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/struct_marshallers.cpp | Lines: | 97-104 |
| | 5 | 1 |
operator>>Name: | operator>> | Prototype: | const QDBusArgument &operator>>(const QDBusArgument &argument, QSpiEventListener &ev) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/struct_marshallers.cpp | Lines: | 139-146 |
| | 5 | 1 |
operator>>Name: | operator>> | Prototype: | QDataStream &operator>>(QDataStream &stream, QLine &line) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 287-295 |
| | 5 | 1 |
operator>>Name: | operator>> | Prototype: | QDataStream &operator>>(QDataStream &stream, QLineF &line) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 848-856 |
| | 5 | 1 |
panOffsetName: | panOffset | Prototype: | static QPointF panOffset(const QList<QTouchEvent::TouchPoint> &touchPoints, int maxCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 66-73 |
| | 5 | 2 |
parentObjectName: | parentObject | Prototype: | static inline QObject *parentObject(const QObject *obj) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1410-1418 |
| | 5 | 3 |
postEventSourceDispatchName: | postEventSourceDispatch | Prototype: | static gboolean postEventSourceDispatch(GSource *s, GSourceFunc, gpointer) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 266-273 |
| | 5 | 1 |
prepareIdentifierName: | prepareIdentifier | Prototype: | static QString prepareIdentifier(const QString &identifier, QSqlDriver::IdentifierType type, const QSqlDriver *driver) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldriver.cpp | Lines: | 45-54 |
| | 5 | 2 |
qAllocMoreName: | qAllocMore | Prototype: | int qAllocMore(int alloc, int extra) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 125-135 |
| | 5 | 1 |
qDBusInterfaceInObjectName: | qDBusInterfaceInObject | Prototype: | bool qDBusInterfaceInObject(QObject *obj, const QString &interface_name) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmisc.cpp | Lines: | 105-112 |
| | 5 | 3 |
qDBusUpdateDispatchStatusName: | qDBusUpdateDispatchStatus | Prototype: | static void qDBusUpdateDispatchStatus(DBusConnection *connection, DBusDispatchStatus new_status, void *data) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 280-287 |
| | 5 | 2 |
qHashName: | qHash | Prototype: | static uint qHash(const QRegExpEngineKey &key, uint seed = 0) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 890-897 |
| | 5 | 1 |
qMetaTypeStaticTypeName: | qMetaTypeStaticType | Prototype: | static inline int qMetaTypeStaticType(const char *typeName, int length) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 860-868 |
| | 5 | 2 |
qRegisterGuiGetInterpolatorName: | qRegisterGuiGetInterpolator | Prototype: | void qRegisterGuiGetInterpolator() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/animation/qguivariantanimation.cpp | Lines: | 59-66 |
| | 5 | 1 |
qSelectionPersistentindexesName: | qSelectionPersistentindexes | Prototype: | static QVector<QPersistentModelIndex> qSelectionPersistentindexes(const QItemSelection &sel) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 473-480 |
| | 5 | 2 |
qStringFromUcs2LeName: | qStringFromUcs2Le | Prototype: | static QString qStringFromUcs2Le(QByteArray src) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | Lines: | 1088-1096 |
| | 5 | 2 |
qTraverseKdPointTreeName: | qTraverseKdPointTree | Prototype: | template <typename T> void qTraverseKdPointTree(QKdPointTree::Node &node, T &t, int depth = 0) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 640-653 |
| | 5 | 3 |
qVectorToSetName: | qVectorToSet | Prototype: | static inline QSet<int> qVectorToSet(const QVector<int> &vector) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 53-60 |
| | 5 | 2 |
q_configFromGLFormatName: | q_configFromGLFormat | Prototype: | EGLConfig q_configFromGLFormat(EGLDisplay display, const QSurfaceFormat &format, bool highestPixelFormat, int surfaceType) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | Lines: | 336-344 |
| | 5 | 1 |
q_printEglConfigName: | q_printEglConfig | Prototype: | void q_printEglConfig(EGLDisplay display, EGLConfig config) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | Lines: | 440-449 |
| | 5 | 3 |
q_round_boundName: | q_round_bound | Prototype: | inline int q_round_bound(qreal d) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 297-304 |
| | 5 | 3 |
qdtoaName: | qdtoa | Prototype: | char *qdtoa ( double d, int mode, int ndigits, int *decpt, int *sign, char **rve, char **resultp) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 1963-2010 |
| | 5 | 1 |
qgpu_featuresName: | qgpu_features | Prototype: | std::set<QByteArray> *qgpu_features(const QString &filename) | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 541-548 |
| | 5 | 2 |
qopenglfResolveMapBufferName: | qopenglfResolveMapBuffer | Prototype: | static GLvoid * qopenglfResolveMapBuffer(GLenum target, GLenum access) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | Lines: | 3230-3243 |
| | 5 | 2 |
qrasterpaintengine_dirty_clipName: | qrasterpaintengine_dirty_clip | Prototype: | static void qrasterpaintengine_dirty_clip(QRasterPaintEnginePrivate *d, QRasterPaintEngineState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1115-1128 |
| | 5 | 1 |
qsnprintfName: | qsnprintf | Prototype: | int qsnprintf(char *str, size_t n, const char *fmt, ...) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qvsnprintf.cpp | Lines: | 112-121 |
| | 5 | 1 |
qtToGlColorName: | qtToGlColor | Prototype: | static inline uint qtToGlColor(uint c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglgradientcache.cpp | Lines: | 151-163 |
| | 5 | 1 |
qt_accStripAmpName: | qt_accStripAmp | Prototype: | QString qt_accStripAmp(const QString &text) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 129-137 |
| | 5 | 2 |
qt_cleanup_painter_stateName: | qt_cleanup_painter_state | Prototype: | static inline void qt_cleanup_painter_state(QPainterPrivate *d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1689-1696 |
| | 5 | 1 |
qt_definitionSizeName: | qt_definitionSize | Prototype: | static QSizeF qt_definitionSize(QPageSize::PageSizeId pageSizeId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 527-534 |
| | 5 | 2 |
qt_detectRTLLanguageName: | qt_detectRTLLanguage | Prototype: | static bool qt_detectRTLLanguage() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 203-210 |
| | 5 | 1 |
qt_effective_device_pixel_ratioName: | qt_effective_device_pixel_ratio | Prototype: | static qreal qt_effective_device_pixel_ratio(QWindow *window = 0) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 120-129 |
| | 5 | 3 |
qt_get_named_xpm_rgbName: | qt_get_named_xpm_rgb | Prototype: | static inline bool qt_get_named_xpm_rgb(const char *name_no_space, QRgb *rgb) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 747-756 |
| | 5 | 2 |
qt_handleTouchEventName: | qt_handleTouchEvent | Prototype: | void qt_handleTouchEvent(QWindow *w, QTouchDevice *device, const QList<QTouchEvent::TouchPoint> &points, Qt::KeyboardModifiers mods = Qt::NoModifier) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 926-935 |
| | 5 | 1 |
qt_initName: | qt_init | Prototype: | void qt_init(QApplicationPrivate *priv, int type) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 601-611 |
| | 5 | 1 |
qt_radial_gradient_adapt_focal_pointName: | qt_radial_gradient_adapt_focal_point | Prototype: | static QPointF qt_radial_gradient_adapt_focal_point(const QPointF ¢er, qreal radius, const QPointF &focalPoint) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 1811-1823 |
| | 5 | 2 |
qt_regexp_toCanonicalName: | 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: | 1324-1339 |
| | 5 | 6 |
qt_region_strictContainsName: | qt_region_strictContains | Prototype: | bool qt_region_strictContains(const QRegion ®ion, const QRect &rect) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4191-4221 |
| | 5 | 2 |
qt_repeatCountName: | qt_repeatCount | Prototype: | int qt_repeatCount(const QString &s, int i) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 521-528 |
| | 5 | 2 |
qt_setupActionIconName: | qt_setupActionIcon | Prototype: | static inline void qt_setupActionIcon(QAction *action, QLatin1String name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 343-350 |
| | 5 | 1 |
qt_static_shiftName: | qt_static_shift | Prototype: | template <int shift> inline int qt_static_shift(int value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 588-597 |
| | 5 | 3 |
qt_strippedTextName: | qt_strippedText | Prototype: | static QString qt_strippedText(QString s) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 58-66 |
| | 5 | 3 |
qt_toRasterPixmapName: | qt_toRasterPixmap | Prototype: | QPixmap qt_toRasterPixmap(const QPixmap &pixmap) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 65-74 |
| | 5 | 3 |
rasterop_solid_NotSourceAndDestinationName: | rasterop_solid_NotSourceAndDestination | Prototype: | void rasterop_solid_NotSourceAndDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1925-1936 |
| | 5 | 2 |
rasterop_solid_NotSourceAndNotDestinationName: | rasterop_solid_NotSourceAndNotDestination | Prototype: | void rasterop_solid_NotSourceAndNotDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1835-1846 |
| | 5 | 2 |
rasterop_solid_NotSourceOrNotDestinationName: | rasterop_solid_NotSourceOrNotDestination | Prototype: | void rasterop_solid_NotSourceOrNotDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1860-1871 |
| | 5 | 2 |
rasterop_solid_NotSourceXorDestinationName: | rasterop_solid_NotSourceXorDestination | Prototype: | void rasterop_solid_NotSourceXorDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1885-1896 |
| | 5 | 2 |
readEtcDebianVersionName: | readEtcDebianVersion | Prototype: | static bool readEtcDebianVersion(QUnixOSVersion &v) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 2271-2283 |
| | 5 | 3 |
registerHelperName: | registerHelper | Prototype: | template<typename T> inline static void registerHelper(T * = 0) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp | Lines: | 74-82 |
| | 5 | 1 |
removeOptionalQuotesName: | removeOptionalQuotes | Prototype: | static inline void removeOptionalQuotes(QString *str) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2222-2229 |
| | 5 | 2 |
resolveGConfName: | resolveGConf | Prototype: | static bool resolveGConf() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | Lines: | 596-606 |
| | 5 | 2 |
setFloatAttributeName: | setFloatAttribute | Prototype: | static bool setFloatAttribute(qreal *destination, const QString &value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1377-1385 |
| | 5 | 2 |
setFontVariantFromValueName: | setFontVariantFromValue | Prototype: | static void setFontVariantFromValue(const QCss::Value &value, QFont *font) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1235-1244 |
| | 5 | 5 |
setIntAttributeName: | setIntAttribute | Prototype: | static bool setIntAttribute(int *destination, const QString &value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1367-1375 |
| | 5 | 2 |
sharedNetworkSessionManagerName: | sharedNetworkSessionManager | Prototype: | inline QSharedNetworkSessionManager* sharedNetworkSessionManager() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | Lines: | 44-52 |
| | 5 | 2 |
shrinkName: | shrink | Prototype: | static inline int shrink(QLayoutStruct &ls, int delta) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 830-837 |
| | 5 | 2 |
signalForMemberName: | signalForMember | Prototype: | static const char *signalForMember(const char *member) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 76-86 |
| | 5 | 3 |
sm_dieCallbackName: | sm_dieCallback | Prototype: | static void sm_dieCallback(SmcConn smcConn, SmPointer ) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | Lines: | 279-286 |
| | 5 | 2 |
sm_setPropertyName: | sm_setProperty | Prototype: | static void sm_setProperty(const QString &name, const QString &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | Lines: | 123-130 |
| | 5 | 1 |
sm_shutdownCancelledCallbackName: | sm_shutdownCancelledCallback | Prototype: | static void sm_shutdownCancelledCallback(SmcConn smcConn, SmPointer clientData) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | Lines: | 288-295 |
| | 5 | 3 |
streamDebugName: | streamDebug | Prototype: | static void streamDebug(QDebug dbg, const QVariant &v) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetsvariant.cpp | Lines: | 104-114 |
| | 5 | 3 |
switch_from_toName: | switch_from_to | Prototype: | static inline int switch_from_to(QAtomicInt &a, int from, int to) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | Lines: | 90-98 |
| | 5 | 2 |
systemIconSearchPathsName: | systemIconSearchPaths | Prototype: | static inline QStringList systemIconSearchPaths() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 81-89 |
| | 5 | 3 |
systemThemeNameName: | systemThemeName | Prototype: | static inline QString systemThemeName() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 71-79 |
| | 5 | 3 |
targetToProgramIndexName: | targetToProgramIndex | Prototype: | static inline QOpenGLTextureBlitterPrivate::ProgramIndex targetToProgramIndex(GLenum target) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 200-211 |
| | 5 | 4 |
textCopyName: | textCopy | Prototype: | QChar *textCopy(const QChar *start, int len) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2383-2390 |
| | 5 | 2 |