| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |