Functionâ–´ | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qt_assertName: | qt_assert | Prototype: | void qt_assert(const char *assertion, const char *file, int line) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3079-3082 | Comparison: | New |
| | New | 1 | 1 |
qt_assert_xName: | qt_assert_x | Prototype: | void qt_assert_x(const char *where, const char *what, const char *file, int line) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3087-3090 | Comparison: | New |
| | New | 1 | 1 |
qt_fetchUntransformed_888_ssse3Name: | qt_fetchUntransformed_888_ssse3 | Prototype: | const uint * qt_fetchUntransformed_888_ssse3(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_ssse3.cpp | Lines: | 238-244 | Comparison: | New |
| | New | 3 | 1 |
qt_format_textName: | qt_format_text | Prototype: | void qt_format_text(const QFont &fnt, const QRectF &_r, int tf, const QTextOption *option, const QString& str, QRectF *brect, int tabstops, int *ta, int tabarraylen, QPainter *painter) | Coverage: | 0.000% (0/192) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7399-7644 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines (reference): | 7395-7639 | Comparison: | Different |
| | Different | 164 | 49 |
qt_from_latin1Name: | qt_from_latin1 | Prototype: | void qt_from_latin1(ushort *dst, const char *str, size_t size) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 213-261 | Comparison: | New |
| | New | 13 | 4 |
qt_get_metadataName: | qt_get_metadata | Prototype: | static bool qt_get_metadata(QtPluginQueryVerificationDataFunction pfn, QLibraryPrivate *priv) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 679-694 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines (reference): | 668-683 | Comparison: | Different |
| | Different | 11 | 4 |
qt_gettimeName: | 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 | Comparison: | New |
| | New | 6 | 1 |
qt_hashName: | 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 | Comparison: | New |
| | New | 6 | 2 |
qt_hashName: | 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 | Comparison: | New |
| | New | 1 | 1 |
qt_hashName: | 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 | Comparison: | New |
| | New | 1 | 1 |
qt_init_picture_pluginsName: | 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 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines (reference): | 1409-1427 | Comparison: | Different indentation |
| | Different indentation | 8 | 4 |
qt_painterpath_isect_line_rectName: | qt_painterpath_isect_line_rect | Prototype: | static bool qt_painterpath_isect_line_rect(qreal x1, qreal y1, qreal x2, qreal y2, const QRectF &rect) | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1868-1945 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines (reference): | 1859-1937 | Comparison: | Different |
| | Different | 55 | 13 |
qt_pixmap_thread_testName: | qt_pixmap_thread_test | Prototype: | static bool qt_pixmap_thread_test() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 71-90 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines (reference): | 65-84 | Comparison: | Different |
| | Different | 12 | 5 |
qt_pollfd_checkName: | 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 | Comparison: | New |
| | New | 1 | 1 |
qt_ppollName: | 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 | Comparison: | New |
| | New | 1 | 1 |
qt_qdnsmailexchangerecord_sortName: | 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 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | Lines (reference): | 59-86 | Comparison: | Different |
| | Different | 14 | 6 |
qt_qdnsservicerecord_sortName: | qt_qdnsservicerecord_sort | Prototype: | static void qt_qdnsservicerecord_sort(QList<QDnsServiceRecord> &records) | Coverage: | 95.455% (21/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | Lines: | 107-155 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | Lines (reference): | 101-149 | Comparison: | Different |
| | Different | 22 | 8 |
qt_qimageScaleAARGBName: | qt_qimageScaleAARGB | Prototype: | static void qt_qimageScaleAARGB(QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines: | 542-588 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines (reference): | 512-546 | Comparison: | Different indentation |
| | Different indentation | 13 | 7 |
qt_qimageScaleAARGBAName: | qt_qimageScaleAARGBA | Prototype: | static void qt_qimageScaleAARGBA(QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines: | 337-383 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines (reference): | 319-353 | Comparison: | Different indentation |
| | Different indentation | 13 | 7 |
qt_qimageScaleAARGBA_up_xyName: | qt_qimageScaleAARGBA_up_xy | Prototype: | static void qt_qimageScaleAARGBA_up_xy(QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines: | 298-334 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines (reference): | 280-316 | Comparison: | Different |
| | Different | 23 | 7 |
qt_safe_pollName: | qt_safe_poll | Prototype: | int qt_safe_poll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout_ts) | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcore_unix.cpp | Lines: | 97-122 | Comparison: | New |
| | New | 12 | 6 |
qt_socket_getPortAndAddressName: | qt_socket_getPortAndAddress | Prototype: | static inline void qt_socket_getPortAndAddress(const qt_sockaddr *s, quint16 *port, QHostAddress *addr) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines: | 110-134 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines (reference): | 101-132 | Comparison: | Different |
| | Different | 21 | 8 |
qt_tildeExpansionName: | qt_tildeExpansion | Prototype: | QString qt_tildeExpansion(const QString &path) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1103-1140 | Comparison: | New |
| | New | 18 | 5 |
qt_timezoneName: | 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 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines (reference): | 2144-2173 | Comparison: | Same |
| | Same | 1 | 1 |
qt_tlw_for_windowName: | qt_tlw_for_window | Prototype: | QWidget *qt_tlw_for_window(QWindow *wnd) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2223-2242 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines (reference): | 2224-2240 | Comparison: | Different |
| | Different | 10 | 6 |
readGpuFeaturesName: | readGpuFeatures | Prototype: | static bool readGpuFeatures(const QOpenGLConfig::Gpu &gpu, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QJsonDocument &doc, QSet<QString> *result, QString *errorMessage) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 389-420 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines (reference): | 399-430 | Comparison: | Different |
| | Different | 16 | 8 |
read_pbm_headerName: | read_pbm_header | Prototype: | static bool read_pbm_header(QIODevice *device, char& type, int& w, int& h, int& mcc) | Coverage: | 0.000% (0/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | Lines: | 96-121 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | Lines (reference): | 90-115 | Comparison: | Different |
| | Different | 16 | 6 |
read_xpm_headerName: | read_xpm_header | Prototype: | static bool read_xpm_header( QIODevice *device, const char * const * source, int& index, QByteArray &state, int *cpp, int *ncols, int *w, int *h) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 839-856 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines (reference): | 833-853 | Comparison: | Different |
| | Different | 8 | 4 |
registerEventTypeZeroBasedName: | 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 | Comparison: | New |
| | New | 3 | 2 |
resolveName: | resolve | Prototype: | template <typename Func> Func resolve(QOpenGLContext *context, const char *name, Func) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | Lines: | 2141-2145 | Comparison: | New |
| | New | 1 | 1 |
resourceTypeName: | 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 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | Lines (reference): | 70-87 | Comparison: | Different |
| | Different | 3 | 1 |
round_up_scanlineName: | round_up_scanline | Prototype: | static inline quint32 round_up_scanline(quint32 base, quint32 pad) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 353-356 | Comparison: | New |
| | New | 1 | 1 |
sanityCheckName: | sanityCheck | Prototype: | static bool sanityCheck(const QMdiSubWindow * const child, const char *where) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 185-194 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines (reference): | 180-189 | Comparison: | Different |
| | Different | 6 | 2 |
sanityCheckName: | sanityCheck | Prototype: | static bool sanityCheck(const QList<QWidget *> &widgets, const int index, const char *where) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 196-211 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines (reference): | 191-206 | Comparison: | Different |
| | Different | 11 | 3 |
searchExecutableName: | 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 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | Lines (reference): | 462-473 | Comparison: | Different |
| | Different | 7 | 3 |
selectionHelperName: | 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 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | Lines (reference): | 267-291 | Comparison: | Different |
| | Different | 13 | 5 |
separate_ifName: | 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 | Comparison: | New |
| | New | 8 | 3 |
setWidthAttributeName: | setWidthAttribute | Prototype: | static void setWidthAttribute(QTextLength *width, const QString &valueStr) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1422-1437 | Comparison: | New |
| | New | 10 | 4 |
set_textName: | set_text | Prototype: | static void set_text(const QImage &image, png_structp png_ptr, png_infop info_ptr, const QString &description) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 734-806 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines (reference): | 734-806 | Comparison: | Different |
| | Different | 33 | 10 |
shiftConstraintsName: | shiftConstraints | Prototype: | static void shiftConstraints(const QList<QSimplexConstraint *> &constraints, qreal amount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2179-2186 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines (reference): | 2179-2189 | Comparison: | Different |
| | Different | 6 | 3 |
shouldIncludeFsName: | shouldIncludeFs | Prototype: | static bool shouldIncludeFs(const QStorageIterator &it) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 157-192 | Comparison: | New |
| | New | 10 | 3 |
socketTypeName: | socketType | Prototype: | static const char *socketType(QSocketNotifier::Type type) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 78-90 | Comparison: | New |
| | New | 5 | 4 |
storePixelsBPP24_ssse3Name: | storePixelsBPP24_ssse3 | Prototype: | void storePixelsBPP24_ssse3(uchar *dest, const uint *src, int index, int count) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_ssse3.cpp | Lines: | 231-234 | Comparison: | New |
| | New | 1 | 1 |
store_uint24_ssse3Name: | store_uint24_ssse3 | Prototype: | static inline void store_uint24_ssse3(uchar *dst, const uint *src, int len) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_ssse3.cpp | Lines: | 179-229 | Comparison: | New |
| | New | 36 | 4 |
supportedImageHandlerMimeTypesName: | supportedImageHandlerMimeTypes | Prototype: | void supportedImageHandlerMimeTypes(QFactoryLoader *loader, QImageIOPlugin::Capability cap, QList<QByteArray> *result) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | Lines: | 849-867 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | Lines (reference): | 843-861 | Comparison: | Different |
| | Different | 8 | 7 |
textHtmlLiteralName: | textHtmlLiteral | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 0 | 1 |
textHtmlLiteralName: | 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 | Comparison: | New |
| | New | 0 | 2 |
textPlainLiteralName: | textPlainLiteral | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 0 | 1 |
textPlainLiteralName: | 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 | Comparison: | New |
| | New | 0 | 2 |
textUriListLiteralName: | textUriListLiteral | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 0 | 1 |
textUriListLiteralName: | 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 | Comparison: | New |
| | New | 0 | 2 |
themeableHintName: | 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 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | Lines (reference): | 47-60 | Comparison: | Different |
| | Different | 8 | 4 |
threeBytesToIntName: | threeBytesToInt | Prototype: | static qint32 threeBytesToInt(const char *bytes) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 370-373 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines (reference): | 364-367 | Comparison: | Different |
| | Different | 1 | 1 |
timerSourceCheckHelperName: | timerSourceCheckHelper | Prototype: | static gboolean timerSourceCheckHelper(GTimerSource *src) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 140-150 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines (reference): | 134-144 | Comparison: | Different |
| | Different | 6 | 3 |
timespecToMillisecsName: | timespecToMillisecs | Prototype: | static inline int timespecToMillisecs(const struct timespec *ts) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcore_unix.cpp | Lines: | 68-72 | Comparison: | New |
| | New | 2 | 1 |
toIntegral_helperName: | toIntegral_helper | Prototype: | static qlonglong toIntegral_helper(const QLocaleData *d, const QChar *data, int len, bool *ok, QLocale::NumberOptions mode, qlonglong) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1092-1096 | Comparison: | New |
| | New | 1 | 1 |
toIntegral_helperName: | toIntegral_helper | Prototype: | static qulonglong toIntegral_helper(const QLocaleData *d, const QChar *data, int len, bool *ok, QLocale::NumberOptions mode, qulonglong) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1098-1102 | Comparison: | New |
| | New | 1 | 1 |
toIntegral_helperName: | toIntegral_helper | Prototype: | template <typename T> static inline T toIntegral_helper(const QLocalePrivate *d, const QChar *data, int len, bool *ok) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1104-1119 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines (reference): | 1092-1112 | Comparison: | Different |
| | Different | 11 | 3 |
twoBytesToIntName: | twoBytesToInt | Prototype: | static qint16 twoBytesToInt(const char *bytes) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 365-368 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines (reference): | 359-362 | Comparison: | Different |
| | Different | 1 | 1 |
unixCheckClockTypeName: | unixCheckClockType | Prototype: | static int unixCheckClockType() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 113-149 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines (reference): | 106-138 | Comparison: | Different |
| | Different | 6 | 2 |
unquoteName: | unquote | Prototype: | static QString unquote(const QStringRef &str) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 316-338 | Comparison: | New |
| | New | 15 | 5 |
updateBlockedStatusRecursionName: | 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 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines (reference): | 693-704 | Comparison: | Different |
| | Different | 8 | 4 |
valueToJsonName: | valueToJson | Prototype: | static void valueToJson(const QJsonPrivate::Base *b, const QJsonPrivate::Value &v, QByteArray &json, int indent, bool compact) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | Lines: | 123-159 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonwriter.cpp | Lines (reference): | 116-152 | Comparison: | Different |
| | Different | 24 | 9 |
variantToStringName: | variantToString | Prototype: | static bool variantToString(const QVariant &arg, QString &out) | Coverage: | 81.395% (70/86) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines: | 81-160 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | Lines (reference): | 74-153 | Comparison: | Different |
| | Different | 71 | 23 |
wrapTextName: | wrapText | Prototype: | static QString wrapText(const QString &names, int longestOptionNameString, const QString &description) | Coverage: | 54.545% (18/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 1035-1084 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines (reference): | 1028-1077 | Comparison: | Different |
| | Different | 35 | 10 |
write_xpm_imageName: | write_xpm_image | Prototype: | static bool write_xpm_image(const QImage &sourceImage, QIODevice *device, const QString &fileName) | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 1089-1173 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines (reference): | 1086-1170 | Comparison: | Different |
| | Different | 55 | 15 |
writingSystemForFontName: | writingSystemForFont | Prototype: | static QFontDatabase::WritingSystem writingSystemForFont(const QFont &font, bool *hasLatin) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | Lines: | 138-182 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | Lines (reference): | 132-176 | Comparison: | Different |
| | Different | 24 | 9 |
xgetbvName: | xgetbv | Prototype: | static void xgetbv(uint in, uint &eax, uint &edx) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | Lines: | 282-293 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | Lines (reference): | 233-244 | Comparison: | Same |
| | Same | 3 | 1 |
xi2ValuatorOffsetName: | xi2ValuatorOffset | Prototype: | static int xi2ValuatorOffset(const unsigned char *maskPtr, int maskLen, int number) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 2275-2292 | Comparison: | New |
| | New | 12 | 7 |