| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
WTF::bitCount| Name: | WTF::bitCount | | Prototype: | inline size_t bitCount(unsigned bits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | | Lines: | 151-156 |
| | 3 | 1 |
WTF::binarySearchImpl| Name: | WTF::binarySearchImpl | | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey, BinarySearchMode mode> inline ArrayElementType* binarySearchImpl(ArrayType& array, size_t size, KeyType key, const ExtractKey& extractKey = ExtractKey()) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | | Lines: | 185-222 |
| | 20 | 7 |
WTF::binarySearch| Name: | WTF::binarySearch | | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* binarySearch(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: | 225-229 |
| | 1 | 1 |
WTF::binarySearch| Name: | WTF::binarySearch | | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* binarySearch(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: | 246-250 |
| | 1 | 1 |
WTF::approximateBinarySearch| Name: | WTF::approximateBinarySearch | | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* approximateBinarySearch(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: | 239-243 |
| | 1 | 1 |
WTF::approximateBinarySearch| Name: | WTF::approximateBinarySearch | | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* approximateBinarySearch(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: | 256-260 |
| | 1 | 1 |
WTF::Vector::append| Name: | WTF::Vector::append | | Prototype: | inline void append(const Vector<T>& vector) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 66-69 |
| | 1 | 1 |
WTF::Vector::append| Name: | WTF::Vector::append | | Prototype: | inline void append(const T* ptr, size_t count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 71-75 |
| | 2 | 2 |
WTF::String::getCharacters| Name: | WTF::String::getCharacters | | Prototype: | template <> inline const unsigned char* String::getCharacters<unsigned char>() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h | | Lines: | 61-62 |
| | 1 | 1 |
WTF::String::characters8| Name: | WTF::String::characters8 | | Prototype: | const unsigned char *characters8() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h | | Lines: | 53-53 |
| | 1 | 1 |
WTF::RecordOverflow::overflowed| Name: | WTF::RecordOverflow::overflowed | | Prototype: | 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: | 96-99 |
| | 1 | 1 |
WTF::RecordOverflow::hasOverflowed| Name: | WTF::RecordOverflow::hasOverflowed | | Prototype: | bool hasOverflowed() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 107-107 |
| | 1 | 1 |
WTF::RecordOverflow::clearOverflow| Name: | WTF::RecordOverflow::clearOverflow | | Prototype: | void clearOverflow() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 101-104 |
| | 1 | 1 |
WTF::RecordOverflow::RecordOverflow| Name: | WTF::RecordOverflow::RecordOverflow | | Prototype: | RecordOverflow() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | | Lines: | 91-94 |
| | 2 | 1 |
WTF::RawPointer::value| Name: | WTF::RawPointer::value | | Prototype: | const void* value() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/RawPointer.h | | Lines: | 48-48 |
| | 1 | 1 |
WTF::RawPointer::RawPointer| Name: | WTF::RawPointer::RawPointer | | Prototype: | RawPointer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/RawPointer.h | | Lines: | 33-36 |
| | 2 | 1 |
WTF::RawPointer::RawPointer| Name: | WTF::RawPointer::RawPointer | | Prototype: | explicit RawPointer(void* value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/RawPointer.h | | Lines: | 38-41 |
| | 2 | 1 |
WTF::RawPointer::RawPointer| Name: | WTF::RawPointer::RawPointer | | Prototype: | explicit RawPointer(const void* value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/RawPointer.h | | Lines: | 43-46 |
| | 2 | 1 |
WTF::PrintStream::printf| Name: | WTF::PrintStream::printf | | Prototype: | void PrintStream::printf(const char* format, ...) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.cpp | | Lines: | 38-44 |
| | 20 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T> void print(const T& value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 54-58 |
| | 1 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2> void print(const T1& value1, const T2& value2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 60-65 |
| | 2 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3> void print(const T1& value1, const T2& value2, const T3& value3) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 67-73 |
| | 3 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 75-82 |
| | 4 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 84-92 |
| | 5 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 94-103 |
| | 6 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 105-115 |
| | 7 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 117-128 |
| | 8 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 130-142 |
| | 9 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 144-157 |
| | 10 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 159-173 |
| | 11 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 175-190 |
| | 12 | 1 |
WTF::PrintStream::print| Name: | WTF::PrintStream::print | | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12, typename T13> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12, const T13& value13) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 192-208 |
| | 13 | 1 |
WTF::PointerDump::dump| Name: | WTF::PointerDump::dump | | Prototype: | void dump(PrintStream& out) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 278-284 |
| | 3 | 2 |
WTF::PointerDump::PointerDump| Name: | WTF::PointerDump::PointerDump | | Prototype: | PointerDump(const T* ptr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | | Lines: | 273-276 |
| | 2 | 1 |
WTF::PageReservation::committed| Name: | WTF::PageReservation::committed | | Prototype: | size_t committed() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageReservation.h | | Lines: | 99-102 |
| | 1 | 1 |
WTF::PageAllocationAligned::deallocate| Name: | WTF::PageAllocationAligned::deallocate | | Prototype: | void PageAllocationAligned::deallocate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocationAligned.cpp | | Lines: | 67-84 |
| | 7 | 1 |
WTF::PageAllocationAligned::allocate| Name: | WTF::PageAllocationAligned::allocate | | Prototype: | PageAllocationAligned PageAllocationAligned::allocate(size_t size, size_t alignment, OSAllocator::Usage usage, bool writable) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocationAligned.cpp | | Lines: | 31-65 |
| | 13 | 1 |
WTF::PageAllocationAligned::PageAllocationAligned| Name: | WTF::PageAllocationAligned::PageAllocationAligned | | Prototype: | PageAllocationAligned(void* base, size_t size, void* reservationBase, size_t reservationSize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocationAligned.h | | Lines: | 55-59 |
| | 2 | 1 |
WTF::PageAllocation::operator<| Name: | WTF::PageAllocation::operator< | | Prototype: | bool operator<(const PageAllocation &b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | | Lines: | 89-89 |
| | 1 | 1 |
WTF::OSAllocator::reserveAndCommit| Name: | WTF::OSAllocator::reserveAndCommit | | Prototype: | inline void* OSAllocator::reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocator.h | | Lines: | 82-87 |
| | 3 | 1 |
WTF::OSAllocator::reallocateCommitted| Name: | WTF::OSAllocator::reallocateCommitted | | Prototype: | template<typename T> inline T* OSAllocator::reallocateCommitted(T* oldBase, size_t oldSize, size_t newSize, Usage usage, bool writable, bool executable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocator.h | | Lines: | 108-115 |
| | 4 | 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::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::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::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::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::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::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::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, 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::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 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--() | | 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: | 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: | 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: | 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::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::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 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, 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::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::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::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::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::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::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::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::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 |
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 |
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::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::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 |
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 |
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::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 |
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 |
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::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::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::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 |
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 |
VDMListDelegateDataType::columnCount| Name: | VDMListDelegateDataType::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: | 666-669 |
| | 1 | 1 |
VDMAbstractItemModelDataType::columnCount| Name: | VDMAbstractItemModelDataType::columnCount | | Prototype: | int columnCount(const QQmlAdaptorModel &model) const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/util/qqmladaptormodel.cpp | | Lines: | 461-464 |
| | 1 | 1 |
StrokePathShadow::paint| Name: | StrokePathShadow::paint | | Prototype: | void paint(QPainter *p) const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp | | Lines: | 137-137 |
| | 1 | 1 |
StrokePathShadow::boundingRect| Name: | StrokePathShadow::boundingRect | | Prototype: | QRectF boundingRect() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp | | Lines: | 139-143 |
| | 2 | 1 |
StrokePathShadow::StrokePathShadow| Name: | StrokePathShadow::StrokePathShadow | | Prototype: | StrokePathShadow(const QPainterPath &path, const QPen &pen) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp | | Lines: | 131-135 |
| | 2 | 1 |
StringOrTranslation::StringOrTranslation| Name: | StringOrTranslation::StringOrTranslation | | Prototype: | StringOrTranslation::StringOrTranslation(const QV4::CompiledData::Binding *binding) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/types/qqmllistmodel.cpp | | Lines: | 276-281 |
| | 3 | 1 |
String::virtualGetLength [qv4string.cpp #2]| Name: | String::virtualGetLength [qv4string.cpp #2] | | Prototype: | qint64 String::virtualGetLength(const Managed *m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4string.cpp #2 | | Lines: | 260-263 |
| | 1 | 1 |
StaticLoader::loadThread| Name: | StaticLoader::loadThread | | Prototype: | void loadThread(QQmlTypeLoader *loader, QQmlDataBlob *blob) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypeloader.cpp | | Lines: | 1012-1015 |
| | 1 | 1 |
StaticLoader::loadAsync| Name: | StaticLoader::loadAsync | | Prototype: | void loadAsync(QQmlTypeLoader *loader, QQmlDataBlob *blob) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypeloader.cpp | | Lines: | 1020-1023 |
| | 1 | 1 |
SparseArrayNode::copy| Name: | SparseArrayNode::copy | | Prototype: | SparseArrayNode *SparseArrayNode::copy(SparseArray *d) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4sparsearray.cpp | | Lines: | 90-108 |
| | 12 | 3 |
SparseArrayData::push_front| Name: | SparseArrayData::push_front | | Prototype: | void SparseArrayData::push_front(Object *o, const Value *values, uint n) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata.cpp | | Lines: | 477-487 |
| | 7 | 2 |
SparseArrayData::pop_front| Name: | SparseArrayData::pop_front | | Prototype: | ReturnedValue SparseArrayData::pop_front(Object *o) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4arraydata.cpp | | Lines: | 489-502 |
| | 11 | 2 |