| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
VDMObjectDelegateDataType::VDMObjectDelegateDataType| Name: | VDMObjectDelegateDataType::VDMObjectDelegateDataType | | Prototype: | VDMObjectDelegateDataType(const VDMObjectDelegateDataType &type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 730-743 |
| | 1 | 1 |
VDMObjectDelegateDataType::cleanup| Name: | VDMObjectDelegateDataType::cleanup | | Prototype: | void cleanup(QQmlAdaptorModel &, QQmlDelegateModel *) const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 787-790 |
| | 1 | 1 |
VDMObjectDelegateDataType::columnCount| Name: | VDMObjectDelegateDataType::columnCount | | Prototype: | int columnCount(const QQmlAdaptorModel &) const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 755-758 |
| | 1 | 1 |
VDMObjectDelegateDataType::createItem| Name: | VDMObjectDelegateDataType::createItem | | Prototype: | QQmlDelegateModelItem *createItem( QQmlAdaptorModel &model, QQmlDelegateModelItemMetaType *metaType, int index) const override | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 767-778 |
| | 6 | 2 |
VDMObjectDelegateDataType::initializeMetaType| Name: | VDMObjectDelegateDataType::initializeMetaType | | Prototype: | void initializeMetaType(QQmlAdaptorModel &) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 780-785 |
| | 2 | 1 |
VDMObjectDelegateDataType::rowCount| Name: | VDMObjectDelegateDataType::rowCount | | Prototype: | int rowCount(const QQmlAdaptorModel &model) const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 750-753 |
| | 1 | 1 |
VDMObjectDelegateDataType::value| Name: | VDMObjectDelegateDataType::value | | Prototype: | QVariant value(const QQmlAdaptorModel &model, int index, const QString &role) const override | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 760-765 |
| | 3 | 2 |
VDMObjectDelegateDataType::~VDMObjectDelegateDataType| Name: | VDMObjectDelegateDataType::~VDMObjectDelegateDataType | | Prototype: | ~VDMObjectDelegateDataType() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 745-748 |
| | 1 | 1 |
VME::exec| Name: | VME::exec | | Prototype: | ReturnedValue VME::exec(CppStackFrame *frame, ExecutionEngine *engine) | | Coverage: | 100.000% (22/22) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp | | Lines: | 415-447 |
| | 18 | 8 |
VME::interpret| Name: | VME::interpret | | Prototype: | QV4::ReturnedValue VME::interpret(CppStackFrame *frame, ExecutionEngine *engine, const char *code) | | Coverage: | 76.147% (830/1090) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp | | Lines: | 449-1344 |
| | 687 | 560 |
Value::sameValue| Name: | Value::sameValue | | Prototype: | bool Value::sameValue(Value other) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4value.cpp | | Lines: | 253-267 |
| | 13 | 5 |
Value::sameValueZero| Name: | Value::sameValueZero | | Prototype: | bool Value::sameValueZero(Value other) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4value.cpp | | Lines: | 269-286 |
| | 14 | 7 |
Value::toBooleanImpl| Name: | Value::toBooleanImpl | | Prototype: | bool Value::toBooleanImpl(Value val) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4value.cpp | | Lines: | 80-98 |
| | 8 | 3 |
Value::toNumberImpl| Name: | Value::toNumberImpl | | Prototype: | double Value::toNumberImpl(Value val) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4value.cpp | | Lines: | 100-134 |
| | 6 | 7 |
Value::toUInt16| Name: | Value::toUInt16 | | Prototype: | int Value::toUInt16() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4value.cpp | | Lines: | 54-78 |
| | 15 | 6 |
ValueLookupJob::ValueLookupJob| Name: | ValueLookupJob::ValueLookupJob | | Prototype: | ValueLookupJob::ValueLookupJob(const QJsonArray &handles, QV4DataCollector *collector) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/plugins/qmltooling/qmldbg_debugger/qv4debugjob.cpp | | Lines: | 206-207 |
| | 1 | 1 |
ValueLookupJob::exceptionMessage| Name: | ValueLookupJob::exceptionMessage | | Prototype: | const QString &ValueLookupJob::exceptionMessage() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/plugins/qmltooling/qmldbg_debugger/qv4debugjob.cpp | | Lines: | 236-239 |
| | 1 | 1 |
ValueLookupJob::run| Name: | ValueLookupJob::run | | Prototype: | void ValueLookupJob::run() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/plugins/qmltooling/qmldbg_debugger/qv4debugjob.cpp | | Lines: | 209-234 |
| | 17 | 4 |
VariantObject::Data::isScarce| Name: | VariantObject::Data::isScarce | | Prototype: | bool VariantObject::Data::isScarce() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 67-71 |
| | 2 | 1 |
VariantObject::addVmePropertyReference| Name: | VariantObject::addVmePropertyReference | | Prototype: | void VariantObject::addVmePropertyReference() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 87-95 |
| | 2 | 2 |
VariantObject::removeVmePropertyReference| Name: | VariantObject::removeVmePropertyReference | | Prototype: | void VariantObject::removeVmePropertyReference() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 97-105 |
| | 2 | 2 |
VariantObject::virtualIsEqualTo| Name: | VariantObject::virtualIsEqualTo | | Prototype: | bool VariantObject::virtualIsEqualTo(Managed *m, Managed *other) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 73-85 |
| | 7 | 3 |
VariantPrototype::init| Name: | VariantPrototype::init | | Prototype: | void VariantPrototype::init() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 108-114 |
| | 4 | 1 |
VariantPrototype::method_destroy| Name: | VariantPrototype::method_destroy | | Prototype: | ReturnedValue VariantPrototype::method_destroy(const FunctionObject *, const Value *thisObject, const Value *, int) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 124-133 |
| | 6 | 3 |
VariantPrototype::method_preserve| Name: | VariantPrototype::method_preserve | | Prototype: | ReturnedValue VariantPrototype::method_preserve(const FunctionObject *, const Value *thisObject, const Value *, int) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 116-122 |
| | 4 | 2 |
VariantPrototype::method_toString| Name: | VariantPrototype::method_toString | | Prototype: | ReturnedValue VariantPrototype::method_toString(const FunctionObject *b, const Value *thisObject, const Value *, int) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 135-148 |
| | 10 | 3 |
VariantPrototype::method_valueOf| Name: | VariantPrototype::method_valueOf | | Prototype: | ReturnedValue VariantPrototype::method_valueOf(const FunctionObject *b, const Value *thisObject, const Value *, int) | | Coverage: | 36.842% (7/19) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4variantobject.cpp | | Lines: | 150-174 |
| | 13 | 10 |
Vertex::set| Name: | Vertex::set | | Prototype: | void set(float primary, float secondary, Color4ub ncolor, bool vertical) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgbasicinternalrectanglenode.cpp | | Lines: | 72-80 |
| | 4 | 2 |
VirtualDirectoryEntry::append| Name: | VirtualDirectoryEntry::append | | Prototype: | VirtualDirectoryEntry *append(const QString &name) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/generateloader.cpp | | Lines: | 115-127 |
| | 8 | 3 |
VirtualDirectoryEntry::appendEmptyFile| Name: | VirtualDirectoryEntry::appendEmptyFile | | Prototype: | void appendEmptyFile(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/generateloader.cpp | | Lines: | 129-135 |
| | 4 | 1 |
VirtualDirectoryEntry::isEmpty| Name: | VirtualDirectoryEntry::isEmpty | | Prototype: | bool isEmpty() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/generateloader.cpp | | Lines: | 137-137 |
| | 1 | 1 |
VirtualDirectoryEntry::~VirtualDirectoryEntry| Name: | VirtualDirectoryEntry::~VirtualDirectoryEntry | | Prototype: | ~VirtualDirectoryEntry() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qmlcachegen/generateloader.cpp | | Lines: | 110-113 |
| | 1 | 1 |
WTF::ArithmeticOperations::add| Name: | WTF::ArithmeticOperations::add | | Prototype: | static inline bool add(LHS lhs, RHS rhs, ResultType& result) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 304-311 |
| | 5 | 2 |
WTF::ArithmeticOperations::add| Name: | WTF::ArithmeticOperations::add | | Prototype: | static inline bool add(int64_t lhs, int64_t rhs, ResultType& result) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 379-382 |
| | 1 | 1 |
WTF::ArithmeticOperations::equals| Name: | WTF::ArithmeticOperations::equals | | Prototype: | static inline bool equals(LHS lhs, RHS rhs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 334-334 |
| | 1 | 1 |
WTF::ArithmeticOperations::equals| Name: | WTF::ArithmeticOperations::equals | | Prototype: | static inline bool equals(int lhs, unsigned rhs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 372-375 |
| | 1 | 1 |
WTF::ArithmeticOperations::equals| Name: | WTF::ArithmeticOperations::equals | | Prototype: | static inline bool equals(unsigned lhs, int rhs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 394-397 |
| | 1 | 1 |
WTF::ArithmeticOperations::multiply| Name: | WTF::ArithmeticOperations::multiply | | Prototype: | static inline bool multiply(LHS lhs, RHS rhs, ResultType& result) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 322-332 |
| | 7 | 3 |
WTF::ArithmeticOperations::multiply| Name: | WTF::ArithmeticOperations::multiply | | Prototype: | static inline bool multiply(int64_t lhs, int64_t rhs, ResultType& result) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 389-392 |
| | 1 | 1 |
WTF::ArithmeticOperations::signsMatch| Name: | WTF::ArithmeticOperations::signsMatch | | Prototype: | static inline bool signsMatch(LHS lhs, RHS rhs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 237-240 |
| | 1 | 1 |
WTF::ArithmeticOperations::sub| Name: | WTF::ArithmeticOperations::sub | | Prototype: | static inline bool sub(LHS lhs, RHS rhs, ResultType& result) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 313-320 |
| | 5 | 2 |
WTF::ArithmeticOperations::sub| Name: | WTF::ArithmeticOperations::sub | | Prototype: | static inline bool sub(int64_t lhs, int64_t rhs, ResultType& result) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 384-387 |
| | 1 | 1 |
WTF::BoundsCheckElider::inBounds| Name: | WTF::BoundsCheckElider::inBounds | | Prototype: | static bool inBounds(Source) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 166-166 |
| | 1 | 1 |
WTF::BoundsChecker::inBounds| Name: | WTF::BoundsChecker::inBounds | | Prototype: | static bool inBounds(Source value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 153-161 |
| | 3 | 2 |
WTF::BumpPointerAllocator::BumpPointerAllocator| Name: | WTF::BumpPointerAllocator::BumpPointerAllocator | | Prototype: | BumpPointerAllocator() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 220-223 |
| | 2 | 1 |
WTF::BumpPointerAllocator::startAllocator| Name: | WTF::BumpPointerAllocator::startAllocator | | Prototype: | BumpPointerPool* startAllocator() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 231-236 |
| | 3 | 2 |
WTF::BumpPointerAllocator::stopAllocator| Name: | WTF::BumpPointerAllocator::stopAllocator | | Prototype: | void stopAllocator() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 238-242 |
| | 2 | 2 |
WTF::BumpPointerAllocator::~BumpPointerAllocator| Name: | WTF::BumpPointerAllocator::~BumpPointerAllocator | | Prototype: | ~BumpPointerAllocator() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 225-229 |
| | 2 | 2 |
WTF::BumpPointerPool::BumpPointerPool| Name: | WTF::BumpPointerPool::BumpPointerPool | | Prototype: | BumpPointerPool(const PageAllocation& allocation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 99-106 |
| | 2 | 1 |
WTF::BumpPointerPool::alloc| Name: | WTF::BumpPointerPool::alloc | | Prototype: | void* alloc(size_t size) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 58-66 |
| | 6 | 1 |
WTF::BumpPointerPool::create| Name: | WTF::BumpPointerPool::create | | Prototype: | static BumpPointerPool* create(size_t minimumCapacity = 0) | | Coverage: | 30.769% (4/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 108-128 |
| | 13 | 5 |
WTF::BumpPointerPool::dealloc| Name: | WTF::BumpPointerPool::dealloc | | Prototype: | BumpPointerPool* dealloc(void* position) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 81-89 |
| | 5 | 2 |
WTF::BumpPointerPool::deallocCrossPool| Name: | WTF::BumpPointerPool::deallocCrossPool | | Prototype: | static BumpPointerPool* deallocCrossPool(BumpPointerPool* pool, void* position) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 172-192 |
| | 9 | 4 |
WTF::BumpPointerPool::destroy| Name: | WTF::BumpPointerPool::destroy | | Prototype: | void destroy() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 141-144 |
| | 1 | 1 |
WTF::BumpPointerPool::ensureCapacity| Name: | WTF::BumpPointerPool::ensureCapacity | | Prototype: | BumpPointerPool* ensureCapacity(size_t size) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 47-54 |
| | 5 | 2 |
WTF::BumpPointerPool::ensureCapacityCrossPool| Name: | WTF::BumpPointerPool::ensureCapacityCrossPool | | Prototype: | static BumpPointerPool* ensureCapacityCrossPool(BumpPointerPool* previousPool, size_t size) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 146-170 |
| | 14 | 4 |
WTF::BumpPointerPool::operator new| Name: | WTF::BumpPointerPool::operator new | | Prototype: | void* operator new(size_t size, const PageAllocation& allocation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 93-97 |
| | 2 | 1 |
WTF::BumpPointerPool::shrink| Name: | WTF::BumpPointerPool::shrink | | Prototype: | void shrink() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/BumpPointerAllocator.h | | Lines: | 130-139 |
| | 6 | 2 |
WTF::CharacterDump::CharacterDump| Name: | WTF::CharacterDump::CharacterDump | | Prototype: | CharacterDump(const char& value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 268-268 |
| | 1 | 1 |
WTF::CharacterDump::dump| Name: | WTF::CharacterDump::dump | | Prototype: | void dump(PrintStream& out) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 268-268 |
| | 1 | 1 |
WTF::Checked::Checked| Name: | WTF::Checked::Checked | | Prototype: | Checked() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 428-431 |
| | 2 | 1 |
WTF::Checked::Checked| Name: | WTF::Checked::Checked | | Prototype: | Checked(ResultOverflowedTag) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 433-439 |
| | 2 | 2 |
WTF::Checked::Checked| Name: | WTF::Checked::Checked | | Prototype: | template <typename U> Checked(U value) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 441-446 |
| | 3 | 2 |
WTF::Checked::Checked| Name: | WTF::Checked::Checked | | Prototype: | template <typename V> Checked(const Checked<T, V>& rhs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 448-453 |
| | 2 | 2 |
WTF::Checked::Checked| Name: | WTF::Checked::Checked | | Prototype: | template <typename U> Checked(const Checked<U, OverflowHandler>& rhs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 455-461 |
| | 3 | 2 |
WTF::Checked::Checked| Name: | WTF::Checked::Checked | | Prototype: | template <typename U, typename V> Checked(const Checked<U, V>& rhs) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 463-470 |
| | 5 | 3 |
WTF::Checked::UnspecifiedBoolType| Name: | WTF::Checked::UnspecifiedBoolType | | Prototype: | operator UnspecifiedBoolType*() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 532-537 |
| | 3 | 2 |
WTF::Checked::operator!| Name: | WTF::Checked::operator! | | Prototype: | bool operator!() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 524-529 |
| | 3 | 2 |
WTF::Checked::operator!=| Name: | WTF::Checked::operator!= | | Prototype: | template <typename U> bool operator!=(U rhs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 631-634 |
| | 1 | 1 |
WTF::Checked::operator*=| Name: | WTF::Checked::operator*= | | Prototype: | template <typename U> const Checked operator*=(U rhs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 570-575 |
| | 3 | 2 |
WTF::Checked::operator*=| Name: | WTF::Checked::operator*= | | Prototype: | const Checked operator*=(double rhs) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 577-585 |
| | 5 | 2 |
WTF::Checked::operator*=| Name: | WTF::Checked::operator*= | | Prototype: | const Checked operator*=(float rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 587-590 |
| | 1 | 1 |
WTF::Checked::operator*=| Name: | WTF::Checked::operator*= | | Prototype: | template <typename U, typename V> const Checked operator*=(Checked<U, V> rhs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 606-611 |
| | 3 | 2 |
WTF::Checked::operator++| Name: | WTF::Checked::operator++ | | Prototype: | const Checked& operator++() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 492-498 |
| | 4 | 2 |
WTF::Checked::operator++| Name: | WTF::Checked::operator++ | | Prototype: | const Checked operator++(int) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 509-514 |
| | 3 | 2 |
WTF::Checked::operator+=| Name: | WTF::Checked::operator+= | | Prototype: | template <typename U> const Checked operator+=(U rhs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 556-561 |
| | 3 | 2 |
WTF::Checked::operator+=| Name: | WTF::Checked::operator+= | | Prototype: | template <typename U, typename V> const Checked operator+=(Checked<U, V> rhs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 592-597 |
| | 3 | 2 |
WTF::Checked::operator--| Name: | WTF::Checked::operator-- | | Prototype: | const Checked& operator--() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 500-506 |
| | 4 | 2 |
WTF::Checked::operator--| Name: | WTF::Checked::operator-- | | Prototype: | const Checked operator--(int) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 516-521 |
| | 3 | 2 |
WTF::Checked::operator-=| Name: | WTF::Checked::operator-= | | Prototype: | template <typename U> const Checked operator-=(U rhs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 563-568 |
| | 3 | 2 |
WTF::Checked::operator-=| Name: | WTF::Checked::operator-= | | Prototype: | template <typename U, typename V> const Checked operator-=(Checked<U, V> rhs) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 599-604 |
| | 3 | 2 |
WTF::Checked::operator=| Name: | WTF::Checked::operator= | | Prototype: | const Checked& operator=(Checked rhs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 472-479 |
| | 5 | 2 |
WTF::Checked::operator=| Name: | WTF::Checked::operator= | | Prototype: | template <typename U> const Checked& operator=(U value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 481-484 |
| | 1 | 1 |
WTF::Checked::operator=| Name: | WTF::Checked::operator= | | Prototype: | template <typename U, typename V> const Checked& operator=(const Checked<U, V>& rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 486-489 |
| | 1 | 1 |
WTF::Checked::operator==| Name: | WTF::Checked::operator== | | Prototype: | template <typename V> bool operator==(Checked<T, V> rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 614-617 |
| | 1 | 1 |
WTF::Checked::operator==| Name: | WTF::Checked::operator== | | Prototype: | template <typename U> bool operator==(U rhs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 619-624 |
| | 3 | 2 |
WTF::Checked::operator==| Name: | WTF::Checked::operator== | | Prototype: | template <typename U, typename V> const Checked operator==(Checked<U, V> rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 626-629 |
| | 1 | 1 |
WTF::Checked::safeGet| Name: | WTF::Checked::safeGet | | Prototype: | inline CheckedState safeGet(T& value) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 547-553 |
| | 4 | 2 |
WTF::Checked::unsafeGet| Name: | WTF::Checked::unsafeGet | | Prototype: | T unsafeGet() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 540-545 |
| | 3 | 2 |
WTF::CrashOnOverflow::hasOverflowed| Name: | WTF::CrashOnOverflow::hasOverflowed | | Prototype: | bool hasOverflowed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 86-86 |
| | 1 | 1 |
WTF::CrashOnOverflow::overflowed| Name: | WTF::CrashOnOverflow::overflowed | | Prototype: | static void overflowed() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 78-81 |
| | 1 | 1 |
WTF::FilePrintStream::FilePrintStream| Name: | WTF::FilePrintStream::FilePrintStream | | Prototype: | FilePrintStream::FilePrintStream(FILE* file, AdoptionMode adoptionMode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/FilePrintStream.cpp | | Lines: | 31-35 |
| | 2 | 1 |
WTF::FilePrintStream::file| Name: | WTF::FilePrintStream::file | | Prototype: | FILE* file() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/FilePrintStream.h | | Lines: | 47-47 |
| | 1 | 1 |
WTF::FilePrintStream::flush| Name: | WTF::FilePrintStream::flush | | Prototype: | void FilePrintStream::flush() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/FilePrintStream.cpp | | Lines: | 59-62 |
| | 1 | 1 |
WTF::FilePrintStream::open| Name: | WTF::FilePrintStream::open | | Prototype: | PassOwnPtr<FilePrintStream> FilePrintStream::open(const char* filename, const char* mode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/FilePrintStream.cpp | | Lines: | 45-52 |
| | 4 | 2 |
WTF::FilePrintStream::vprintf| Name: | WTF::FilePrintStream::vprintf | | Prototype: | void FilePrintStream::vprintf(const char* format, va_list argList) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/FilePrintStream.cpp | | Lines: | 54-57 |
| | 1 | 1 |
WTF::FilePrintStream::~FilePrintStream| Name: | WTF::FilePrintStream::~FilePrintStream | | Prototype: | FilePrintStream::~FilePrintStream() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/FilePrintStream.cpp | | Lines: | 37-43 |
| | 4 | 3 |
WTF::OSAllocator::canAllocateExecutableMemory| Name: | WTF::OSAllocator::canAllocateExecutableMemory | | Prototype: | bool OSAllocator::canAllocateExecutableMemory() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp | | Lines: | 275-288 |
| | 29 | 2 |
WTF::OSAllocator::commit| Name: | WTF::OSAllocator::commit | | Prototype: | void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp | | Lines: | 215-245 |
| | 24 | 4 |
WTF::OSAllocator::decommit| Name: | WTF::OSAllocator::decommit | | Prototype: | void OSAllocator::decommit(void* address, size_t bytes) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp | | Lines: | 247-266 |
| | 11 | 2 |