| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
begin| Name: | QAssociativeIterable::const_iterator::begin | | Prototype: | void QAssociativeIterable::const_iterator::begin() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4193-4196 |
| | 1 | 1 |
const_iterator| Name: | QAssociativeIterable::const_iterator::const_iterator | | Prototype: | QAssociativeIterable::const_iterator::const_iterator(const QAssociativeIterable &iter, QAtomicInt *ref_) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4181-4185 |
| | 1 | 1 |
const_iterator| Name: | QAssociativeIterable::const_iterator::const_iterator | | Prototype: | QAssociativeIterable::const_iterator::const_iterator(const QtMetaTypePrivate::QAssociativeIterableImpl &impl, QAtomicInt *ref_) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4187-4191 |
| | 1 | 1 |
const_iterator| Name: | QAssociativeIterable::const_iterator::const_iterator | | Prototype: | QAssociativeIterable::const_iterator::const_iterator(const const_iterator &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4309-4313 |
| | 1 | 1 |
end| Name: | QAssociativeIterable::const_iterator::end | | Prototype: | void QAssociativeIterable::const_iterator::end() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4198-4201 |
| | 1 | 1 |
find| Name: | QAssociativeIterable::const_iterator::find | | Prototype: | void QAssociativeIterable::const_iterator::find(const QVariant &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4203-4208 |
| | 3 | 1 |
key| Name: | QAssociativeIterable::const_iterator::key | | Prototype: | const QVariant QAssociativeIterable::const_iterator::key() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4346-4353 |
| | 5 | 2 |
operator!=| Name: | QAssociativeIterable::const_iterator::operator!= | | Prototype: | bool QAssociativeIterable::const_iterator::operator!=(const const_iterator &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4384-4387 |
| | 1 | 1 |
operator*| Name: | QAssociativeIterable::const_iterator::operator* | | Prototype: | const QVariant QAssociativeIterable::const_iterator::operator*() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4334-4341 |
| | 5 | 2 |
operator+| Name: | QAssociativeIterable::const_iterator::operator+ | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator+(int j) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4475-4481 |
| | 4 | 1 |
operator++| Name: | QAssociativeIterable::const_iterator::operator++ | | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator++() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4398-4402 |
| | 2 | 1 |
operator++| Name: | QAssociativeIterable::const_iterator::operator++ | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator++(int) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4411-4417 |
| | 4 | 1 |
operator+=| Name: | QAssociativeIterable::const_iterator::operator+= | | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator+=(int j) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4452-4456 |
| | 2 | 1 |
operator-| Name: | QAssociativeIterable::const_iterator::operator- | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator-(int j) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4489-4495 |
| | 4 | 1 |
operator--| Name: | QAssociativeIterable::const_iterator::operator-- | | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator--() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4427-4431 |
| | 2 | 1 |
operator--| Name: | QAssociativeIterable::const_iterator::operator-- | | Prototype: | QAssociativeIterable::const_iterator QAssociativeIterable::const_iterator::operator--(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4439-4445 |
| | 4 | 1 |
operator-=| Name: | QAssociativeIterable::const_iterator::operator-= | | Prototype: | QAssociativeIterable::const_iterator &QAssociativeIterable::const_iterator::operator-=(int j) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4463-4467 |
| | 2 | 1 |
operator=| Name: | QAssociativeIterable::const_iterator::operator= | | Prototype: | QAssociativeIterable::const_iterator& QAssociativeIterable::const_iterator::operator=(const const_iterator &other) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4318-4329 |
| | 7 | 2 |
operator==| Name: | QAssociativeIterable::const_iterator::operator== | | Prototype: | bool QAssociativeIterable::const_iterator::operator==(const const_iterator &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4373-4376 |
| | 1 | 1 |
value| Name: | QAssociativeIterable::const_iterator::value | | Prototype: | const QVariant QAssociativeIterable::const_iterator::value() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4358-4365 |
| | 5 | 2 |
~const_iterator| Name: | QAssociativeIterable::const_iterator::~const_iterator | | Prototype: | QAssociativeIterable::const_iterator::~const_iterator() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4298-4304 |
| | 3 | 2 |