| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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_from_latin1| Name: | qt_from_latin1 | | Prototype: | void qt_from_latin1(ushort *dst, const char *str, size_t size) noexcept | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 213-261 |
| | 13 | 4 |
qt_from_latin1::[lambda]| Name: | qt_from_latin1::[lambda] | | Prototype: | [=](int i) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 249-249 |
| | 1 | 1 |
qt_getFreetype| Name: | qt_getFreetype | | Prototype: | FT_Library qt_getFreetype() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 158-164 |
| | 4 | 2 |
qt_getFreetypeData| Name: | qt_getFreetypeData | | Prototype: | QtFreetypeData *qt_getFreetypeData() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 149-155 |
| | 4 | 2 |
qt_gettid| Name: | qt_gettid | | Prototype: | static long qt_gettid() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 107-112 |
| | 1 | 1 |
qt_gettime| Name: | qt_gettime | | Prototype: | struct timespec qt_gettime() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 170-180 |
| | 6 | 1 |
qt_gl_functions| Name: | qt_gl_functions | | Prototype: | static QGLFunctionsPrivateEx *qt_gl_functions(const QGLContext *context = 0) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglfunctions.cpp | | Lines: | 177-186 |
| | 7 | 2 |
qt_hash| Name: | qt_hash | | Prototype: | static uint qt_hash(const QChar *p, int n) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 408-418 |
| | 6 | 2 |
qt_hash| Name: | qt_hash | | Prototype: | uint qt_hash(const QString &key) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 424-427 |
| | 1 | 1 |
qt_hash| Name: | qt_hash | | Prototype: | uint qt_hash(const QStringRef &key) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 433-436 |
| | 1 | 1 |
qt_initialize_qhash_seed| Name: | qt_initialize_qhash_seed | | Prototype: | static void qt_initialize_qhash_seed() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 341-347 |
| | 3 | 2 |
qt_logging_to_console| Name: | qt_logging_to_console | | Prototype: | bool qt_logging_to_console() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 214-218 |
| | 1 | 1 |
qt_message| Name: | qt_message | | Prototype: | static QString qt_message(QtMsgType msgType, const QMessageLogContext &context, const char *msg, va_list ap) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 275-280 |
| | 3 | 1 |
qt_message_fatal| Name: | qt_message_fatal | | Prototype: | static void qt_message_fatal(QtMsgType, const QMessageLogContext &context, const QString &message) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1661-1690 |
| | 3 | 1 |
qt_monthNumberFromShortName| Name: | qt_monthNumberFromShortName | | Prototype: | static int qt_monthNumberFromShortName(QStringRef shortName) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 181-188 |
| | 4 | 3 |
qt_monthNumberFromShortName| Name: | qt_monthNumberFromShortName | | Prototype: | static int qt_monthNumberFromShortName(const QString &shortName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 189-190 |
| | 1 | 1 |
qt_pollfd_check| Name: | qt_pollfd_check | | Prototype: | static bool qt_pollfd_check(const pollfd &pfd, short revents) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 168-171 |
| | 1 | 1 |
qt_ppoll| Name: | qt_ppoll | | Prototype: | static inline int qt_ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout_ts) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcore_unix.cpp | | Lines: | 78-87 |
| | 1 | 1 |
qt_premultiplyColor| Name: | qt_premultiplyColor | | Prototype: | inline QColor qt_premultiplyColor(QColor c, GLfloat opacity) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 135-143 |
| | 6 | 1 |
qt_qdnsmailexchangerecord_less_than| Name: | qt_qdnsmailexchangerecord_less_than | | Prototype: | static bool qt_qdnsmailexchangerecord_less_than(const QDnsMailExchangeRecord &r1, const QDnsMailExchangeRecord &r2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 55-59 |
| | 1 | 1 |
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_qdnsservicerecord_less_than| Name: | qt_qdnsservicerecord_less_than | | Prototype: | static bool qt_qdnsservicerecord_less_than(const QDnsServiceRecord &r1, const QDnsServiceRecord &r2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 94-101 |
| | 3 | 1 |
qt_qgl_paint_engine| Name: | qt_qgl_paint_engine | | Prototype: | QPaintEngine* qt_qgl_paint_engine() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 5145-5148 |
| | 1 | 1 |
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_register_signal_spy_callbacks| Name: | qt_register_signal_spy_callbacks | | Prototype: | void qt_register_signal_spy_callbacks(const QSignalSpyCallbackSet &callback_set) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 216-219 |
| | 1 | 1 |
qt_repeatCount| Name: | 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: | 524-531 |
| | 5 | 2 |
qt_section_chunk::qt_section_chunk| Name: | qt_section_chunk::qt_section_chunk | | Prototype: | qt_section_chunk(int l, QStringRef s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 4193-4193 |
| | 1 | 1 |
qt_setupActionIcon| Name: | 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: | 349-356 |
| | 5 | 1 |
qt_splitLocaleName::[lambda]| Name: | qt_splitLocaleName::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 411-411 |
| | 0 | 1 |
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 |
qt_starts_with| Name: | qt_starts_with | | Prototype: | static inline bool qt_starts_with(const QChar *haystack, int haystackLen, const QChar *needle, int needleLen, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10176-10199 |
| | 16 | 7 |
qt_starts_with| Name: | qt_starts_with | | Prototype: | static inline bool qt_starts_with(const QChar *haystack, int haystackLen, QLatin1String needle, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10201-10221 |
| | 15 | 7 |
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_subtract_from_timeout| Name: | qt_subtract_from_timeout | | Prototype: | int qt_subtract_from_timeout(int timeout, int elapsed) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 2004-2011 |
| | 4 | 2 |
qt_timezone| Name: | qt_timezone | | Prototype: | static int qt_timezone() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2165-2196 |
| | 1 | 1 |
qt_to_latin1| Name: | qt_to_latin1 | | Prototype: | static void qt_to_latin1(uchar *dst, const ushort *src, int length) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 318-376 |
| | 13 | 4 |
qt_to_latin1::[lambda]| Name: | qt_to_latin1::[lambda] | | Prototype: | [=](int i) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 342-342 |
| | 1 | 1 |
qt_tzname| Name: | qt_tzname | | Prototype: | static QString qt_tzname(QDateTimePrivate::DaylightStatus daylightStatus) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2199-2222 |
| | 2 | 1 |
qt_tzset| Name: | qt_tzset | | Prototype: | static void qt_tzset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2148-2158 |
| | 1 | 1 |
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 |
qualifiedName| Name: | qualifiedName | | Prototype: | static QByteArray qualifiedName(const QMetaEnum &e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 2727-2730 |
| | 1 | 1 |
qulltoa| Name: | qulltoa | | Prototype: | QString qulltoa(qulonglong l, int base, const QChar _zero) | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 427-457 |
| | 15 | 5 |
qulltoa2| Name: | qulltoa2 | | Prototype: | static char *qulltoa2(char *p, qulonglong n, int base) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3943-3959 |
| | 6 | 2 |
qunsetenv| Name: | qunsetenv | | Prototype: | bool qunsetenv(const char *varName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3411-3432 |
| | 2 | 1 |
qvsnprintf| Name: | qvsnprintf | | Prototype: | int qvsnprintf(char *str, size_t n, const char *fmt, va_list ap) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qvsnprintf.cpp | | Lines: | 95-98 |
| | 1 | 1 |
rawStringData| Name: | rawStringData | | Prototype: | static inline const char *rawStringData(const QMetaObject *mo, int index) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 159-162 |
| | 1 | 1 |
rawTypeNameFromTypeInfo| Name: | rawTypeNameFromTypeInfo | | Prototype: | static inline const char *rawTypeNameFromTypeInfo(const QMetaObject *mo, uint typeInfo) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 175-178 |
| | 1 | 1 |
read32| Name: | read32 | | Prototype: | static quint32 read32(const uchar *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 813-816 |
| | 1 | 1 |
read8| Name: | read8 | | Prototype: | static quint8 read8(const uchar *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 803-806 |
| | 1 | 1 |
readEtcOsRelease| Name: | readEtcOsRelease | | Prototype: | static bool readEtcOsRelease(QUnixOSVersion &v) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2282-2286 |
| | 0 | 4 |
readEtcOsRelease::[lambda]| Name: | readEtcOsRelease::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2285-2285 |
| | 0 | 1 |
recodeAndAppend| Name: | recodeAndAppend | | Prototype: | static void recodeAndAppend(QString &to, const QString &input, QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 487-492 |
| | 2 | 2 |
recodeFromUser| Name: | recodeFromUser | | Prototype: | static inline QString recodeFromUser(const QString &input, const ushort *actions, int from, int to) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 825-835 |
| | 6 | 2 |
registerEventTypeZeroBased| Name: | registerEventTypeZeroBased | | Prototype: | static inline int registerEventTypeZeroBased(int id) noexcept | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 453-461 |
| | 3 | 2 |
registerHelper| Name: | 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: | 80-88 |
| | 5 | 1 |
replaceArgEscapes| Name: | replaceArgEscapes | | Prototype: | static QString replaceArgEscapes(const QString &s, const ArgEscapeData &d, int field_width, const QString &arg, const QString &larg, QChar fillChar = QLatin1Char(' ')) | | Coverage: | 100.000% (44/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7303-7395 |
| | 56 | 14 |
requiresOpenType| Name: | requiresOpenType | | Prototype: | static inline bool requiresOpenType(int writingSystem) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 365-369 |
| | 2 | 1 |
reset| Name: | reset | | Prototype: | QTextStream &reset(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2979-2983 |
| | 2 | 1 |
resetCodecConverterStateHelper| Name: | resetCodecConverterStateHelper | | Prototype: | static void resetCodecConverterStateHelper(QTextCodec::ConverterState *state) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 358-362 |
| | 2 | 1 |
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 |
resolveClassName| Name: | resolveClassName | | Prototype: | static const QMetaObject *resolveClassName (const QMap<QByteArray, const QMetaObject *>& references, const QByteArray& name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1670-1678 |
| | 3 | 2 |
resolveLibraryInternal::[lambda]| Name: | resolveLibraryInternal::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo_unix.cpp | | Lines: | 99-99 |
| | 0 | 1 |
resolveStringRefsAndReturnTotalSize| Name: | resolveStringRefsAndReturnTotalSize | | Prototype: | static int resolveStringRefsAndReturnTotalSize(ParseResult &parts, const ArgIndexToPlaceholderMap &argIndexToPlaceholderMap, const QString *args[]) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7969-7982 |
| | 9 | 4 |
resourceType| Name: | resourceType | | Prototype: | static int resourceType(const QByteArray &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 77-95 |
| | 3 | 1 |
rfcDateImpl| Name: | rfcDateImpl | | Prototype: | static ParsedRfcDateTime rfcDateImpl(const QString &s) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 214-245 |
| | 20 | 7 |
rfcDateImpl::[lambda]| Name: | rfcDateImpl::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 231-231 |
| | 0 | 1 |
right| Name: | right | | Prototype: | QTextStream &right(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2920-2924 |
| | 2 | 1 |
roundToMillisecond| Name: | roundToMillisecond | | Prototype: | static timespec roundToMillisecond(timespec val) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | | Lines: | 204-212 |
| | 3 | 1 |
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 |
scientific| Name: | scientific | | Prototype: | QTextStream &scientific(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2892-2896 |
| | 2 | 1 |
searchExecutable| Name: | searchExecutable | | Prototype: | static inline QString searchExecutable(const QStringList &searchPaths, const QString &executableName) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 449-460 |
| | 7 | 3 |
selectionHelper| Name: | selectionHelper | | Prototype: | static QString selectionHelper(const QString &path, const QString &fileName, const QStringList &selectors) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 270-294 |
| | 13 | 5 |
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 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 |
setCurrentThreadName| Name: | setCurrentThreadName | | Prototype: | static void setCurrentThreadName(pthread_t threadId, const char *name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 306-317 |
| | 2 | 1 |
setMotifWmHints| Name: | setMotifWmHints | | Prototype: | static void setMotifWmHints(QXcbConnection *c, xcb_window_t window, const QtMotifWmHints &hints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1038-1052 |
| | 10 | 2 |
set_thread_data| Name: | set_thread_data | | Prototype: | static void set_thread_data(QThreadData *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 196-203 |
| | 3 | 1 |
set_union| Name: | set_union | | Prototype: | static QList<QByteArray> set_union(const QList<QByteArray> &l1, const QList<QByteArray> &l2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | | Lines: | 838-846 |
| | 6 | 1 |
sharedNetworkSessionManager| Name: | 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: | 50-58 |
| | 5 | 2 |
showbase| Name: | showbase | | Prototype: | QTextStream &showbase(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2738-2742 |
| | 2 | 1 |
signalSlotLock| Name: | signalSlotLock | | Prototype: | static inline QMutex *signalSlotLock(const QObject *o) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 144-148 |
| | 2 | 1 |
simdDecodeAscii| Name: | simdDecodeAscii | | Prototype: | static inline bool simdDecodeAscii(ushort *&dst, const uchar *&nextAscii, const uchar *&src, const uchar *end) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 95-141 |
| | 15 | 4 |
simdEncodeAscii| Name: | simdEncodeAscii | | Prototype: | static inline bool simdEncodeAscii(uchar *&dst, const ushort *&nextAscii, const ushort *&src, const ushort *end) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 56-93 |
| | 14 | 3 |
sizeInMillimeters| Name: | sizeInMillimeters | | Prototype: | static inline QSizeF sizeInMillimeters(const QSize &size, const QDpi &dpi) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 166-170 |
| | 2 | 1 |
socketNotifierSourceDispatch| Name: | socketNotifierSourceDispatch | | Prototype: | static gboolean socketNotifierSourceDispatch(GSource *source, GSourceFunc, gpointer) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 97-110 |
| | 7 | 3 |
splitString| Name: | splitString | | Prototype: | template<class ResultList, class StringSource> static ResultList splitString(const StringSource &source, const QChar *sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs, const int separatorSize) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6819-6836 |
| | 12 | 4 |
splitString| Name: | splitString | | Prototype: | template<class ResultList, typename MidMethod> static ResultList splitString(const QString &source, MidMethod mid, const QRegExp &rx, QString::SplitBehavior behavior) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6935-6953 |
| | 14 | 4 |
stringData| Name: | stringData | | Prototype: | static inline const QByteArray stringData(const QMetaObject *mo, int index) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 148-157 |
| | 7 | 1 |
switch_off| Name: | switch_off | | Prototype: | static inline int switch_off(QAtomicInt &a, int which) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 91-94 |
| | 1 | 1 |
switch_on| Name: | switch_on | | Prototype: | static inline int switch_on(QAtomicInt &a, int which) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 86-89 |
| | 1 | 1 |
tcbToBezier| Name: | tcbToBezier | | Prototype: | QVector<QPointF> static inline tcbToBezier(const TCBPoints &tcbPoints) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1225-1269 |
| | 30 | 4 |
testShowWithoutActivating| Name: | testShowWithoutActivating | | Prototype: | static inline bool testShowWithoutActivating(const QWindow *window) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 779-784 |
| | 2 | 1 |
textHtmlLiteral| Name: | textHtmlLiteral | | Prototype: | static inline QString textHtmlLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 50-50 |
| | 0 | 2 |
textHtmlLiteral::[lambda]| Name: | textHtmlLiteral::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 50-50 |
| | 0 | 1 |
textPlainLiteral| Name: | textPlainLiteral | | Prototype: | static inline QString textPlainLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 51-51 |
| | 0 | 2 |
textPlainLiteral::[lambda]| Name: | textPlainLiteral::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 51-51 |
| | 0 | 1 |
textUriListLiteral| Name: | textUriListLiteral | | Prototype: | static inline QString textUriListLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 49-49 |
| | 0 | 2 |
textUriListLiteral::[lambda]| Name: | textUriListLiteral::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 49-49 |
| | 0 | 1 |