Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
object_name_for_buttonName: | object_name_for_button | Prototype: | static QString object_name_for_button(QWizard::WizardButton which) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 1383-1408 |
| | 7 | 12 |
nameFilterForMimeName: | nameFilterForMime | Prototype: | static QString nameFilterForMime(const QString &mimeType) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1526-1539 |
| | 7 | 4 |
moveToHookName: | moveToHook | Prototype: | static void moveToHook(qfixed x, qfixed y, void *data) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 549-558 |
| | 7 | 3 |
log2Name: | log2 | Prototype: | static int log2(uint i) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 353-364 |
| | 7 | 3 |
loadIntegrationName: | loadIntegration | Prototype: | static inline QEGLDeviceIntegration *loadIntegration(QFactoryLoader *loader, const QString &key) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | Lines: | 68-79 |
| | 7 | 4 |
launchName: | launch | Prototype: | static inline bool launch(const QString &launcher, const QUrl &url) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | Lines: | 110-123 |
| | 7 | 3 |
kdeColorName: | kdeColor | Prototype: | static inline bool kdeColor(QPalette *pal, QPalette::ColorRole role, const QVariant &value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 334-343 |
| | 7 | 3 |
is_brush_transparentName: | is_brush_transparent | Prototype: | static inline bool is_brush_transparent(const QBrush &brush) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 113-123 |
| | 7 | 3 |
isTransientName: | isTransient | Prototype: | static inline bool isTransient(const QWindow *w) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 152-161 |
| | 7 | 1 |
isSizedTextureFormatName: | isSizedTextureFormat | Prototype: | static bool isSizedTextureFormat(QOpenGLTexture::TextureFormat internalFormat) | Coverage: | 0.000% (0/103) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 304-423 |
| | 7 | 99 |
isFatalName: | isFatal | Prototype: | static bool isFatal(QtMsgType msgType) | Coverage: | 75.000% (9/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 150-166 |
| | 7 | 4 |
isExpectFailDataName: | isExpectFailData | Prototype: | static bool isExpectFailData(const char *dataIndex) | Coverage: | 83.333% (10/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | Lines: | 175-184 |
| | 7 | 4 |
isDBusTrayAvailableName: | isDBusTrayAvailable | Prototype: | static bool isDBusTrayAvailable() | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 97-108 |
| | 7 | 4 |
isChildOfQMdiSubWindowName: | isChildOfQMdiSubWindow | Prototype: | static inline bool isChildOfQMdiSubWindow(const QWidget *child) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 213-223 |
| | 7 | 3 |
isBetterCaptureName: | isBetterCapture | Prototype: | static bool isBetterCapture(int ncap, const int *begin1, const int *end1, const int *begin2, const int *end2) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1783-1795 |
| | 7 | 4 |
installCoverageToolName: | installCoverageTool | Prototype: | static bool installCoverageTool(const char * appname, const char * testname) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | Lines: | 1415-1434 |
| | 7 | 2 |
initFontUnlockedName: | 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 |
indexesFromRangeName: | 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 |
idleTimerSourcePrepareName: | idleTimerSourcePrepare | Prototype: | static gboolean idleTimerSourcePrepare(GSource *source, gint *timeout) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 195-207 |
| | 7 | 3 |
hex2intName: | hex2int | Prototype: | static inline int hex2int(const char *s) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | Lines: | 48-57 |
| | 7 | 3 |
helperIconName: | helperIcon | Prototype: | static QMessageDialogOptions::Icon helperIcon(QMessageBox::Icon i) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 2702-2717 |
| | 7 | 6 |
headerFieldName: | headerField | Prototype: | static QByteArray headerField(const QByteArray &name, const QByteArray &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 408-417 |
| | 7 | 1 |
hb_qt_font_get_for_engineName: | hb_qt_font_get_for_engine | Prototype: | hb_font_t *hb_qt_font_get_for_engine(QFontEngine *fe) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 721-733 |
| | 7 | 3 |
hb_qt_face_get_for_engineName: | hb_qt_face_get_for_engine | Prototype: | hb_face_t *hb_qt_face_get_for_engine(QFontEngine *fe) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 671-683 |
| | 7 | 3 |
hb_getSFntTableName: | hb_getSFntTable | Prototype: | static HB_Error hb_getSFntTable(void *font, HB_Tag tableTag, HB_Byte *buffer, HB_UInt *length) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 190-201 |
| | 7 | 2 |
get_picture_handlerName: | get_picture_handler | Prototype: | static QPictureHandler *get_picture_handler(const char *format) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1446-1457 |
| | 7 | 4 |
get_extended_font_bitsName: | get_extended_font_bits | Prototype: | static quint8 get_extended_font_bits(const QFontPrivate *f) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 1903-1912 |
| | 7 | 3 |
getTextName: | getText | Prototype: | static void getText(QString &text, QTextDocumentPrivate *priv, const QString &docText, int pos, int end) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 1679-1691 |
| | 7 | 2 |
getRadialGradientValuesName: | getRadialGradientValues | Prototype: | static void getRadialGradientValues(RadialGradientValues *v, const QSpanData *data) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3584-3596 |
| | 7 | 1 |
fromShortMonthNameName: | fromShortMonthName | Prototype: | static int fromShortMonthName(const QStringRef &monthName) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 187-199 |
| | 7 | 4 |
formatDifferenceName: | formatDifference | Prototype: | static QTextFormat formatDifference(const QTextFormat &from, const QTextFormat &to) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2200-2211 |
| | 7 | 3 |
fixedDescentName: | fixedDescent | Prototype: | static qreal fixedDescent(qreal descent, qreal ascent, qreal targetSize) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 63-74 |
| | 7 | 2 |
fixInitialSizeName: | fixInitialSize | Prototype: | static QSize fixInitialSize(QSize size, const QWindow *w, int defaultWidth, int defaultHeight) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 575-587 |
| | 7 | 3 |
fetchTransformedBilinear_pixelBoundsName: | fetchTransformedBilinear_pixelBounds | Prototype: | template<> inline void fetchTransformedBilinear_pixelBounds<BlendTransformedBilinear>(int, int l1, int l2, int &v1, int &v2) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1880-1891 |
| | 7 | 3 |
effectiveStateName: | effectiveState | Prototype: | Qt::WindowState effectiveState(Qt::WindowStates state) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3025-3034 |
| | 7 | 4 |
editorHandlesKeyEventName: | editorHandlesKeyEvent | Prototype: | static bool editorHandlesKeyEvent(QWidget *editor, const QKeyEvent *event) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 426-447 |
| | 7 | 7 |
detectedCompatName: | detectedCompat | Prototype: | static bool detectedCompat(int button0, int button1, int button2) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 1975-1984 |
| | 7 | 4 |
curveToFunctionObjectName: | curveToFunctionObject | Prototype: | static QEasingCurveFunction *curveToFunctionObject(QEasingCurve::Type type) | Coverage: | 100.000% (21/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1013-1040 |
| | 7 | 16 |
createSlackName: | createSlack | Prototype: | static QPair<QSimplexVariable *, QSimplexConstraint *> createSlack(QSimplexConstraint *sizeConstraint, qreal interval, slackType type) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2839-2851 |
| | 7 | 1 |
convert_Grayscale8_to_Indexed8_inplaceName: | convert_Grayscale8_to_Indexed8_inplace | Prototype: | static bool convert_Grayscale8_to_Indexed8_inplace(QImageData *data, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1964-1976 |
| | 7 | 2 |
convert_Grayscale8_to_Indexed8Name: | convert_Grayscale8_to_Indexed8 | Prototype: | static void convert_Grayscale8_to_Indexed8(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: | 1936-1948 |
| | 7 | 2 |
convert_BGR30_to_A2RGB30_inplaceName: | convert_BGR30_to_A2RGB30_inplace | Prototype: | static bool convert_BGR30_to_A2RGB30_inplace(QImageData *data, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 705-716 |
| | 7 | 3 |
convert_Alpha8_to_Indexed8_inplaceName: | convert_Alpha8_to_Indexed8_inplace | Prototype: | static bool convert_Alpha8_to_Indexed8_inplace(QImageData *data, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1950-1962 |
| | 7 | 2 |
convert_Alpha8_to_Indexed8Name: | convert_Alpha8_to_Indexed8 | Prototype: | static void convert_Alpha8_to_Indexed8(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: | 1922-1934 |
| | 7 | 2 |
convertGRAYToARGBName: | convertGRAYToARGB | Prototype: | static inline void convertGRAYToARGB(const uchar *src, uint *dst, int width, int height, int src_pitch) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 608-619 |
| | 7 | 3 |
constructName: | construct | Prototype: | static void construct(QVariant::Private *x, const void *copy) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetsvariant.cpp | Lines: | 45-57 |
| | 7 | 3 |
comp_func_solid_DestinationAtop_rgb64Name: | comp_func_solid_DestinationAtop_rgb64 | Prototype: | void comp_func_solid_DestinationAtop_rgb64(QRgba64 *dest, int length, QRgba64 color, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 691-702 |
| | 7 | 3 |
comp_func_solid_DestinationAtopName: | comp_func_solid_DestinationAtop | Prototype: | void comp_func_solid_DestinationAtop(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 676-689 |
| | 7 | 3 |
comp_func_DestinationOutName: | comp_func_DestinationOut | Prototype: | void comp_func_DestinationOut(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 571-587 |
| | 7 | 4 |
comp_func_DestinationInName: | comp_func_DestinationIn | Prototype: | void comp_func_DestinationIn(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 432-448 |
| | 7 | 4 |
color_dodge_opName: | color_dodge_op | Prototype: | static inline int color_dodge_op(int dst, int src, int da, int sa) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1302-1313 |
| | 7 | 2 |
color_burn_opName: | color_burn_op | Prototype: | static inline int color_burn_op(int dst, int src, int da, int sa) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1385-1396 |
| | 7 | 2 |
canMergeFromBelowName: | canMergeFromBelow | Prototype: | static inline bool canMergeFromBelow(const QRect *top, const QRect *bottom, const QRect *nextToTop, const QRect *nextToBottom) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1218-1230 |
| | 7 | 3 |
canConvertMetaObjectName: | canConvertMetaObject | Prototype: | static bool canConvertMetaObject(const QMetaObject *from, const QMetaObject *to) | Coverage: | 75.000% (9/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 2921-2933 |
| | 7 | 4 |
_hb_qt_unicode_decompose_compatibilityName: | _hb_qt_unicode_decompose_compatibility | Prototype: | static unsigned int _hb_qt_unicode_decompose_compatibility(hb_unicode_funcs_t * , hb_codepoint_t u, hb_codepoint_t *decomposed, void * ) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 369-385 |
| | 7 | 2 |
ValueExtractor::lengthValueName: | ValueExtractor::lengthValue | Prototype: | int ValueExtractor::lengthValue(const Declaration &decl) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 426-435 |
| | 7 | 3 |
SubtractRegionName: | SubtractRegion | Prototype: | static void SubtractRegion(QRegionPrivate *regM, QRegionPrivate *regS, QRegionPrivate &dest) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 2601-2620 |
| | 7 | 1 |
ShaderProgramOpenGLFunctions::initializeGeometryShaderFunctionsName: | ShaderProgramOpenGLFunctions::initializeGeometryShaderFunctions | Prototype: | void initializeGeometryShaderFunctions() | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 559-571 |
| | 7 | 3 |
SegmentTree::produceIntersectionsName: | SegmentTree::produceIntersections | Prototype: | void SegmentTree::produceIntersections(int segment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 505-516 |
| | 7 | 1 |
QtConcurrent::ThreadEngineBase::startThreadInternalName: | QtConcurrent::ThreadEngineBase::startThreadInternal | Prototype: | bool ThreadEngineBase::startThreadInternal() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | Lines: | 208-219 |
| | 7 | 3 |
QtConcurrent::ThreadEngineBarrier::acquireName: | 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 |
QZipReader::fileInfoListName: | QZipReader::fileInfoList | Prototype: | QVector<QZipReader::FileInfo> QZipReader::fileInfoList() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines: | 888-898 |
| | 7 | 2 |
QXpmHandler::canReadName: | QXpmHandler::canRead | Prototype: | bool QXpmHandler::canRead(QIODevice *device) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 1218-1230 |
| | 7 | 3 |
QXmlTestLogger::stopLoggingName: | QXmlTestLogger::stopLogging | Prototype: | void QXmlTestLogger::stopLogging() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | Lines: | 130-141 |
| | 7 | 2 |
QXmlStreamWriter::writeDTDName: | QXmlStreamWriter::writeDTD | Prototype: | void QXmlStreamWriter::writeDTD(const QString &dtd) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 3548-3557 |
| | 7 | 3 |
QXmlStreamWriter::writeCDATAName: | QXmlStreamWriter::writeCDATA | Prototype: | void QXmlStreamWriter::writeCDATA(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 3502-3511 |
| | 7 | 1 |
QXmlStreamReaderPrivate::namespaceForPrefixName: | QXmlStreamReaderPrivate::namespaceForPrefix | Prototype: | QStringRef QXmlStreamReaderPrivate::namespaceForPrefix(const QStringRef &prefix) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 1544-1559 |
| | 7 | 4 |
QXmlStreamReaderPrivate::getCharName: | QXmlStreamReaderPrivate::getChar | Prototype: | inline uint QXmlStreamReaderPrivate::getChar() | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 919-932 |
| | 7 | 3 |
QXmlStreamPrivateTagStack::QXmlStreamPrivateTagStackName: | QXmlStreamPrivateTagStack::QXmlStreamPrivateTagStack | Prototype: | QXmlStreamPrivateTagStack::QXmlStreamPrivateTagStack() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 766-775 |
| | 7 | 1 |
QXmlNamespaceSupport::prefixesName: | QXmlNamespaceSupport::prefixes | Prototype: | QStringList QXmlNamespaceSupport::prefixes(const QString& uri) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 662-673 |
| | 7 | 3 |
QXmlNamespaceSupport::prefixesName: | QXmlNamespaceSupport::prefixes | Prototype: | QStringList QXmlNamespaceSupport::prefixes() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 635-646 |
| | 7 | 3 |
QXcbXSettingsPropertyValue::updateValueName: | QXcbXSettingsPropertyValue::updateValue | Prototype: | void updateValue(QXcbVirtualDesktop *screen, const QByteArray &name, const QVariant &value, int last_change_serial) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | Lines: | 66-76 |
| | 7 | 3 |
QXcbXSettings::removeCallbackForHandleName: | QXcbXSettings::removeCallbackForHandle | Prototype: | void QXcbXSettings::removeCallbackForHandle(const QByteArray &property, void *handle) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | Lines: | 299-310 |
| | 7 | 3 |
QXcbWindow::relayFocusToModalWindowName: | QXcbWindow::relayFocusToModalWindow | Prototype: | bool QXcbWindow::relayFocusToModalWindow() const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 942-953 |
| | 7 | 2 |
QXcbWindow::handleMapNotifyEventName: | QXcbWindow::handleMapNotifyEvent | Prototype: | void QXcbWindow::handleMapNotifyEvent(const xcb_map_notify_event_t *event) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2203-2214 |
| | 7 | 3 |
QXcbWindow::handleEnterNotifyEventName: | QXcbWindow::handleEnterNotifyEvent | Prototype: | void QXcbWindow::handleEnterNotifyEvent(int event_x, int event_y, int root_x, int root_y, quint8 mode, quint8 detail, xcb_timestamp_t timestamp) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2341-2356 |
| | 7 | 2 |
QXcbWindow::handleButtonReleaseEventName: | QXcbWindow::handleButtonReleaseEvent | Prototype: | void QXcbWindow::handleButtonReleaseEvent(int event_x, int event_y, int root_x, int root_y, int detail, Qt::KeyboardModifiers modifiers, xcb_timestamp_t timestamp, Qt::MouseEventSource source) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2269-2284 |
| | 7 | 3 |
QXcbSystemTrayTracker::locateTrayWindowName: | QXcbSystemTrayTracker::locateTrayWindow | Prototype: | xcb_window_t QXcbSystemTrayTracker::locateTrayWindow(const QXcbConnection *connection, xcb_atom_t selection) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp | Lines: | 81-90 |
| | 7 | 2 |
QXcbSystemTrayTracker::createName: | QXcbSystemTrayTracker::create | Prototype: | QXcbSystemTrayTracker *QXcbSystemTrayTracker::create(QXcbConnection *connection) | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsystemtraytracker.cpp | Lines: | 56-68 |
| | 7 | 4 |
QXcbNativeInterface::qPlatformScreenForWindowName: | QXcbNativeInterface::qPlatformScreenForWindow | Prototype: | QXcbScreen *QXcbNativeInterface::qPlatformScreenForWindow(QWindow *window) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | Lines: | 493-504 |
| | 7 | 2 |
QXcbNativeInterface::nativeResourceFunctionForIntegrationName: | QXcbNativeInterface::nativeResourceFunctionForIntegration | Prototype: | QPlatformNativeInterface::NativeResourceForIntegrationFunction QXcbNativeInterface::nativeResourceFunctionForIntegration(const QByteArray &resource) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | Lines: | 293-303 |
| | 7 | 3 |
QXcbKeyboard::~QXcbKeyboardName: | QXcbKeyboard::~QXcbKeyboard | Prototype: | QXcbKeyboard::~QXcbKeyboard() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines: | 1161-1170 |
| | 7 | 2 |
QXcbKeyboard::handleMappingNotifyEventName: | QXcbKeyboard::handleMappingNotifyEvent | Prototype: | void QXcbKeyboard::handleMappingNotifyEvent(const void *event) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines: | 1589-1600 |
| | 7 | 2 |
QXcbGlIntegrationFactory::createName: | QXcbGlIntegrationFactory::create | Prototype: | QXcbGlIntegration *QXcbGlIntegrationFactory::create(const QString &platform, const QString &pluginPath) | Coverage: | 30.000% (3/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegrationfactory.cpp | Lines: | 86-102 |
| | 7 | 4 |
QXcbDrag::toDropActionName: | QXcbDrag::toDropAction | Prototype: | Qt::DropAction QXcbDrag::toDropAction(xcb_atom_t a) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | Lines: | 542-551 |
| | 7 | 4 |
QXcbDrag::handleLeaveName: | QXcbDrag::handleLeave | Prototype: | void QXcbDrag::handleLeave(QPlatformWindow *w, const xcb_client_message_event_t *event) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | Lines: | 874-897 |
| | 7 | 3 |
QXcbDrag::findTransactionByWindowName: | QXcbDrag::findTransactionByWindow | Prototype: | int QXcbDrag::findTransactionByWindow(xcb_window_t window) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | Lines: | 570-581 |
| | 7 | 3 |
QXcbDrag::findTransactionByTimeName: | QXcbDrag::findTransactionByTime | Prototype: | int QXcbDrag::findTransactionByTime(xcb_timestamp_t timestamp) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | Lines: | 583-594 |
| | 7 | 3 |
QXcbCursor::~QXcbCursorName: | QXcbCursor::~QXcbCursor | Prototype: | QXcbCursor::~QXcbCursor() | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | Lines: | 328-343 |
| | 7 | 4 |
QXcbConnection::internAtomName: | QXcbConnection::internAtom | Prototype: | xcb_atom_t QXcbConnection::internAtom(const char *name) | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 2021-2031 |
| | 7 | 2 |
QXcbConnection::getSelectionOwnerName: | QXcbConnection::getSelectionOwner | Prototype: | xcb_window_t QXcbConnection::getSelectionOwner(xcb_atom_t atom) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1476-1485 |
| | 7 | 1 |
QXcbClipboardMime::QXcbClipboardMimeName: | QXcbClipboardMime::QXcbClipboardMime | Prototype: | QXcbClipboardMime(QClipboard::Mode mode, QXcbClipboard *clipboard) | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 57-74 |
| | 7 | 4 |
QXbmHandler::canReadName: | QXbmHandler::canRead | Prototype: | bool QXbmHandler::canRead(QIODevice *device) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | Lines: | 277-292 |
| | 7 | 2 |
QWizardPage::isFinalPageName: | QWizardPage::isFinalPage | Prototype: | bool QWizardPage::isFinalPage() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 3735-3748 |
| | 7 | 3 |
QWizardPage::cleanupPageName: | QWizardPage::cleanupPage | Prototype: | void QWizardPage::cleanupPage() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 3621-3632 |
| | 7 | 4 |
QWizard::fieldName: | QWizard::field | Prototype: | QVariant QWizard::field(const QString &name) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | Lines: | 2529-2541 |
| | 7 | 2 |
QWindowSystemInterface::handleTabletEventName: | QWindowSystemInterface::handleTabletEvent | Prototype: | void QWindowSystemInterface::handleTabletEvent(QWindow *w, ulong timestamp, const QPointF &local, const QPointF &global, int device, int pointerType, Qt::MouseButtons buttons, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, qint64 uid, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 727-739 |
| | 7 | 1 |
QWindowContainerPrivate::markParentChainName: | QWindowContainerPrivate::markParentChain | Prototype: | void markParentChain() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 107-116 |
| | 7 | 2 |
QWindow::setOpacityName: | QWindow::setOpacity | Prototype: | void QWindow::setOpacity(qreal level) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 921-931 |
| | 7 | 3 |
QWindow::reportContentOrientationChangeName: | QWindow::reportContentOrientationChange | Prototype: | void QWindow::reportContentOrientationChange(Qt::ScreenOrientation orientation) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 1062-1071 |
| | 7 | 3 |