| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
Vector| Name: | WTF::Vector::Vector | | Prototype: | Vector(int initialSize) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 57-57 |
| | 1 | 1 |
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 |
append| Name: | WTF::Vector::append | | Prototype: | inline void append(const T& value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 59-60 |
| | 1 | 1 |
append| Name: | WTF::Vector::append | | Prototype: | template <typename OtherType> inline void append(const OtherType& other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 62-64 |
| | 1 | 1 |
grow| Name: | WTF::Vector::grow | | Prototype: | inline void grow(size_t size) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 90-91 |
| | 1 | 1 |
insert| Name: | WTF::Vector::insert | | Prototype: | inline void insert(size_t position, T value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 87-88 |
| | 1 | 1 |
isEmpty| Name: | WTF::Vector::isEmpty | | Prototype: | inline bool isEmpty() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 102-102 |
| | 1 | 1 |
last| Name: | WTF::Vector::last | | Prototype: | inline T &last() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 104-104 |
| | 1 | 1 |
remove| Name: | WTF::Vector::remove | | Prototype: | inline void remove(size_t position) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 99-100 |
| | 1 | 1 |
reserveInitialCapacity| Name: | WTF::Vector::reserveInitialCapacity | | Prototype: | inline void reserveInitialCapacity(size_t size) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 85-85 |
| | 1 | 1 |
shrink| Name: | WTF::Vector::shrink | | Prototype: | inline void shrink(size_t size) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 93-94 |
| | 1 | 1 |
shrinkToFit| Name: | WTF::Vector::shrinkToFit | | Prototype: | inline void shrinkToFit() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 96-97 |
| | 1 | 1 |
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 |
append| Name: | WTF::Vector::append | | Prototype: | inline void append(typename std::vector<T>::const_iterator it, size_t count) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | | Lines: | 77-81 |
| | 2 | 2 |