| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QObject *o) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4120-4130 |
| | 8 | 3 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &s, QImage &image) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 3551-3563 |
| | 8 | 3 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &stream, QPixmap &pixmap) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1058-1071 |
| | 8 | 3 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &stream, QVector3D &vector) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 742-752 |
| | 8 | 1 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &stream, QTextFormat &fmt) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 441-456 |
| | 8 | 3 |
operator>>| Name: | operator>> | | Prototype: | const QDBusArgument &operator>>(const QDBusArgument &argument, QXdgDBusImageVector &iconVector) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustraytypes.cpp | | Lines: | 160-174 |
| | 8 | 2 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &s, QPoint &p) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qpoint.cpp | | Lines: | 418-431 |
| | 8 | 2 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &s, QRect &r) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1281-1294 |
| | 8 | 2 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &s, QSize &sz) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 428-441 |
| | 8 | 2 |
operator>>| Name: | operator>> | | Prototype: | const QDBusArgument &operator>>(const QDBusArgument &a, QDate &date) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 1146-1158 |
| | 8 | 2 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &in, QDate &date) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4768-4782 |
| | 8 | 2 |
operator>>| Name: | operator>> | | Prototype: | const QDBusArgument &operator>>(const QDBusArgument &a, QTime &time) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 1171-1183 |
| | 8 | 2 |
operator>>| Name: | operator>> | | Prototype: | const QDBusArgument &operator>>(const QDBusArgument &a, QDateTime &dt) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 1196-1208 |
| | 8 | 1 |
paintsOver| Name: | paintsOver | | Prototype: | static bool paintsOver(const QCss::BorderStyle *styles, const QBrush *colors, QCss::Edge e1, QCss::Edge e2) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | | Lines: | 332-346 |
| | 8 | 3 |
parseCookieHeader| Name: | parseCookieHeader | | Prototype: | static QVariant parseCookieHeader(const QByteArray &raw) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 857-870 |
| | 8 | 3 |
parse_field_width| Name: | parse_field_width | | Prototype: | static int parse_field_width(const char * &c) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6008-6021 |
| | 8 | 2 |
pcre16SafeExec| Name: | pcre16SafeExec | | Prototype: | static int pcre16SafeExec(const pcre16 *code, const pcre16_extra *extra, const unsigned short *subject, int length, int startOffset, int options, int *ovector, int ovecsize) | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1214-1231 |
| | 8 | 2 |
primeForCount| Name: | primeForCount | | Prototype: | static inline int primeForCount(int count) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 458-470 |
| | 8 | 3 |
qDBusCheckAsyncTag| Name: | qDBusCheckAsyncTag | | Prototype: | bool qDBusCheckAsyncTag(const char *tag) | | Coverage: | 47.059% (8/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmisc.cpp | | Lines: | 58-71 |
| | 8 | 3 |
qEncodeLmv2Response| Name: | qEncodeLmv2Response | | Prototype: | static QByteArray qEncodeLmv2Response(const QAuthenticatorPrivate *ctx, const QNtlmPhase2Block& ch, QNtlmPhase3Block *phase3) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 1314-1331 |
| | 8 | 1 |
qFraction| Name: | qFraction | | Prototype: | static QFraction qFraction(quint64 n, quint64 d) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 144-155 |
| | 8 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QMatrix &key, uint seed) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | | Lines: | 992-1002 |
| | 8 | 1 |
qMetaTypeUNumber| Name: | qMetaTypeUNumber | | Prototype: | static qulonglong qMetaTypeUNumber(const QVariant::Private *d) | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 171-187 |
| | 8 | 6 |
qVariantToHelper| Name: | qVariantToHelper | | Prototype: | template <typename T> inline T qVariantToHelper(const QVariant::Private &d, const HandlersManager &handlerManager) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 2203-2219 |
| | 8 | 4 |
qrand| Name: | qrand | | Prototype: | int qrand() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3520-3564 |
| | 8 | 3 |
qstrntod| Name: | qstrntod | | Prototype: | double qstrntod(const char *s00, int len, const char **se, bool *ok) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 548-558 |
| | 8 | 3 |
qt_add_texcoords_to_array| Name: | qt_add_texcoords_to_array | | Prototype: | void qt_add_texcoords_to_array(qreal x1, qreal y1, qreal x2, qreal y2, GLfloat *array) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2926-2936 |
| | 8 | 1 |
qt_custom_file_engine_handler_create| Name: | qt_custom_file_engine_handler_create | | Prototype: | QAbstractFileEngine *qt_custom_file_engine_handler_create(const QString &path) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qabstractfileengine.cpp | | Lines: | 160-176 |
| | 8 | 4 |
qt_find_latin1_string| Name: | qt_find_latin1_string | | Prototype: | static inline int qt_find_latin1_string(const QChar *haystack, int size, QLatin1String needle, int from, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10160-10174 |
| | 8 | 2 |
qt_gl_read_framebuffer| Name: | qt_gl_read_framebuffer | | Prototype: | static QImage qt_gl_read_framebuffer(const QSize &size, GLenum internal_format, bool include_alpha, bool flip) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 1333-1355 |
| | 8 | 9 |
qt_imageTransform| Name: | qt_imageTransform | | Prototype: | void qt_imageTransform(QImage &src, QImageIOHandler::Transformations orient) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 5206-5218 |
| | 8 | 4 |
qt_init_picture_plugins| Name: | qt_init_picture_plugins | | Prototype: | void qt_init_picture_plugins() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1415-1431 |
| | 8 | 4 |
qt_memrotate270_cachedRead| Name: | qt_memrotate270_cachedRead | | Prototype: | template <class T> static inline void qt_memrotate270_cachedRead(const T *src, int w, int h, int sstride, T *dest, int dstride) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmemrotate.cpp | | Lines: | 71-87 |
| | 8 | 3 |
qt_pointMultiplier| Name: | qt_pointMultiplier | | Prototype: | qreal qt_pointMultiplier(QPageLayout::Unit unit) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | | Lines: | 52-69 |
| | 8 | 7 |
qt_pointMultiplier| Name: | qt_pointMultiplier | | Prototype: | static qreal qt_pointMultiplier(QPageSize::Unit unit) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 508-525 |
| | 8 | 7 |
qt_span_fill_clipRect| Name: | qt_span_fill_clipRect | | Prototype: | static void qt_span_fill_clipRect(int count, const QSpan *spans, void *userData) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4053-4067 |
| | 8 | 2 |
qt_split_namespace| Name: | qt_split_namespace | | Prototype: | static void qt_split_namespace(QString& prefix, QString& name, const QString& qName, bool hasURI) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 101-114 |
| | 8 | 3 |
qtransform_equals_no_translate| Name: | qtransform_equals_no_translate | | Prototype: | static inline bool qtransform_equals_no_translate(const QTransform &a, const QTransform &b) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 67-82 |
| | 8 | 2 |
readNode| Name: | readNode | | Prototype: | static void readNode(const QXmlStreamReader &xml, QDBusIntrospection::Object *objData, int nodeLevel) | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 331-345 |
| | 8 | 3 |
resetSmState| Name: | resetSmState | | Prototype: | static void resetSmState() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 94-104 |
| | 8 | 1 |
resolveFileName| Name: | resolveFileName | | Prototype: | static QString resolveFileName(QString fileName, QUrl *url, qreal targetDevicePixelRatio, qreal *sourceDevicePixelRatio) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | | Lines: | 56-77 |
| | 8 | 5 |
saveCoverageTool| Name: | saveCoverageTool | | Prototype: | static void saveCoverageTool(const char * appname, bool testfailed, bool installedTestCoverage) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 66-84 |
| | 8 | 2 |
scaleOutline| Name: | scaleOutline | | Prototype: | static void scaleOutline(FT_Face face, FT_GlyphSlot g, FT_Fixed x_scale, FT_Fixed y_scale) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 434-445 |
| | 8 | 2 |
scanUtf8Char| Name: | scanUtf8Char | | Prototype: | static inline bool scanUtf8Char(const char *&json, const char *end, uint *result) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 887-900 |
| | 8 | 2 |
sendWindowChangeToTextureChildrenRecursively| Name: | sendWindowChangeToTextureChildrenRecursively | | Prototype: | static void sendWindowChangeToTextureChildrenRecursively(QWidget *widget) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10461-10474 |
| | 8 | 4 |
separate_if| Name: | separate_if | | Prototype: | template <typename InputIt, typename OutputIt1, typename OutputIt2, typename UnaryPredicate> std::pair<OutputIt1, OutputIt2> separate_if(InputIt first, InputIt last, OutputIt1 dest1, OutputIt2 dest2, UnaryPredicate p) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | | Lines: | 83-97 |
| | 8 | 3 |
setCoords| Name: | setCoords | | Prototype: | static inline void setCoords(GLfloat *coords, const QOpenGLRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 543-553 |
| | 8 | 1 |
setCoords| Name: | setCoords | | Prototype: | static inline void setCoords(GLfloat *coords, const QGLRect &rect) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 494-504 |
| | 8 | 1 |
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 |
setPenAndDrawBackground| Name: | setPenAndDrawBackground | | Prototype: | static void setPenAndDrawBackground(QPainter *p, const QPen &defaultPen, const QTextCharFormat &chf, const QRectF &r) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 2118-2132 |
| | 8 | 4 |
soft_light_op| Name: | soft_light_op | | Prototype: | static inline int soft_light_op(int dst, int src, int da, int sa) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1556-1569 |
| | 8 | 3 |
stretchFromFcWidth| Name: | stretchFromFcWidth | | Prototype: | static inline int stretchFromFcWidth(int fcwidth) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 104-118 |
| | 8 | 3 |
tabTextFor| Name: | tabTextFor | | Prototype: | static inline QString tabTextFor(QMdiSubWindow *subWindow) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 276-290 |
| | 8 | 3 |
textForRange| Name: | textForRange | | Prototype: | static QString textForRange(QAccessibleInterface *accessible, int startOffset, int endOffset) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 2147-2158 |
| | 8 | 4 |
themeableHint| Name: | themeableHint | | Prototype: | static inline QVariant themeableHint(QPlatformTheme::ThemeHint th, QPlatformIntegration::StyleHint ih) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines: | 53-66 |
| | 8 | 4 |
transform_point| Name: | transform_point | | Prototype: | static inline void transform_point(GLdouble out[4], const GLdouble m[16], const GLdouble in[4]) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 296-308 |
| | 8 | 1 |
translateMouseButtons| Name: | translateMouseButtons | | Prototype: | static Qt::MouseButtons translateMouseButtons(int s) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1028-1038 |
| | 8 | 4 |
ucalDisplayNameType| Name: | ucalDisplayNameType | | Prototype: | static UCalendarDisplayNameType ucalDisplayNameType(QTimeZone::TimeType timeType, QTimeZone::NameType nameType) | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 61-79 |
| | 8 | 7 |
updateBlockedStatusRecursion| Name: | updateBlockedStatusRecursion | | Prototype: | static void updateBlockedStatusRecursion(QWindow *window, bool shouldBeBlocked) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 729-741 |
| | 8 | 4 |
updateCursorTheme| Name: | updateCursorTheme | | Prototype: | bool updateCursorTheme(void *dpy, const QByteArray &theme) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 511-521 |
| | 8 | 3 |
AtSpiAdaptor::notifyAboutCreation| Name: | AtSpiAdaptor::notifyAboutCreation | | Prototype: | void AtSpiAdaptor::notifyAboutCreation(QAccessibleInterface *interface) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1202-1218 |
| | 9 | 3 |
CapabilitiesToStateMask::canBlitterDrawCachedGlyphs| Name: | CapabilitiesToStateMask::canBlitterDrawCachedGlyphs | | Prototype: | bool canBlitterDrawCachedGlyphs(const QTransform &transform, QFontEngine::GlyphFormat requestedGlyphFormat, bool complexClip) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 133-144 |
| | 9 | 5 |
ControlContainer::ControlContainer| Name: | ControlContainer::ControlContainer | | Prototype: | ControlContainer::ControlContainer(QMdiSubWindow *mdiChild) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 694-716 |
| | 9 | 1 |
DBusConnection::DBusConnection| Name: | DBusConnection::DBusConnection | | Prototype: | DBusConnection::DBusConnection(QObject *parent) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | | Lines: | 69-87 |
| | 9 | 3 |
Declaration::styleFeaturesValue| Name: | Declaration::styleFeaturesValue | | Prototype: | int Declaration::styleFeaturesValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1625-1637 |
| | 9 | 3 |
Parser::nextToken| Name: | Parser::nextToken | | Prototype: | char Parser::nextToken() | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 274-294 |
| | 9 | 10 |
Parser::parseFunction| Name: | Parser::parseFunction | | Prototype: | bool Parser::parseFunction(QString *name, QString *args) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2676-2691 |
| | 9 | 3 |
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 |
PathSimplifier::ElementAllocator::newElement| Name: | PathSimplifier::ElementAllocator::newElement | | Prototype: | inline PathSimplifier::Element *PathSimplifier::ElementAllocator::newElement() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 453-464 |
| | 9 | 2 |
QAbstractButton::changeEvent| Name: | QAbstractButton::changeEvent | | Prototype: | void QAbstractButton::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 1179-1194 |
| | 9 | 4 |
QAbstractButtonPrivate::notifyChecked| Name: | QAbstractButtonPrivate::notifyChecked | | Prototype: | void QAbstractButtonPrivate::notifyChecked() | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractbutton.cpp | | Lines: | 225-240 |
| | 9 | 5 |
QAbstractItemView::setHorizontalScrollMode| Name: | QAbstractItemView::setHorizontalScrollMode | | Prototype: | void QAbstractItemView::setHorizontalScrollMode(ScrollMode mode) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1301-1313 |
| | 9 | 3 |
QAbstractItemViewPrivate::selectAll| Name: | QAbstractItemViewPrivate::selectAll | | Prototype: | void QAbstractItemViewPrivate::selectAll(QItemSelectionModel::SelectionFlags command) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4461-4473 |
| | 9 | 2 |
QAbstractScrollArea::eventFilter| Name: | QAbstractScrollArea::eventFilter | | Prototype: | bool QAbstractScrollArea::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 973-986 |
| | 9 | 4 |
QAbstractScrollAreaPrivate::contentsOffset| Name: | QAbstractScrollAreaPrivate::contentsOffset | | Prototype: | QPoint QAbstractScrollAreaPrivate::contentsOffset() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1550-1563 |
| | 9 | 4 |
QAbstractSlider::setRange| Name: | QAbstractSlider::setRange | | Prototype: | void QAbstractSlider::setRange(int min, int max) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 241-253 |
| | 9 | 2 |
QAbstractSlider::setSliderDown| Name: | QAbstractSlider::setSliderDown | | Prototype: | void QAbstractSlider::setSliderDown(bool down) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 461-477 |
| | 9 | 4 |
QAbstractSocketEngine::createSocketEngine| Name: | QAbstractSocketEngine::createSocketEngine | | Prototype: | QAbstractSocketEngine *QAbstractSocketEngine::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 102-123 |
| | 9 | 5 |
QAbstractSocketPrivate::pauseSocketNotifiers| Name: | QAbstractSocketPrivate::pauseSocketNotifiers | | Prototype: | void QAbstractSocketPrivate::pauseSocketNotifiers(QAbstractSocket *socket) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 1350-1361 |
| | 9 | 2 |
QAbstractSpinBoxPrivate::updateHoverControl| Name: | QAbstractSpinBoxPrivate::updateHoverControl | | Prototype: | bool QAbstractSpinBoxPrivate::updateHoverControl(const QPoint &pos) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1384-1396 |
| | 9 | 2 |
QAbstractTextDocumentLayout::registerHandler| Name: | QAbstractTextDocumentLayout::registerHandler | | Prototype: | void QAbstractTextDocumentLayout::registerHandler(int objectType, QObject *component) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qabstracttextdocumentlayout.cpp | | Lines: | 430-444 |
| | 9 | 2 |
QAccessibleBridgeUtils::effectiveActionNames| Name: | QAccessibleBridgeUtils::effectiveActionNames | | Prototype: | QStringList effectiveActionNames(QAccessibleInterface *iface) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/accessibility/qaccessiblebridgeutils.cpp | | Lines: | 59-72 |
| | 9 | 5 |
QAccessibleDockWidget::child| Name: | QAccessibleDockWidget::child | | Prototype: | QAccessibleInterface *QAccessibleDockWidget::child(int index) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 587-600 |
| | 9 | 5 |
QAccessibleLineEdit::setText| Name: | QAccessibleLineEdit::setText | | Prototype: | void QAccessibleLineEdit::setText(QAccessible::Text t, const QString &text) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 655-669 |
| | 9 | 4 |
QAccessibleLineEdit::state| Name: | QAccessibleLineEdit::state | | Prototype: | QAccessible::State QAccessibleLineEdit::state() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 671-686 |
| | 9 | 3 |
QAccessibleMenu::parent| Name: | QAccessibleMenu::parent | | Prototype: | QAccessibleInterface *QAccessibleMenu::parent() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | | Lines: | 113-127 |
| | 9 | 5 |
QAccessibleStackedWidget::childAt| Name: | QAccessibleStackedWidget::childAt | | Prototype: | QAccessibleInterface *QAccessibleStackedWidget::childAt(int x, int y) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 304-315 |
| | 9 | 4 |
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 |
QAccessibleToolButton::doAction| Name: | QAccessibleToolButton::doAction | | Prototype: | void QAccessibleToolButton::doAction(const QString &actionName) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 350-368 |
| | 9 | 5 |
QAction::setActionGroup| Name: | QAction::setActionGroup | | Prototype: | void QAction::setActionGroup(QActionGroup *group) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 604-616 |
| | 9 | 4 |
QAction::setVisible| Name: | QAction::setVisible | | Prototype: | void QAction::setVisible(bool b) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1061-1074 |
| | 9 | 3 |
QAnimationGroup::removeAnimation| Name: | QAnimationGroup::removeAnimation | | Prototype: | void QAnimationGroup::removeAnimation(QAbstractAnimation *animation) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp | | Lines: | 211-226 |
| | 9 | 3 |
QAnimationTimer::registerAnimation| Name: | QAnimationTimer::registerAnimation | | Prototype: | void QAnimationTimer::registerAnimation(QAbstractAnimation *animation, bool isTopLevel) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 667-680 |
| | 9 | 3 |
QApplicationPrivate::notifyLayoutDirectionChange| Name: | QApplicationPrivate::notifyLayoutDirectionChange | | Prototype: | void QApplicationPrivate::notifyLayoutDirectionChange() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2091-2109 |
| | 9 | 3 |
QApplicationPrivate::shouldQuit| Name: | QApplicationPrivate::shouldQuit | | Prototype: | bool QApplicationPrivate::shouldQuit() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2978-2994 |
| | 9 | 4 |
QAsn1Element::toString| Name: | QAsn1Element::toString | | Prototype: | QString QAsn1Element::toString() const | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 335-349 |
| | 9 | 4 |
QAuthenticator::operator==| Name: | QAuthenticator::operator== | | Prototype: | bool QAuthenticator::operator==(const QAuthenticator &other) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 198-209 |
| | 9 | 3 |
QBenchmarkPerfEventsMeasurer::start| Name: | QBenchmarkPerfEventsMeasurer::start | | Prototype: | void QBenchmarkPerfEventsMeasurer::start() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 512-533 |
| | 9 | 3 |
QBezier::getSubRange| Name: | QBezier::getSubRange | | Prototype: | QBezier QBezier::getSubRange(qreal t0, qreal t1) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 99-117 |
| | 9 | 3 |
QBidiControl::embed| Name: | QBidiControl::embed | | Prototype: | inline void embed(bool rtl, bool o = false) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 252-264 |
| | 9 | 3 |