Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QXmlStreamReaderPrivate::scanNDataName: | QXmlStreamReaderPrivate::scanNData | Prototype: | bool QXmlStreamReaderPrivate::scanNData() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 1081-1089 |
| | 5 | 3 |
QXmlStreamWriter::setDeviceName: | QXmlStreamWriter::setDevice | Prototype: | void QXmlStreamWriter::setDevice(QIODevice *device) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 3263-3274 |
| | 8 | 3 |
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: | 3554-3563 |
| | 7 | 3 |
QXmlStreamWriter::writeNamespaceName: | QXmlStreamWriter::writeNamespace | Prototype: | void QXmlStreamWriter::writeNamespace(const QString &namespaceUri, const QString &prefix) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 3708-3724 |
| | 12 | 3 |
QXmlStreamWriter::writeProcessingInstructionName: | QXmlStreamWriter::writeProcessingInstruction | Prototype: | void QXmlStreamWriter::writeProcessingInstruction(const QString &target, const QString &data) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 3754-3767 |
| | 10 | 3 |
QXmlStreamWriter::writeStartDocumentName: | QXmlStreamWriter::writeStartDocument | Prototype: | void QXmlStreamWriter::writeStartDocument(const QString &version, bool standalone) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 3814-3833 |
| | 11 | 3 |
QXmlStreamWriterPrivate::finishStartElementName: | QXmlStreamWriterPrivate::finishStartElement | Prototype: | bool QXmlStreamWriterPrivate::finishStartElement(bool contents) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 3143-3161 |
| | 13 | 3 |
QXpmHandler::canReadName: | QXpmHandler::canRead | Prototype: | bool QXpmHandler::canRead() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 1208-1219 |
| | 6 | 3 |
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: | 1221-1233 |
| | 7 | 3 |
QZipWriter::closeName: | QZipWriter::close | Prototype: | void QZipWriter::close() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines: | 1328-1361 |
| | 22 | 3 |
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: | 214-225 |
| | 7 | 3 |
QtFontStyle::~QtFontStyleName: | QtFontStyle::~QtFontStyle | Prototype: | ~QtFontStyle() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 228-238 |
| | 6 | 3 |
QtPrivate::QStringList_containsName: | QtPrivate::QStringList_contains | Prototype: | bool QtPrivate::QStringList_contains(const QStringList *that, const QString &str, Qt::CaseSensitivity cs) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 312-321 |
| | 5 | 3 |
QtPrivate::QStringList_filterName: | QtPrivate::QStringList_filter | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QRegExp &rx) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 332-339 |
| | 5 | 3 |
QtPrivate::QStringList_filterName: | QtPrivate::QStringList_filter | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QRegularExpression &re) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 352-360 |
| | 5 | 3 |
QtPrivate::QStringList_filterName: | QtPrivate::QStringList_filter | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QString &str, Qt::CaseSensitivity cs) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 291-300 |
| | 6 | 3 |
QtPrivate::ResultStoreBase::addResultsName: | QtPrivate::ResultStoreBase::addResults | Prototype: | int ResultStoreBase::addResults(int index, const void *results, int vectorSize, int totalCount) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 166-179 |
| | 8 | 3 |
QtPrivate::ResultStoreBase::syncPendingResultsName: | QtPrivate::ResultStoreBase::syncPendingResults | Prototype: | void ResultStoreBase::syncPendingResults() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 144-158 |
| | 9 | 3 |
QtSharedPointer::ExternalRefCountData::getAndRefName: | QtSharedPointer::ExternalRefCountData::getAndRef | Prototype: | QtSharedPointer::ExternalRefCountData *QtSharedPointer::ExternalRefCountData::getAndRef(const QObject *obj) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1331-1353 |
| | 15 | 3 |
QtSharedPointer::internalSafetyCheckAddName: | QtSharedPointer::internalSafetyCheckAdd | Prototype: | void QtSharedPointer::internalSafetyCheckAdd(const void *d_ptr, const volatile void *ptr) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1495-1524 |
| | 14 | 3 |
QtSharedPointer::internalSafetyCheckCleanCheckName: | QtSharedPointer::internalSafetyCheckCleanCheck | Prototype: | void QtSharedPointer::internalSafetyCheckCleanCheck() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1559-1571 |
| | 6 | 3 |
QtSharedPointer::internalSafetyCheckRemoveName: | QtSharedPointer::internalSafetyCheckRemove | Prototype: | void QtSharedPointer::internalSafetyCheckRemove(const void *d_ptr) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1529-1553 |
| | 14 | 3 |
Selector::specificityName: | Selector::specificity | Prototype: | int Selector::specificity() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1745-1757 |
| | 8 | 3 |
SequentialAnchorData::calculateSizeHintsName: | SequentialAnchorData::calculateSizeHints | Prototype: | void SequentialAnchorData::calculateSizeHints() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 523-559 |
| | 26 | 3 |
SequentialAnchorData::updateChildrenSizesName: | SequentialAnchorData::updateChildrenSizes | Prototype: | void SequentialAnchorData::updateChildrenSizes() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 479-521 |
| | 27 | 3 |
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: | 565-577 |
| | 7 | 3 |
SizeOf::SizeOfImpl::SizeName: | SizeOf::SizeOfImpl::Size | Prototype: | static int Size(const int type) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1894-1905 |
| | 5 | 3 |
TypeConstructor::ConstructorImpl::ConstructName: | TypeConstructor::ConstructorImpl::Construct | Prototype: | static void *Construct(const int type, void *where, const void *copy) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1732-1743 |
| | 5 | 3 |
TypeInfo::customTypeInfoName: | TypeInfo::customTypeInfo | Prototype: | void customTypeInfo(const uint type) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 2250-2258 |
| | 6 | 3 |
UnrollTailLoop::execName: | UnrollTailLoop::exec | Prototype: | template <typename Functor> static inline void exec(int count, Functor code) | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 194-202 |
| | 1 | 3 |
UnrollTailLoop::execName: | UnrollTailLoop::exec | Prototype: | template <typename RetType, typename Functor1, typename Functor2> static inline RetType exec(int count, RetType returnIfExited, Functor1 loopCheck, Functor2 returnIfFailed, int i = 0) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 171-192 |
| | 6 | 3 |
ValueExtractor::extractStyleFeaturesName: | ValueExtractor::extractStyleFeatures | Prototype: | int ValueExtractor::extractStyleFeatures() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 552-561 |
| | 6 | 3 |
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: | 433-442 |
| | 7 | 3 |
_hb_qt_face_createName: | _hb_qt_face_create | Prototype: | static inline hb_face_t * _hb_qt_face_create(QFontEngine *fe) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 650-668 |
| | 11 | 3 |
_hb_qt_font_createName: | _hb_qt_font_create | Prototype: | static inline hb_font_t * _hb_qt_font_create(QFontEngine *fe) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 688-714 |
| | 13 | 3 |
_q_adjustRectName: | _q_adjustRect | Prototype: | static inline void _q_adjustRect(QRect *rect) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 773-780 |
| | 5 | 3 |
_q_checkEntryName: | _q_checkEntry | Prototype: | static inline bool _q_checkEntry(QFileSystemEntry &entry, QFileSystemMetaData &data, bool resolvingEntry) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine.cpp | Lines: | 111-122 |
| | 6 | 3 |
_q_checkEntryName: | _q_checkEntry | Prototype: | static inline bool _q_checkEntry(QAbstractFileEngine *&engine, bool resolvingEntry) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine.cpp | Lines: | 124-135 |
| | 6 | 3 |
_q_dupEnvironmentName: | _q_dupEnvironment | Prototype: | static char **_q_dupEnvironment(const QProcessEnvironmentPrivate::Hash &environment, int *envc) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 341-364 |
| | 16 | 3 |
_q_fromHexName: | _q_fromHex | Prototype: | template <class Char, class Integral> bool _q_fromHex(const Char *&src, Integral &value) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 65-80 |
| | 8 | 3 |
_q_uuidFromHexName: | _q_uuidFromHex | Prototype: | template <class Char> bool _q_uuidFromHex(const Char *&src, uint &d1, ushort &d2, ushort &d3, uchar (&d4)[8]) | Coverage: | 68.571% (24/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 100-124 |
| | 19 | 3 |
_q_uuidToHexName: | _q_uuidToHex | Prototype: | template <class Char> void _q_uuidToHex(Char *&dst, const uint &d1, const ushort &d2, const ushort &d3, const uchar (&d4)[8]) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | Lines: | 82-98 |
| | 13 | 3 |
addName: | add | Prototype: | static void add(QPainterPath &path, const QWingedEdge &list, int edge, QPathEdge::Traversal traversal) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1308-1329 |
| | 12 | 3 |
addLikelySubtagsName: | addLikelySubtags | Prototype: | static bool addLikelySubtags(QLocaleId &localeId) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 216-229 |
| | 8 | 3 |
addSegmentsToPathName: | addSegmentsToPath | Prototype: | void addSegmentsToPath(Segment *segment, QPainterPath &path) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1032-1048 |
| | 11 | 3 |
adjustFtpPathName: | adjustFtpPath | Prototype: | static QUrl adjustFtpPath(QUrl url) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 4138-4146 |
| | 5 | 3 |
ancestorOfName: | ancestorOf | Prototype: | static inline bool ancestorOf(QObject *widget, QObject *other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | Lines: | 1525-1532 |
| | 4 | 3 |
appendOrganizationAndAppName: | appendOrganizationAndApp | Prototype: | static void appendOrganizationAndApp(QString &path) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp | Lines: | 57-69 |
| | 6 | 3 |
appendToUserName: | appendToUser | Prototype: | static inline void appendToUser(QString &appendTo, const QString &value, QUrl::FormattingOptions options, const ushort *actions) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 839-849 |
| | 5 | 3 |
applyCursorName: | applyCursor | Prototype: | static inline void applyCursor(QWindow *w, QCursor c) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3454-3459 |
| | 3 | 3 |
applyCursorName: | applyCursor | Prototype: | static inline void applyCursor(const QList<QWindow *> &l, const QCursor &c) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3468-3475 |
| | 4 | 3 |
argv0BaseNameName: | argv0BaseName | Prototype: | static QString argv0BaseName() | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | Lines: | 419-430 |
| | 8 | 3 |
blend_pixelName: | blend_pixel | Prototype: | inline static void blend_pixel(quint32 &dst, const quint32 src) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_ssse3.cpp | Lines: | 48-54 |
| | 4 | 3 |
boundSizeName: | boundSize | Prototype: | static void boundSize(QSizeF &result, const QSizeF &size) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | Lines: | 73-79 |
| | 4 | 3 |
boundingRectOfFloatsInSelectionName: | boundingRectOfFloatsInSelection | Prototype: | static QRectF boundingRectOfFloatsInSelection(const QTextCursor &cursor) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 1479-1494 |
| | 11 | 3 |
calculateDowDateName: | calculateDowDate | Prototype: | static QDate calculateDowDate(int year, int month, int dayOfWeek, int week) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 341-353 |
| | 9 | 3 |
calculateUnixPriorityName: | calculateUnixPriority | Prototype: | static bool calculateUnixPriority(int priority, int *sched_policy, int *__sched_priority) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | Lines: | 518-556 |
| | 17 | 3 |
canConvertMetaObjectName: | canConvertMetaObject | Prototype: | static bool canConvertMetaObject(int fromId, int toId, QObject *fromObject) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 2935-2950 |
| | 6 | 3 |
canMergeFromBelowName: | canMergeFromBelow | Prototype: | static inline bool canMergeFromBelow(const QRect *top, const QRect *bottom, const QRect *nextToTop, const QRect *nextToBottom) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1242-1254 |
| | 7 | 3 |
capAdjustName: | capAdjust | Prototype: | static inline void capAdjust(int caps, int &x1, int &x2, int &y, int yinc) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 713-722 |
| | 5 | 3 |
caretIndexName: | caretIndex | Prototype: | static int caretIndex(int offset, QRegExp::CaretMode caretMode) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 859-868 |
| | 5 | 3 |
checkExecutableName: | checkExecutable | Prototype: | static QString checkExecutable(const QString &path) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | Lines: | 439-447 |
| | 6 | 3 |
checkWarnMessageName: | checkWarnMessage | Prototype: | static void checkWarnMessage(const QIODevice *device, const char *function, const char *what) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 90-113 |
| | 11 | 3 |
check_signal_macroName: | check_signal_macro | Prototype: | static bool check_signal_macro(const QObject *sender, const char *signal, const char *func, const char *op) | Coverage: | 25.000% (2/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2241-2255 |
| | 9 | 3 |
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: | 429-448 |
| | 14 | 3 |
childWidgetsName: | childWidgets | Prototype: | static QList<QWidget*> childWidgets(const QWidget *widget) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 60-75 |
| | 12 | 3 |
clearName: | clear | Prototype: | static void clear(QVariant::Private *d) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetsvariant.cpp | Lines: | 65-79 |
| | 8 | 3 |
clearName: | clear | Prototype: | static void clear(QWingedEdge& list, int edge, QPathEdge::Traversal traversal) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1480-1495 |
| | 9 | 3 |
closestMatchName: | closestMatch | Prototype: | static inline int closestMatch(QRgb pixel, const QVector<QRgb> &clut) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2057-2068 |
| | 8 | 3 |
colorFromDataName: | colorFromData | Prototype: | static QColor colorFromData(const ColorData& c, const QPalette &pal) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 780-788 |
| | 5 | 3 |
colorValueName: | colorValue | Prototype: | static QString colorValue(QColor color) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2219-2236 |
| | 11 | 3 |
combineSizeName: | combineSize | Prototype: | static void combineSize(QSizeF &result, const QSizeF &size) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | Lines: | 65-71 |
| | 4 | 3 |
comp_func_ClearName: | comp_func_Clear | Prototype: | void comp_func_Clear(uint *dest, const uint *, int length, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 107-110 |
| | 1 | 3 |
comp_func_Clear_rgb64Name: | comp_func_Clear_rgb64 | Prototype: | void comp_func_Clear_rgb64(QRgba64 *dest, const QRgba64 *, int length, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 112-122 |
| | 5 | 3 |
comp_func_SourceName: | comp_func_Source | Prototype: | void comp_func_Source(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 156-168 |
| | 5 | 3 |
comp_func_Source_rgb64Name: | comp_func_Source_rgb64 | Prototype: | void comp_func_Source_rgb64(QRgba64 *__restrict__ dest, const QRgba64 *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 170-180 |
| | 5 | 3 |
comp_func_solid_ClearName: | comp_func_solid_Clear | Prototype: | void comp_func_solid_Clear(uint *dest, int length, uint, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 90-93 |
| | 1 | 3 |
comp_func_solid_Clear_rgb64Name: | comp_func_solid_Clear_rgb64 | Prototype: | void comp_func_solid_Clear_rgb64(QRgba64 *dest, int length, QRgba64, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 95-105 |
| | 5 | 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: | 682-695 |
| | 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: | 697-708 |
| | 7 | 3 |
comp_func_solid_DestinationInName: | comp_func_solid_DestinationIn | Prototype: | void comp_func_solid_DestinationIn(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: | 414-425 |
| | 5 | 3 |
comp_func_solid_DestinationIn_rgb64Name: | comp_func_solid_DestinationIn_rgb64 | Prototype: | void comp_func_solid_DestinationIn_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: | 427-436 |
| | 6 | 3 |
comp_func_solid_DestinationOutName: | comp_func_solid_DestinationOut | Prototype: | void comp_func_solid_DestinationOut(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: | 554-564 |
| | 5 | 3 |
comp_func_solid_DestinationOut_rgb64Name: | comp_func_solid_DestinationOut_rgb64 | Prototype: | void comp_func_solid_DestinationOut_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: | 566-575 |
| | 6 | 3 |
comp_func_solid_DestinationOverName: | comp_func_solid_DestinationOver | Prototype: | void comp_func_solid_DestinationOver(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: | 276-286 |
| | 5 | 3 |
comp_func_solid_DestinationOver_rgb64Name: | comp_func_solid_DestinationOver_rgb64 | Prototype: | void comp_func_solid_DestinationOver_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: | 288-296 |
| | 5 | 3 |
comp_func_solid_SourceName: | comp_func_solid_Source | Prototype: | void comp_func_solid_Source(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: | 128-141 |
| | 6 | 3 |
comp_func_solid_SourceAtopName: | comp_func_solid_SourceAtop | Prototype: | void comp_func_solid_SourceAtop(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: | 617-628 |
| | 5 | 3 |
comp_func_solid_SourceAtop_rgb64Name: | comp_func_solid_SourceAtop_rgb64 | Prototype: | void comp_func_solid_SourceAtop_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: | 630-638 |
| | 5 | 3 |
comp_func_solid_Source_rgb64Name: | comp_func_solid_Source_rgb64 | Prototype: | void comp_func_solid_Source_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: | 143-154 |
| | 6 | 3 |
comp_func_solid_XORName: | comp_func_solid_XOR | Prototype: | void comp_func_solid_XOR(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: | 758-770 |
| | 6 | 3 |
comp_func_solid_XOR_rgb64Name: | comp_func_solid_XOR_rgb64 | Prototype: | void comp_func_solid_XOR_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: | 772-781 |
| | 6 | 3 |
compareName: | compare | Prototype: | static bool compare(const QVariant::Private *a, const QVariant::Private *b) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetsvariant.cpp | Lines: | 87-97 |
| | 5 | 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: | 51-63 |
| | 7 | 3 |
containsName: | contains | Prototype: | static inline bool contains(const QJsonArray &haystack, unsigned needle) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 140-147 |
| | 4 | 3 |
containsName: | contains | Prototype: | static inline bool contains(const QJsonArray &haystack, const QString &needle) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 149-156 |
| | 4 | 3 |
containsDecendantOfName: | containsDecendantOf | Prototype: | static bool containsDecendantOf(const QSet<QAbstractState *> &states, const QAbstractState *node) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 301-308 |
| | 4 | 3 |
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: | 629-640 |
| | 7 | 3 |
convertRGBToARGB_V_helperName: | convertRGBToARGB_V_helper | Prototype: | template <typename LcdFilter> static void convertRGBToARGB_V_helper(const uchar *src, uint *dst, int width, int height, int src_pitch, bool bgr) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 604-619 |
| | 8 | 3 |
convertRGBToARGB_helperName: | convertRGBToARGB_helper | Prototype: | template <typename LcdFilter> static void convertRGBToARGB_helper(const uchar *src, uint *dst, int width, int height, int src_pitch, bool bgr) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 576-594 |
| | 10 | 3 |