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