| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
exception| Name: | QtPrivate::ExceptionStore::exception | | Prototype: | ExceptionHolder ExceptionStore::exception() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 200-203 |
| | 1 | 1 |
hasThrown| Name: | QtPrivate::ExceptionStore::hasThrown | | Prototype: | bool ExceptionStore::hasThrown() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 213-213 |
| | 1 | 1 |
throwPossibleException| Name: | QtPrivate::ExceptionStore::throwPossibleException | | Prototype: | void ExceptionStore::throwPossibleException() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 205-211 |
| | 3 | 2 |
hasException| Name: | QtPrivate::ExceptionStore::hasException | | Prototype: | bool ExceptionStore::hasException() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 195-198 |
| | 1 | 1 |
setException| Name: | QtPrivate::ExceptionStore::setException | | Prototype: | void ExceptionStore::setException(const QException &e) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 189-193 |
| | 2 | 2 |