Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QTableCornerButtonName: | QTableCornerButton | Coverage: | 0.000% (0/11) |
| | 15 | 5 |
QSwipeGestureName: | QSwipeGesture | Coverage: | 0.000% (0/25) |
| | 15 | 9 |
QScriptLineName: | QScriptLine | Coverage: | 0.000% (0/10) |
| | 15 | 3 |
QRegularExpressionMatchPrivateName: | QRegularExpressionMatchPrivate | Coverage: | 100.000% (5/5) |
| | 15 | 3 |
QRegExpValidatorName: | QRegExpValidator | Coverage: | 0.000% (0/13) |
| | 15 | 7 |
QPlainTextDocumentLayoutPrivateName: | QPlainTextDocumentLayoutPrivate | Coverage: | 0.000% (0/5) |
| | 15 | 3 |
QPdfPagedPaintDevicePrivateName: | QPdfPagedPaintDevicePrivate | Coverage: | 0.000% (0/11) |
| | 15 | 7 |
QMetaTypeFunctionRegistryName: | QMetaTypeFunctionRegistry | Coverage: | 100.000% (8/8) |
| | 15 | 6 |
QGraphicsSimpleTextItemPrivateName: | QGraphicsSimpleTextItemPrivate | Coverage: | 0.000% (0/9) |
| | 15 | 4 |
QGraphicsObjectName: | QGraphicsObject | Coverage: | 0.000% (0/22) |
| | 15 | 10 |
QGestureName: | QGesture | Coverage: | 0.000% (0/10) |
| | 15 | 10 |
QFontDialogOptionsName: | QFontDialogOptions | Coverage: | 0.000% (0/18) |
| | 15 | 12 |
QErrorMessagePrivateName: | QErrorMessagePrivate | Coverage: | 0.000% (0/15) |
| | 15 | 5 |
QDomCommentPrivateName: | QDomCommentPrivate | Coverage: | 0.000% (0/18) |
| | 15 | 8 |
QCsvBenchmarkLoggerName: | QCsvBenchmarkLogger | Coverage: | 75.000% (9/12) |
| | 15 | 2 |
QAbstractTransitionPrivateName: | QAbstractTransitionPrivate | Coverage: | 83.333% (10/12) |
| | 15 | 8 |
QAbstractProxyModelPrivateName: | QAbstractProxyModelPrivate | Coverage: | 70.000% (7/10) |
| | 15 | 4 |
NotifyName: | Notify | Coverage: | 55.000% (11/20) |
| | 15 | 8 |
ElasticEaseName: | ElasticEase | Coverage: | 75.000% (12/16) |
| | 15 | 8 |
xdgDataDirsName: | xdgDataDirs | Prototype: | static QStringList xdgDataDirs() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp | Lines: | 266-296 |
| | 14 | 4 |
variantHashName: | variantHash | Prototype: | static inline uint variantHash(const QVariant &variant) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 276-297 |
| | 14 | 13 |
updateObjectsName: | updateObjects | Prototype: | static void updateObjects(const QList<const QObject *>& objects) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2604-2626 |
| | 14 | 6 |
ulpName: | ulp | Prototype: | static double ulp(double x) | Coverage: | 37.500% (3/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 1003-1033 |
| | 14 | 3 |
toCase_templateName: | toCase_template | Prototype: | template <typename T> __attribute__((noinline)) static QByteArray toCase_template(T &input, const uchar * table) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2824-2851 |
| | 14 | 5 |
swap_bit_orderName: | swap_bit_order | Prototype: | static void swap_bit_order(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1021-1040 |
| | 14 | 2 |
swapPixel01Name: | swapPixel01 | Prototype: | static void swapPixel01(QImage *image) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 44-63 |
| | 14 | 4 |
supportedImageHandlerFormatsName: | supportedImageHandlerFormats | Prototype: | void supportedImageHandlerFormats(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: | 820-841 |
| | 14 | 4 |
stripTextDeclName: | stripTextDecl | Prototype: | static bool stripTextDecl(QString& str) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 178-195 |
| | 14 | 3 |
splitStringName: | 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: | 6915-6933 |
| | 14 | 4 |
simdEncodeAsciiName: | 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: | 50-87 |
| | 14 | 3 |
runningUnderDebuggerName: | runningUnderDebugger | Prototype: | static bool runningUnderDebugger() | Coverage: | 13.333% (2/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | Lines: | 89-111 |
| | 14 | 5 |
removeWidgetRecursivelyName: | removeWidgetRecursively | Prototype: | static bool removeWidgetRecursively(QLayoutItem *li, QObject *w) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 543-562 |
| | 14 | 5 |
readGpuFeaturesName: | readGpuFeatures | Prototype: | static bool readGpuFeatures(const QOpenGLConfig::Gpu &gpu, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QString &fileName, QSet<QString> *result, QString *errorMessage) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 454-477 |
| | 14 | 3 |
qt_signal_handlerName: | qt_signal_handler | Prototype: | void qt_signal_handler(int sig) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcrashhandler.cpp | Lines: | 377-397 |
| | 14 | 5 |
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: | 59-86 |
| | 14 | 6 |
qt_messageTypeToGLName: | qt_messageTypeToGL | Prototype: | static GLenum qt_messageTypeToGL(QOpenGLDebugMessage::Type type) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 718-747 |
| | 14 | 12 |
qt_convertMarginsName: | qt_convertMargins | Prototype: | QMarginsF qt_convertMargins(const QMarginsF &margins, QPageLayout::Unit fromUnits, QPageLayout::Unit toUnits) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 90-114 |
| | 14 | 3 |
qt_alphamapblit_quint16Name: | qt_alphamapblit_quint16 | Prototype: | static void qt_alphamapblit_quint16(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 &color, const uchar *map, int mapWidth, int mapHeight, int mapStride, const QClipData *) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 5700-5727 |
| | 14 | 5 |
qRegisterResourceDataName: | qRegisterResourceData | Prototype: | bool qRegisterResourceData(int version, const unsigned char *tree, const unsigned char *name, const unsigned char *data) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 822-843 |
| | 14 | 5 |
qPenFromStyleName: | qPenFromStyle | Prototype: | static QPen qPenFromStyle(const QBrush& b, qreal width, BorderStyle s) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | Lines: | 45-72 |
| | 14 | 9 |
qGamma_correct_back_to_linear_csName: | qGamma_correct_back_to_linear_cs | Prototype: | void qGamma_correct_back_to_linear_cs(QImage *image) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 77-97 |
| | 14 | 4 |
qDBusAddTimeoutName: | qDBusAddTimeout | Prototype: | static dbus_bool_t qDBusAddTimeout(DBusTimeout *timeout, void *data) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 133-157 |
| | 14 | 3 |
qCompareFractionsName: | qCompareFractions | Prototype: | static int qCompareFractions(quint64 a, quint64 b, quint64 c, quint64 d) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 109-134 |
| | 14 | 5 |
parseTzAbbreviationsName: | 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 |
parseShorthandFontPropertyName: | 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 |
parseIp6Name: | parseIp6 | Prototype: | static const QChar *parseIp6(QString &host, const QChar *begin, const QChar *end, QUrl::ParsingMode mode) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1241-1270 |
| | 14 | 3 |
parseArgName: | parseArg | Prototype: | static bool parseArg(const QXmlStreamAttributes &attributes, QDBusIntrospection::Argument &argData, QDBusIntrospection::Interface *ifaceData) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | Lines: | 54-79 |
| | 14 | 4 |
operator>>Name: | operator>> | Prototype: | QDataStream &operator>>(QDataStream &s, QMatrix &m) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 1130-1149 |
| | 14 | 2 |
operator==Name: | operator== | Prototype: | bool operator==(const QGLFormat& a, const QGLFormat& b) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1606-1622 |
| | 14 | 1 |
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 debug, QLocalSocket::LocalSocketState state) | Coverage: | 27.273% (3/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 530-552 |
| | 14 | 6 |
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 |
methodMatchName: | methodMatch | Prototype: | static bool methodMatch(const QMetaObject *m, int handle, const QByteArray &name, int argc, const QArgumentType *types) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 546-570 |
| | 14 | 7 |
mask_alpha_converterName: | mask_alpha_converter | Prototype: | static void mask_alpha_converter(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1042-1062 |
| | 14 | 3 |
markFramesName: | 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 |
loadCursorName: | loadCursor | Prototype: | static xcb_cursor_t loadCursor(void *dpy, int cshape) | Coverage: | 41.176% (7/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | Lines: | 525-547 |
| | 14 | 7 |
getFcFamilyForStyleHintName: | getFcFamilyForStyleHint | Prototype: | static const char *getFcFamilyForStyleHint(const QFont::StyleHint style) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | Lines: | 332-356 |
| | 14 | 8 |
focusInPeekerName: | focusInPeeker | Prototype: | static bool focusInPeeker(QXcbConnection *connection, xcb_generic_event_t *event) | Coverage: | 77.778% (14/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 964-989 |
| | 14 | 6 |
fillRegionName: | fillRegion | Prototype: | static inline void fillRegion(QPainter *painter, const QRegion &rgn, const QBrush &brush) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 2375-2405 |
| | 14 | 4 |
dumpLayoutName: | dumpLayout | Prototype: | static void dumpLayout(QTextStream &qout, const QDockAreaLayoutInfo &layout, QString indent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 112-131 |
| | 14 | 2 |
drawPixelName: | drawPixel | Prototype: | inline void drawPixel(QCosmeticStroker *stroker, int x, int y, int coverage) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 138-159 |
| | 14 | 4 |
drawArrowName: | drawArrow | Prototype: | static void drawArrow(const QStyle *style, const QStyleOptionToolButton *toolbutton, const QRect &rect, QPainter *painter, const QWidget *widget = 0) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | Lines: | 767-790 |
| | 14 | 6 |
destroy_current_thread_dataName: | destroy_current_thread_data | Prototype: | static void destroy_current_thread_data(void *p) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 127-159 |
| | 14 | 2 |
destStoreName: | destStore | Prototype: | static void destStore(QRasterBuffer *rasterBuffer, int x, int y, const uint *buffer, int length) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1199-1217 |
| | 14 | 3 |
convert_passthroughName: | convert_passthrough | Prototype: | static void convert_passthrough(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 223-243 |
| | 14 | 3 |
convert_Indexed8_to_Grayscale8Name: | convert_Indexed8_to_Grayscale8 | Prototype: | static void convert_Indexed8_to_Grayscale8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1860-1882 |
| | 14 | 4 |
convert_Indexed8_to_Alpha8Name: | convert_Indexed8_to_Alpha8 | Prototype: | static void convert_Indexed8_to_Alpha8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1836-1858 |
| | 14 | 4 |
clearTextIconName: | clearTextIcon | Prototype: | static QIcon clearTextIcon(bool rtl) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | Lines: | 5206-5228 |
| | 14 | 7 |
checksumName: | checksum | Prototype: | static quint32 checksum(const QByteArray &table) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | Lines: | 423-442 |
| | 14 | 3 |
buddyStringName: | buddyString | Prototype: | static QString buddyString(const QWidget *widget) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 72-95 |
| | 14 | 6 |
activeConditionsName: | activeConditions | Prototype: | static QSet<QByteArray> activeConditions() | Coverage: | 58.824% (10/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | Lines: | 157-179 |
| | 14 | 7 |
_hb_qt_reference_tableName: | _hb_qt_reference_table | Prototype: | static hb_blob_t * _hb_qt_reference_table(hb_face_t * , hb_tag_t tag, void *user_data) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 620-642 |
| | 14 | 4 |
QXcbNativeInterfaceHandlerName: | QXcbNativeInterfaceHandler | Coverage: | 62.500% (5/8) |
| | 14 | 8 |
QSizeName: | QSize | Coverage: | 93.750% (15/16) |
| | 14 | 5 |
QShortcutPrivateName: | QShortcutPrivate | Coverage: | 0.000% (0/17) |
| | 14 | 7 |
QObjectCleanupHandlerName: | QObjectCleanupHandler | Coverage: | 0.000% (0/15) |
| | 14 | 9 |
QLibraryInfoPrivateName: | QLibraryInfoPrivate | Coverage: | 80.952% (17/21) |
| | 14 | 9 |
QJsonValueRefName: | QJsonValueRef | Coverage: | 0.000% (0/17) |
| | 14 | 9 |
QGtkPainterName: | QGtkPainter | Coverage: | 0.000% (0/3) |
| | 14 | 3 |
QFileDialogListViewName: | QFileDialogListView | Coverage: | 0.000% (0/7) |
| | 14 | 5 |
QDomCharacterDataPrivateName: | QDomCharacterDataPrivate | Coverage: | 10.000% (1/10) |
| | 14 | 10 |
QBoxLayoutItemName: | QBoxLayoutItem | Coverage: | 0.000% (0/22) |
| | 14 | 10 |
QBasicMutexName: | QBasicMutex | Coverage: | 100.000% (4/4) |
| | 14 | 4 |
QAccessibleActionInterfaceName: | QAccessibleActionInterface | Coverage: | 0.000% (0/14) |
| | 14 | 14 |
ExposeCompressorName: | ExposeCompressor | Coverage: | 100.000% (15/15) |
| | 14 | 7 |
EqualRegionName: | EqualRegion | Prototype: | static bool EqualRegion(const QRegionPrivate *r1, const QRegionPrivate *r2) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 2656-2676 |
| | 14 | 7 |
subControlIconName: | subControlIcon | Prototype: | static QStyle::StandardPixmap subControlIcon(int pe) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 843-859 |
| | 13 | 12 |
splitName: | split | Prototype: | static void split(QT_FT_Vector *b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 272-294 |
| | 13 | 1 |
sm_saveYourselfCallbackName: | sm_saveYourselfCallback | Prototype: | static void sm_saveYourselfCallback(SmcConn smcConn, SmPointer clientData, int saveType, int shutdown , int interactStyle, int ) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | Lines: | 155-175 |
| | 13 | 4 |
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: | 267-291 |
| | 13 | 5 |
qt_urlRecodeName: | 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: | 552-574 |
| | 13 | 6 |
qt_to_latin1Name: | 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: | 311-369 |
| | 13 | 4 |
qt_string_countName: | 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: | 10047-10065 |
| | 13 | 6 |
qt_safe_selectName: | qt_safe_select | Prototype: | int qt_safe_select(int nfds, fd_set *fdread, fd_set *fdwrite, fd_set *fdexcept, const struct timespec *orig_timeout) | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcore_unix.cpp | Lines: | 59-93 |
| | 13 | 6 |
qt_qimageScaleAARGB_helperName: | qt_qimageScaleAARGB_helper | Prototype: | inline static void qt_qimageScaleAARGB_helper(const unsigned int *pix, int xyap, int Cxy, int step, int &r, int &g, int &b) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines: | 549-565 |
| | 13 | 2 |
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: | 319-353 |
| | 13 | 7 |
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: | 512-546 |
| | 13 | 7 |
qt_painterpath_isect_curveName: | qt_painterpath_isect_curve | Prototype: | static void qt_painterpath_isect_curve(const QBezier &bezier, const QPointF &pt, int *winding, int depth = 0) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1765-1797 |
| | 13 | 4 |
qt_idForPpdKeyName: | qt_idForPpdKey | Prototype: | static QPageSize::PageSizeId qt_idForPpdKey(const QString &ppdKey, QSize *match = 0) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 393-411 |
| | 13 | 7 |
qt_hash_block_sizeName: | qt_hash_block_size | Prototype: | static int qt_hash_block_size(QCryptographicHash::Algorithm method) | Coverage: | 26.087% (6/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmessageauthenticationcode.cpp | Lines: | 79-106 |
| | 13 | 12 |