| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
parseTzIndicators| Name: | parseTzIndicators | | Prototype: | static QVector<QTzType> parseTzIndicators(QDataStream &ds, const QVector<QTzType> &types, int tzh_ttisstdcnt, int tzh_ttisgmtcnt) | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 295-315 |
| | 11 | 5 |
parseTzHeader| Name: | parseTzHeader | | Prototype: | static QTzHeader parseTzHeader(QDataStream &ds, bool *ok) | | Coverage: | 48.485% (16/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 139-181 |
| | 26 | 5 |
parseTzAbbreviations| Name: | parseTzAbbreviations | | Prototype: | static QMap<int, QByteArray> parseTzAbbreviations(QDataStream &ds, int tzh_charcnt, const QVector<QTzType> &types) | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 241-268 |
| | 14 | 5 |
parseShorthandFontProperty| Name: | parseShorthandFontProperty | | Prototype: | static void parseShorthandFontProperty(const QVector<QCss::Value> &values, QFont *font, int *fontSizeAdjustment) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1210-1233 |
| | 14 | 5 |
operator>>| Name: | operator>> | | Prototype: | static inline QDataStream &operator>>(QDataStream &in, QNetworkCacheMetaData::AttributesMap &hash) | | Coverage: | 53.846% (7/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qabstractnetworkcache.cpp | | Lines: | 363-388 |
| | 18 | 5 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &in, QBitArray &ba) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 717-751 |
| | 24 | 5 |
operator>>| Name: | operator>> | | Prototype: | QDataStream &operator>>(QDataStream &s, QPainterPath &p) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2413-2451 |
| | 29 | 5 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QDateTime &date) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4964-4986 |
| | 13 | 5 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &out, const QString &str) | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 8664-8687 |
| | 13 | 5 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &s, const QRegion &r) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 380-402 |
| | 14 | 5 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug d, const QAction *action) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1300-1321 |
| | 17 | 5 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QVariant &v) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 3616-3638 |
| | 17 | 5 |
operator/| Name: | operator/ | | Prototype: | double operator/(const QVariant &arg1, const QVariant &arg2) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 2031-2054 |
| | 15 | 5 |
operator*| Name: | operator* | | Prototype: | QVariant operator*(const QVariant &arg1, double multiplier) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 2005-2027 |
| | 14 | 5 |
objectContentToJson| Name: | objectContentToJson | | Prototype: | static void objectContentToJson(const QJsonPrivate::Object *o, QByteArray &json, int indent, bool compact) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | | Lines: | 177-201 |
| | 15 | 5 |
numericTypePromotion| Name: | numericTypePromotion | | Prototype: | static int numericTypePromotion(uint t1, uint t2) | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 3395-3439 |
| | 15 | 5 |
nextGeometryToken| Name: | nextGeometryToken | | Prototype: | static inline int nextGeometryToken(const QByteArray &a, int &pos, char *op) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 263-284 |
| | 15 | 5 |
nextField| Name: | nextField | | Prototype: | static QPair<QByteArray, QByteArray> nextField(const QByteArray &text, int &position, bool isNameValue) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | | Lines: | 378-406 |
| | 17 | 5 |
msecsToTime| Name: | msecsToTime | | Prototype: | static void msecsToTime(qint64 msecs, QDate *date, QTime *time) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2393-2416 |
| | 15 | 5 |
minimumHeightForWidth| Name: | minimumHeightForWidth | | Prototype: | static qreal minimumHeightForWidth(qreal width, qreal minh, qreal maxh, const QGraphicsWidget *widget, bool heightForWidth = true) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 399-429 |
| | 18 | 5 |
methodIndexToSignalIndex| Name: | methodIndexToSignalIndex | | Prototype: | static int methodIndexToSignalIndex(const QMetaObject **base, int signal_index) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3189-3207 |
| | 13 | 5 |
markFrames| Name: | markFrames | | Prototype: | static void markFrames(QTextFrame *current, int from, int oldLength, int length) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2890-2914 |
| | 14 | 5 |
lineIntersectsRect| Name: | lineIntersectsRect | | Prototype: | static bool lineIntersectsRect(qfixed2d p1, qfixed2d p2, const qfixed2d &tl, const qfixed2d &br) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | | Lines: | 1061-1094 |
| | 17 | 5 |
lastIndexOfMutating| Name: | lastIndexOfMutating | | Prototype: | static int lastIndexOfMutating(const QStringList *that, QRegExp &rx, int from) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 531-542 |
| | 8 | 5 |
isPseudoFs| Name: | isPseudoFs | | Prototype: | static bool isPseudoFs(const QStorageIterator &it) | | Coverage: | 91.304% (21/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 150-173 |
| | 15 | 5 |
isParentPath| Name: | isParentPath | | Prototype: | static inline bool isParentPath(const QString &path, const QString &reference) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 133-150 |
| | 8 | 5 |
isGPUTestBlacklisted| Name: | isGPUTestBlacklisted | | Prototype: | static bool isGPUTestBlacklisted(const char *slot, const char *data = 0) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 205-216 |
| | 6 | 5 |
interpolate| Name: | interpolate | | Prototype: | static qreal interpolate(const QPair<QGraphicsAnchorLayoutPrivate::Interval, qreal> &factor, qreal min, qreal minPref, qreal pref, qreal maxPref, qreal max) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 443-469 |
| | 16 | 5 |
integralCompare| Name: | integralCompare | | Prototype: | static int integralCompare(uint promotedType, const QVariant::Private *d1, const QVariant::Private *d2) | | Coverage: | 93.103% (27/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 3441-3462 |
| | 15 | 5 |
intValueHelper| Name: | intValueHelper | | Prototype: | static bool intValueHelper(const QCss::Value &v, int *i, const char *unit) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1456-1471 |
| | 12 | 5 |
initializeDb| Name: | initializeDb | | Prototype: | static void initializeDb() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 888-903 |
| | 8 | 5 |
initFontUnlocked| Name: | initFontUnlocked | | Prototype: | static void initFontUnlocked() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 227-237 |
| | 7 | 5 |
initFontDef| Name: | initFontDef | | Prototype: | static void initFontDef(const QtFontDesc &desc, const QFontDef &request, QFontDef *fontDef, bool multi) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 656-684 |
| | 20 | 5 |
indexesFromRange| Name: | indexesFromRange | | Prototype: | template<typename ModelIndexContainer> static void indexesFromRange(const QItemSelectionRange &range, ModelIndexContainer &result) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 305-322 |
| | 7 | 5 |
iWantTheFocus| Name: | iWantTheFocus | | Prototype: | static QWidget *iWantTheFocus(QWidget *ancestor) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 93-109 |
| | 10 | 5 |
huntAndUnregister| Name: | huntAndUnregister | | Prototype: | static void huntAndUnregister(const QStringList &pathComponents, int i, QDBusConnection::UnregisterMode mode, QDBusConnectionPrivate::ObjectTreeNode *node) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 596-621 |
| | 13 | 5 |
gray_set_cell| Name: | gray_set_cell | | Prototype: | static void gray_set_cell( PWorker worker, TCoord ex, TCoord ey ) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 449-489 |
| | 15 | 5 |
good_offset| Name: | good_offset | | Prototype: | static ShiftResult good_offset(const QBezier *b1, const QBezier *b2, qreal offset, qreal threshold) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 231-253 |
| | 17 | 5 |
getFactor| Name: | getFactor | | Prototype: | static QPair<QGraphicsAnchorLayoutPrivate::Interval, qreal> getFactor(qreal value, qreal min, qreal minPref, qreal pref, qreal maxPref, qreal max) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 407-441 |
| | 23 | 5 |
generateName| Name: | generateName | | Prototype: | static QTtfTable generateName(const QVector<QTtfNameRecord> &name) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 644-694 |
| | 34 | 5 |
fixedCharData| Name: | fixedCharData | | Prototype: | static QString fixedCharData(const QString &data, bool *ok) | | Coverage: | 15.385% (2/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 678-698 |
| | 13 | 5 |
fixToolBarOrientation| Name: | fixToolBarOrientation | | Prototype: | static void fixToolBarOrientation(QLayoutItem *item, int dockPos) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1904-1934 |
| | 17 | 5 |
findXdndAwareParent| Name: | findXdndAwareParent | | Prototype: | static xcb_window_t findXdndAwareParent(QXcbConnection *c, xcb_window_t window) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 1093-1125 |
| | 25 | 5 |
findUnixOsVersion| Name: | findUnixOsVersion | | Prototype: | static bool findUnixOsVersion(QUnixOSVersion &v) | | Coverage: | 15.385% (2/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2286-2299 |
| | 9 | 5 |
findInBlock| Name: | findInBlock | | Prototype: | static bool findInBlock(const QTextBlock &block, const QString &expression, int offset, QTextDocument::FindFlags options, QTextCursor *cursor) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1251-1282 |
| | 21 | 5 |
findInBlock| Name: | findInBlock | | Prototype: | static bool findInBlock(const QTextBlock &block, const QRegExp &expression, int offset, QTextDocument::FindFlags options, QTextCursor *cursor) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1369-1400 |
| | 21 | 5 |
findChar| Name: | findChar | | Prototype: | static int findChar(const char *str, int len, char ch, int from) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 226-240 |
| | 11 | 5 |
findAllTextureWidgetsRecursively| Name: | findAllTextureWidgetsRecursively | | Prototype: | static void findAllTextureWidgetsRecursively(QWidget *tlw, QWidget *widget) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 985-1003 |
| | 9 | 5 |
fileFromPath| Name: | fileFromPath | | Prototype: | static inline QString fileFromPath(const QString &rootPath, QString path) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1019-1038 |
| | 9 | 5 |
familyList| Name: | familyList | | Prototype: | static QStringList familyList(const QFontDef &req) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 686-714 |
| | 18 | 5 |
extendedPseudoClass| Name: | extendedPseudoClass | | Prototype: | static quint64 extendedPseudoClass(const QWidget *w) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2415-2434 |
| | 9 | 5 |
epochMSecsToLocalTime| Name: | epochMSecsToLocalTime | | Prototype: | static bool epochMSecsToLocalTime(qint64 msecs, QDate *localDate, QTime *localTime, QDateTimePrivate::DaylightStatus *daylightStatus = 0) | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2426-2460 |
| | 20 | 5 |
encodeEntity| Name: | encodeEntity | | Prototype: | static QByteArray encodeEntity(const QByteArray& str) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5686-5717 |
| | 22 | 5 |
embeddedWidget| Name: | embeddedWidget | | Prototype: | static QWidget *embeddedWidget(QWidget *w) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2323-2345 |
| | 9 | 5 |
dumpRecursive| Name: | dumpRecursive | | Prototype: | static void dumpRecursive(int level, QObject *object) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3934-3969 |
| | 13 | 5 |
drawEllipse_midpoint_i| Name: | drawEllipse_midpoint_i | | Prototype: | static void drawEllipse_midpoint_i(const QRect &rect, const QRect &clip, ProcessSpans pen_func, ProcessSpans brush_func, QSpanData *pen_data, QSpanData *brush_data) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4726-4768 |
| | 27 | 5 |
doCrypt| Name: | doCrypt | | Prototype: | static QByteArray doCrypt(QSslKeyPrivate::Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv, int enc) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_openssl.cpp | | Lines: | 268-305 |
| | 28 | 5 |
d2b| Name: | d2b | | Prototype: | static Bigint *d2b(double d, int *e, int *bits) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 1086-1197 |
| | 25 | 5 |
crc32| Name: | crc32 | | Prototype: | template <typename Char> __attribute__((__target__("sse4.2"))) static uint crc32(const Char *ptr, size_t len, uint h) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 95-132 |
| | 16 | 5 |
copyActionToPlatformItem| Name: | copyActionToPlatformItem | | Prototype: | static void copyActionToPlatformItem(const QAction *action, QPlatformMenuItem *item, QPlatformMenu *itemsMenu) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 3214-3246 |
| | 23 | 5 |
coordinateMode| Name: | coordinateMode | | Prototype: | static inline QGradient::CoordinateMode coordinateMode(const QBrush &brush) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 98-109 |
| | 3 | 5 |
convert_Indexed8_to_X32| Name: | convert_Indexed8_to_X32 | | Prototype: | static void convert_Indexed8_to_X32(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 1721-1752 |
| | 31 | 5 |
computeAngle| Name: | computeAngle | | Prototype: | static double computeAngle(const QPointF &v) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1149-1174 |
| | 12 | 5 |
compare| Name: | compare | | Prototype: | template <Edge edge> bool compare(const QPointF &p, qreal t) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1931-1945 |
| | 5 | 5 |
comp_func_Source_sse2| Name: | comp_func_Source_sse2 | | Prototype: | void comp_func_Source_sse2(uint *dst, const uint *src, int length, uint const_alpha) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | | Lines: | 202-231 |
| | 17 | 5 |
cmp| Name: | cmp | | Prototype: | static int cmp(Bigint *a, Bigint *b) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 899-925 |
| | 16 | 5 |
childWidgets| Name: | childWidgets | | Prototype: | QList<QWidget*> childWidgets(const QWidget *widget) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 70-90 |
| | 16 | 5 |
checkStaticArray| Name: | checkStaticArray | | Prototype: | static bool checkStaticArray(int &val, const QByteArray &dateString, int at, const char *array, int size) | | Coverage: | 95.238% (20/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | | Lines: | 531-551 |
| | 15 | 5 |
checkIfValid| Name: | checkIfValid | | Prototype: | static QDBusError checkIfValid(const QString &service, const QString &path, const QString &interface, bool isDynamic, bool isPeer) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 78-99 |
| | 10 | 5 |
candidateSignal| Name: | candidateSignal | | Prototype: | static const char *candidateSignal(int which) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 63-74 |
| | 6 | 5 |
calculatePosixDate| Name: | calculatePosixDate | | Prototype: | static QDate calculatePosixDate(const QByteArray &dateRule, int year) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 349-373 |
| | 16 | 5 |
blend_sourceOver_rgb16_rgb16| Name: | blend_sourceOver_rgb16_rgb16 | | Prototype: | static inline void blend_sourceOver_rgb16_rgb16(quint16 *__restrict__ dest, const quint16 *__restrict__ src, int length, const quint8 alpha, const quint8 ialpha) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 4286-4317 |
| | 21 | 5 |
bestSizeMatch| Name: | bestSizeMatch | | Prototype: | static QPixmapIconEngineEntry *bestSizeMatch( const QSize &size, QPixmapIconEngineEntry *pa, QPixmapIconEngineEntry *pb) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 181-202 |
| | 16 | 5 |
arrayContentToJson| Name: | arrayContentToJson | | Prototype: | static void arrayContentToJson(const QJsonPrivate::Array *a, QByteArray &json, int indent, bool compact) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | | Lines: | 154-174 |
| | 11 | 5 |
allocateStringFn| Name: | allocateStringFn | | Prototype: | int allocateStringFn(QTestCharBuffer* str, char const* src, StringFormatFunction func) | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 421-446 |
| | 13 | 5 |
adjustContextSelectionsForCell| Name: | adjustContextSelectionsForCell | | Prototype: | static void adjustContextSelectionsForCell(QAbstractTextDocumentLayout::PaintContext &cell_context, const QTextTableCell &cell, int r, int c, const int *selectedTableCells) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 908-940 |
| | 16 | 5 |
ZoomFactorValidator::validate| Name: | ZoomFactorValidator::validate | | Prototype: | State validate(QString &input, int &pos) const override | | Coverage: | 31.579% (6/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | | Lines: | 85-103 |
| | 14 | 5 |
ValueExtractor::lengthValue| Name: | ValueExtractor::lengthValue | | Prototype: | LengthData ValueExtractor::lengthValue(const Value& v) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 397-415 |
| | 14 | 5 |
TypeInfo::TypeInfoImpl::TypeInfoImpl| Name: | TypeInfo::TypeInfoImpl::TypeInfoImpl | | Prototype: | TypeInfoImpl(const uint type, QMetaTypeInterface &info) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2206-2218 |
| | 8 | 5 |
TypeDestructor::DestructorImpl::Destruct| Name: | TypeDestructor::DestructorImpl::Destruct | | Prototype: | static void Destruct(const int type, void *where) | | Coverage: | 30.769% (4/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 1803-1817 |
| | 8 | 5 |
StyleSelector::declarationsForNode| Name: | StyleSelector::declarationsForNode | | Prototype: | QVector<Declaration> StyleSelector::declarationsForNode(NodePtr node, const char *extraPseudo) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2024-2044 |
| | 14 | 5 |
QtPrivate::QStringList_removeDuplicates| Name: | QtPrivate::QStringList_removeDuplicates | | Prototype: | int QtPrivate::QStringList_removeDuplicates(QStringList *that) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 695-715 |
| | 17 | 5 |
QtPrivate::QStringList_lastIndexOf| Name: | QtPrivate::QStringList_lastIndexOf | | Prototype: | int QtPrivate::QStringList_lastIndexOf(const QStringList *that, const QRegularExpression &re, int from) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 664-680 |
| | 11 | 5 |
QtConcurrent::ThreadEngineBarrier::acquire| Name: | QtConcurrent::ThreadEngineBarrier::acquire | | Prototype: | void ThreadEngineBarrier::acquire() | | Coverage: | 54.545% (6/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 45-57 |
| | 7 | 5 |
QZipWriter::QZipWriter| Name: | QZipWriter::QZipWriter | | Prototype: | QZipWriter::QZipWriter(const QString &fileName, QIODevice::OpenMode mode) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1111-1131 |
| | 14 | 5 |
QZipReader::QZipReader| Name: | QZipReader::QZipReader | | Prototype: | QZipReader::QZipReader(const QString &archive, QIODevice::OpenMode mode) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 816-836 |
| | 14 | 5 |
QXmlUtils::isNCName| Name: | QXmlUtils::isNCName | | Prototype: | bool QXmlUtils::isNCName(const QStringRef &ncName) | | Coverage: | 78.947% (15/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | | Lines: | 361-380 |
| | 11 | 5 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | void QXmlStreamWriterPrivate::write(const char *s, int len) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3108-3121 |
| | 8 | 5 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | void QXmlStreamWriterPrivate::write(const QStringRef &s) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3039-3056 |
| | 9 | 5 |
QXmlStreamWriterPrivate::write| Name: | QXmlStreamWriterPrivate::write | | Prototype: | void QXmlStreamWriterPrivate::write(const QString &s) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3058-3075 |
| | 9 | 5 |
QXmlStreamReaderPrivate::scanAfterDefaultDecl| Name: | QXmlStreamReaderPrivate::scanAfterDefaultDecl | | Prototype: | bool QXmlStreamReaderPrivate::scanAfterDefaultDecl() | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 1085-1098 |
| | 5 | 5 |
QXmlStreamReaderPrivate::parseEntity| Name: | QXmlStreamReaderPrivate::parseEntity | | Prototype: | void QXmlStreamReaderPrivate::parseEntity(const QString &value) | | Coverage: | 100.000% (18/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 855-875 |
| | 13 | 5 |
QXmlSimpleReaderPrivate::insertXmlRef| Name: | QXmlSimpleReaderPrivate::insertXmlRef | | Prototype: | bool QXmlSimpleReaderPrivate::insertXmlRef(const QString &data, const QString &name, bool inLiteral) | | Coverage: | 56.250% (9/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 7734-7756 |
| | 14 | 5 |
QXmlSimpleReader::setFeature| Name: | QXmlSimpleReader::setFeature | | Prototype: | void QXmlSimpleReader::setFeature(const QString& name, bool enable) | | Coverage: | 47.059% (8/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 2970-2986 |
| | 12 | 5 |
QXmlNamespaceSupport::processName| Name: | QXmlNamespaceSupport::processName | | Prototype: | void QXmlNamespaceSupport::processName(const QString& qname, bool isAttribute, QString& nsuri, QString& localname) const | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 598-626 |
| | 13 | 5 |
QXmlInputSource::next| Name: | QXmlInputSource::next | | Prototype: | QChar QXmlInputSource::next() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1130-1152 |
| | 13 | 5 |
QXcbWindow::~QXcbWindow| Name: | QXcbWindow::~QXcbWindow | | Prototype: | QXcbWindow::~QXcbWindow() | | Coverage: | 23.077% (3/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 622-635 |
| | 8 | 5 |
QXcbWindow::updateNetWmUserTime| Name: | QXcbWindow::updateNetWmUserTime | | Prototype: | void QXcbWindow::updateNetWmUserTime(xcb_timestamp_t timestamp) | | Coverage: | 80.000% (12/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1426-1476 |
| | 30 | 5 |
QXcbWindow::handleConfigureNotifyEvent| Name: | QXcbWindow::handleConfigureNotifyEvent | | Prototype: | void QXcbWindow::handleConfigureNotifyEvent(const xcb_configure_notify_event_t *event) | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2108-2148 |
| | 20 | 5 |
QXcbWMSupport::updateVirtualRoots| Name: | QXcbWMSupport::updateVirtualRoots | | Prototype: | void QXcbWMSupport::updateVirtualRoots() | | Coverage: | 13.333% (2/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwmsupport.cpp | | Lines: | 86-124 |
| | 21 | 5 |