Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
WTF::toASCIILowerUncheckedName: | WTF::toASCIILowerUnchecked | Prototype: | template<typename CharType> inline CharType toASCIILowerUnchecked(CharType character) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/ASCIICType.h | Lines: | 114-122 |
| | 1 | 1 |
WTF::toASCIIUpperName: | WTF::toASCIIUpper | Prototype: | template<typename CharType> inline CharType toASCIIUpper(CharType c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/ASCIICType.h | Lines: | 124-127 |
| | 1 | 1 |
WTF::tryBinarySearchName: | WTF::tryBinarySearch | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* tryBinarySearch(ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey()) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 232-236 |
| | 1 | 1 |
WTF::tryBinarySearchName: | WTF::tryBinarySearch | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* tryBinarySearch(const ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey()) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 251-255 |
| | 1 | 1 |
WTF::upperNibbleToASCIIHexDigitName: | WTF::upperNibbleToASCIIHexDigit | Prototype: | inline char upperNibbleToASCIIHexDigit(char c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/ASCIICType.h | Lines: | 147-151 |
| | 2 | 1 |
WTF::workAroundClangBugName: | WTF::workAroundClangBug | Prototype: | static inline bool workAroundClangBug() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | Lines: | 423-423 |
| | 1 | 1 |
WeakRandom::getUint32Name: | WeakRandom::getUint32 | Prototype: | uint32_t getUint32() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/WeakRandom.h | Lines: | 47-47 |
| | 1 | 1 |
WeakValue::WeakValueName: | WeakValue::WeakValue | Prototype: | WeakValue::WeakValue(ExecutionEngine *engine, const Value &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4persistent.cpp | Lines: | 369-373 |
| | 2 | 1 |
WeakValue::allocValName: | WeakValue::allocVal | Prototype: | void WeakValue::allocVal(ExecutionEngine *engine) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4persistent.cpp | Lines: | 394-397 |
| | 1 | 1 |
WeakValue::~WeakValueName: | WeakValue::~WeakValue | Prototype: | WeakValue::~WeakValue() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4persistent.cpp | Lines: | 389-392 |
| | 1 | 1 |
WorkerDataEvent::WorkerDataEventName: | WorkerDataEvent::WorkerDataEvent | Prototype: | WorkerDataEvent::WorkerDataEvent(int workerId, const QByteArray &data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 429-432 |
| | 2 | 1 |
WorkerDataEvent::dataName: | WorkerDataEvent::data | Prototype: | QByteArray WorkerDataEvent::data() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 443-446 |
| | 1 | 1 |
WorkerDataEvent::workerIdName: | WorkerDataEvent::workerId | Prototype: | int WorkerDataEvent::workerId() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 438-441 |
| | 1 | 1 |
WorkerErrorEvent::WorkerErrorEventName: | WorkerErrorEvent::WorkerErrorEvent | Prototype: | WorkerErrorEvent::WorkerErrorEvent(const QQmlError &error) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 473-476 |
| | 2 | 1 |
WorkerErrorEvent::errorName: | WorkerErrorEvent::error | Prototype: | QQmlError WorkerErrorEvent::error() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 478-481 |
| | 1 | 1 |
WorkerLoadEvent::WorkerLoadEventName: | WorkerLoadEvent::WorkerLoadEvent | Prototype: | WorkerLoadEvent::WorkerLoadEvent(int workerId, const QUrl &url) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 448-451 |
| | 2 | 1 |
WorkerLoadEvent::urlName: | WorkerLoadEvent::url | Prototype: | QUrl WorkerLoadEvent::url() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 458-461 |
| | 1 | 1 |
WorkerLoadEvent::workerIdName: | WorkerLoadEvent::workerId | Prototype: | int WorkerLoadEvent::workerId() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 453-456 |
| | 1 | 1 |
WorkerRemoveEvent::WorkerRemoveEventName: | WorkerRemoveEvent::WorkerRemoveEvent | Prototype: | WorkerRemoveEvent::WorkerRemoveEvent(int workerId) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 463-466 |
| | 2 | 1 |
WorkerRemoveEvent::workerIdName: | WorkerRemoveEvent::workerId | Prototype: | int WorkerRemoveEvent::workerId() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qquickworkerscript.cpp | Lines: | 468-471 |
| | 1 | 1 |
accessibleUnignoredChildrenName: | accessibleUnignoredChildren | Prototype: | QList<QQuickItem *> accessibleUnignoredChildren(QQuickItem *item, bool paintOrder) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickitem.cpp | Lines: | 167-172 |
| | 3 | 1 |
addEscapeSequenceName: | addEscapeSequence | Prototype: | static void addEscapeSequence(QString &output, uchar ch) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4globalobject.cpp | Lines: | 145-150 |
| | 3 | 1 |
addPropertyName: | addProperty | Prototype: | static void addProperty(QMetaObjectBuilder *builder, int propertyId, const QByteArray &propertyName, const QByteArray &propertyType) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | Lines: | 83-89 |
| | 4 | 1 |
adoptPtrName: | adoptPtr | Prototype: | template <typename T> PassOwnPtr<T> adoptPtr(T* ptr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/PassOwnPtr.h | Lines: | 109-115 |
| | 3 | 1 |
adoptRefName: | adoptRef | Prototype: | template <typename T> PassRefPtr<T> adoptRef(T* ptr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/PassRefPtr.h | Lines: | 90-96 |
| | 3 | 1 |
anchorsName: | anchors | Prototype: | QQuickAnchors *anchors(QQuickItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/designer/qquickdesignersupport.cpp | Lines: | 257-261 |
| | 2 | 1 |
annotateListElements::[lambda]::main::[lambda]::[lambda]Name: | annotateListElements::[lambda]::main::[lambda]::[lambda] | Prototype: | [inputResourcePath, outputFileName](QV4::CompiledData::CompilationUnit *unit, QString *errorString) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/qmlcachegen.cpp | Lines: | 526-528 |
| | 1 | 1 |
annotateListElements::[lambda]::main::[lambda]::[lambda]Name: | annotateListElements::[lambda]::main::[lambda]::[lambda] | Prototype: | [outputFileName](QV4::CompiledData::CompilationUnit *unit, QString *errorString) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/qmlcachegen.cpp | Lines: | 531-533 |
| | 1 | 1 |
annotateListElements::[lambda]::saveUnitAsCpp::[lambda]Name: | annotateListElements::[lambda]::saveUnitAsCpp::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/qmlcachegen.cpp | Lines: | 369-369 |
| | 0 | 1 |
appendControl1CoordsName: | appendControl1Coords | Prototype: | static inline void appendControl1Coords(QVector<GLfloat> *v, QQuickPathCubic *c, const QPointF &pos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quickshapes/qquickshapenvprrenderer.cpp | Lines: | 222-228 |
| | 4 | 1 |
appendControl2CoordsName: | appendControl2Coords | Prototype: | static inline void appendControl2Coords(QVector<GLfloat> *v, QQuickPathCubic *c, const QPointF &pos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quickshapes/qquickshapenvprrenderer.cpp | Lines: | 230-236 |
| | 4 | 1 |
appendControlCoordsName: | appendControlCoords | Prototype: | static inline void appendControlCoords(QVector<GLfloat> *v, QQuickPathQuad *c, const QPointF &pos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quickshapes/qquickshapenvprrenderer.cpp | Lines: | 214-220 |
| | 4 | 1 |
appendCoordsName: | appendCoords | Prototype: | static inline void appendCoords(QVector<GLfloat> *v, QQuickCurve *c, QPointF *pos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quickshapes/qquickshapenvprrenderer.cpp | Lines: | 205-212 |
| | 5 | 1 |
appendQuadName: | appendQuad | Prototype: | static inline void appendQuad(quint16 **indices, quint16 topLeft, quint16 topRight, quint16 bottomLeft, quint16 bottomRight) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgbasicinternalimagenode.cpp | Lines: | 192-201 |
| | 6 | 1 |
boolName: | bool | Prototype: | template<typename T> QFlagPointer<T>::operator bool() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | Lines: | 235-239 |
| | 1 | 1 |
checkNotifySignalValidity_QQuickAnimatedImageName: | checkNotifySignalValidity_QQuickAnimatedImage | Prototype: | static void checkNotifySignalValidity_QQuickAnimatedImage(QQuickAnimatedImage *t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qquickanimatedimage_p.cpp | Lines: | 313-315 |
| | 1 | 1 |
checkNotifySignalValidity_QQuickImplicitSizeItemName: | checkNotifySignalValidity_QQuickImplicitSizeItem | Prototype: | static void checkNotifySignalValidity_QQuickImplicitSizeItem(QQuickImplicitSizeItem *t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qquickimplicitsizeitem_p.cpp | Lines: | 141-144 |
| | 2 | 1 |
clampToFloatName: | clampToFloat | Prototype: | inline float clampToFloat(double value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 279-282 |
| | 1 | 1 |
clampToIntegerName: | clampToInteger | Prototype: | inline int clampToInteger(double value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 274-277 |
| | 1 | 1 |
clampToIntegerName: | clampToInteger | Prototype: | inline int clampToInteger(float value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 289-292 |
| | 1 | 1 |
clampToPositiveIntegerName: | clampToPositiveInteger | Prototype: | inline int clampToPositiveInteger(double value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 284-287 |
| | 1 | 1 |
colorToColor4ubName: | colorToColor4ub | Prototype: | inline Color4ub colorToColor4ub(const QColor &c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgbasicinternalrectanglenode.cpp | Lines: | 56-64 |
| | 6 | 1 |
colorToColor4ubName: | colorToColor4ub | Prototype: | static inline QQuickShapeGenericRenderer::Color4ub colorToColor4ub(const QColor &c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quickshapes/qquickshapegenericrenderer.cpp | Lines: | 66-75 |
| | 7 | 1 |
constantName: | constant | Prototype: | static inline const QV4::Value &constant(Function *function, int index) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp | Lines: | 360-363 |
| | 1 | 1 |
contextHasNoExtensionsName: | contextHasNoExtensions | Prototype: | inline bool contextHasNoExtensions(QQmlContextData *context) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlpropertycache.cpp | Lines: | 787-792 |
| | 1 | 1 |
convertHexName: | convertHex | Prototype: | static inline QChar convertHex(QChar c1, QChar c2) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/parser/qqmljslexer.cpp | Lines: | 75-78 |
| | 1 | 1 |
convertJSValueToVariantTypeName: | convertJSValueToVariantType | Prototype: | template <typename ReturnType> ReturnType convertJSValueToVariantType(const QJSValue &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/v8/qv8engine.cpp | Lines: | 97-101 |
| | 1 | 1 |
copySignName: | copySign | Prototype: | static inline __attribute__((always_inline)) double copySign(double x, double y) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4mathobject.cpp | Lines: | 112-115 |
| | 1 | 1 |
createDummyWindowName: | createDummyWindow | Prototype: | static QObject *createDummyWindow(QQmlEngine *engine) | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/designer/qquickdesignersupportitems.cpp | Lines: | 166-170 |
| | 2 | 1 |
defaultMaximumForClampName: | defaultMaximumForClamp | Prototype: | template<typename T> inline T defaultMaximumForClamp() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 262-262 |
| | 1 | 1 |
defaultMinimumForClampName: | defaultMinimumForClamp | Prototype: | template<typename T> inline T defaultMinimumForClamp() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 259-259 |
| | 1 | 1 |
defaultMinimumForClampName: | defaultMinimumForClamp | Prototype: | template<> inline float defaultMinimumForClamp() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 260-260 |
| | 1 | 1 |
defaultMinimumForClampName: | defaultMinimumForClamp | Prototype: | template<> inline double defaultMinimumForClamp() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 261-261 |
| | 1 | 1 |
deg2gradName: | deg2grad | Prototype: | inline double deg2grad(double d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 242-242 |
| | 1 | 1 |
deg2gradName: | deg2grad | Prototype: | inline float deg2grad(float d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 251-251 |
| | 1 | 1 |
deg2radName: | deg2rad | Prototype: | inline double deg2rad(double d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 240-240 |
| | 1 | 1 |
deg2radName: | deg2rad | Prototype: | inline float deg2rad(float d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 249-249 |
| | 1 | 1 |
deg2turnName: | deg2turn | Prototype: | inline double deg2turn(double d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 245-245 |
| | 1 | 1 |
deg2turnName: | deg2turn | Prototype: | inline float deg2turn(float d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 254-254 |
| | 1 | 1 |
deletePathWorkThreadPoolName: | deletePathWorkThreadPool | Prototype: | static void deletePathWorkThreadPool() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quickshapes/qquickshapegenericrenderer.cpp | Lines: | 283-287 |
| | 2 | 1 |
dragOverThresholdName: | dragOverThreshold | Prototype: | static bool dragOverThreshold(const QQuickEventPoint *point) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/handlers/qquicktaphandler.cpp | Lines: | 110-115 |
| | 3 | 1 |
existingImageFileForPath::QQuickPixmap::QQuickPixmapName: | existingImageFileForPath::QQuickPixmap::QQuickPixmap | Prototype: | QQuickPixmap::QQuickPixmap(QQmlEngine *engine, const QUrl &url) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1356-1360 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::QQuickPixmapName: | existingImageFileForPath::QQuickPixmap::QQuickPixmap | Prototype: | QQuickPixmap::QQuickPixmap(QQmlEngine *engine, const QUrl &url, const QSize &size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1362-1366 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::QQuickPixmapName: | existingImageFileForPath::QQuickPixmap::QQuickPixmap | Prototype: | QQuickPixmap::QQuickPixmap() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1351-1354 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmap::QQuickPixmapName: | existingImageFileForPath::QQuickPixmap::QQuickPixmap | Prototype: | QQuickPixmap::QQuickPixmap(const QUrl &url, const QImage &image) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1368-1372 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmap::isCachedName: | existingImageFileForPath::QQuickPixmap::isCached | Prototype: | bool QQuickPixmap::isCached(const QUrl &url, const QSize &requestSize, const QQuickImageProviderOptions &options) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1621-1627 |
| | 3 | 1 |
existingImageFileForPath::QQuickPixmap::isErrorName: | existingImageFileForPath::QQuickPixmap::isError | Prototype: | bool QQuickPixmap::isError() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1393-1396 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::isLoadingName: | existingImageFileForPath::QQuickPixmap::isLoading | Prototype: | bool QQuickPixmap::isLoading() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1398-1401 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::isNullName: | existingImageFileForPath::QQuickPixmap::isNull | Prototype: | bool QQuickPixmap::isNull() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1383-1386 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::isReadyName: | existingImageFileForPath::QQuickPixmap::isReady | Prototype: | bool QQuickPixmap::isReady() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1388-1391 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::loadName: | existingImageFileForPath::QQuickPixmap::load | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1509-1512 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::loadName: | existingImageFileForPath::QQuickPixmap::load | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url, QQuickPixmap::Options options) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1514-1517 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::loadName: | existingImageFileForPath::QQuickPixmap::load | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url, const QSize &size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1519-1522 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::loadName: | existingImageFileForPath::QQuickPixmap::load | Prototype: | void QQuickPixmap::load(QQmlEngine *engine, const QUrl &url, const QSize &requestSize, QQuickPixmap::Options options) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1524-1527 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmap::purgeCacheName: | existingImageFileForPath::QQuickPixmap::purgeCache | Prototype: | void QQuickPixmap::purgeCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1130-1133 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapReader::QQuickPixmapReaderName: | existingImageFileForPath::QQuickPixmapReader::QQuickPixmapReader | Prototype: | QQuickPixmapReader::QQuickPixmapReader(QQmlEngine *eng) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 464-474 |
| | 4 | 1 |
existingImageFileForPath::QQuickPixmapReader::existingInstanceName: | existingImageFileForPath::QQuickPixmapReader::existingInstance | Prototype: | QQuickPixmapReader *QQuickPixmapReader::existingInstance(QQmlEngine *engine) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 895-899 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::QQuickPixmapReaderThreadObjectName: | existingImageFileForPath::QQuickPixmapReaderThreadObject::QQuickPixmapReaderThreadObject | Prototype: | QQuickPixmapReaderThreadObject::QQuickPixmapReaderThreadObject(QQuickPixmapReader *i) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 591-594 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::asyncResponseFinishedName: | existingImageFileForPath::QQuickPixmapReaderThreadObject::asyncResponseFinished | Prototype: | void QQuickPixmapReaderThreadObject::asyncResponseFinished(QQuickImageResponse *response) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 619-622 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::asyncResponseFinishedName: | existingImageFileForPath::QQuickPixmapReaderThreadObject::asyncResponseFinished | Prototype: | void QQuickPixmapReaderThreadObject::asyncResponseFinished() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 624-628 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::networkRequestDoneName: | existingImageFileForPath::QQuickPixmapReaderThreadObject::networkRequestDone | Prototype: | void QQuickPixmapReaderThreadObject::networkRequestDone() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 611-617 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapReaderThreadObject::processJobsName: | existingImageFileForPath::QQuickPixmapReaderThreadObject::processJobs | Prototype: | void QQuickPixmapReaderThreadObject::processJobs() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 596-599 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapReply::downloadProgressName: | existingImageFileForPath::QQuickPixmapReply::downloadProgress | Prototype: | void QQuickPixmapReply::downloadProgress(qint64 _t1, qint64 _t2) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/qquickpixmapcache.moc | Lines: | 140-144 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapReply::finishedName: | existingImageFileForPath::QQuickPixmapReply::finished | Prototype: | void QQuickPixmapReply::finished() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/qquickpixmapcache.moc | Lines: | 134-137 |
| | 1 | 1 |
existingImageFileForPath::QQuickPixmapStore::QQuickPixmapStoreName: | existingImageFileForPath::QQuickPixmapStore::QQuickPixmapStore | Prototype: | QQuickPixmapStore::QQuickPixmapStore() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1004-1007 |
| | 2 | 1 |
existingImageFileForPath::QQuickPixmapStore::purgeCacheName: | existingImageFileForPath::QQuickPixmapStore::purgeCache | Prototype: | void QQuickPixmapStore::purgeCache() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 1125-1128 |
| | 1 | 1 |
existingImageFileForPath::operator==Name: | existingImageFileForPath::operator== | Prototype: | inline bool operator==(const QQuickPixmapKey &lhs, const QQuickPixmapKey &rhs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 963-966 |
| | 1 | 1 |
existingImageFileForPath::qHashName: | existingImageFileForPath::qHash | Prototype: | inline uint qHash(const QQuickPixmapKey &key) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickpixmapcache.cpp | Lines: | 968-971 |
| | 1 | 1 |
expressions_to_runName: | expressions_to_run | Prototype: | static inline bool expressions_to_run(QQmlContextData *ctxt, bool isGlobalRefresh) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlcontext.cpp | Lines: | 711-714 |
| | 1 | 1 |
fillRectShadowName: | fillRectShadow | Prototype: | static void fillRectShadow(QPainter* p, QRectF shadowRect, qreal offsetX, qreal offsetY, qreal blur, const QColor& color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp | Lines: | 169-173 |
| | 2 | 1 |
fillShadowPathName: | fillShadowPath | Prototype: | static void fillShadowPath(QPainter* p, const QPainterPath& path, qreal offsetX, qreal offsetY, qreal blur, const QColor& color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp | Lines: | 175-179 |
| | 2 | 1 |
findCompositeSingletons::[lambda]Name: | findCompositeSingletons::[lambda] | Prototype: | [&resultList, &set](const QQmlType &singleton) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlimport.cpp | Lines: | 481-488 |
| | 6 | 1 |
fontSmoothingGammaName: | fontSmoothingGamma | Prototype: | static inline qreal fontSmoothingGamma() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgdefaultglyphnode_p.cpp | Lines: | 125-129 |
| | 1 | 1 |
freeFramebufferFuncName: | freeFramebufferFunc | Prototype: | static void freeFramebufferFunc(QOpenGLFunctions *funcs, GLuint id) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgdefaultdistancefieldglyphcache.cpp | Lines: | 278-281 |
| | 1 | 1 |
getColorProviderName: | getColorProvider | Prototype: | static QQuickColorProvider *getColorProvider() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickglobal.cpp | Lines: | 844-848 |
| | 1 | 1 |
getGuiProviderName: | getGuiProvider | Prototype: | static QQuickGuiProvider *getGuiProvider() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickglobal.cpp | Lines: | 850-854 |
| | 1 | 1 |
getPageName: | getPage | Prototype: | Page *getPage(Value *val) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4persistent.cpp | Lines: | 67-69 |
| | 1 | 1 |
getValueTypeProviderName: | getValueTypeProvider | Prototype: | static QQuickValueTypeProvider *getValueTypeProvider() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickglobal.cpp | Lines: | 838-842 |
| | 1 | 1 |
grad2degName: | grad2deg | Prototype: | inline double grad2deg(double g) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 243-243 |
| | 1 | 1 |
grad2degName: | grad2deg | Prototype: | inline float grad2deg(float g) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/MathExtras.h | Lines: | 252-252 |
| | 1 | 1 |