Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
throwPossibleExceptionName: | 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: | 211-217 |
| | 3 | 2 |
setExceptionName: | 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: | 195-199 |
| | 2 | 2 |
hasThrownName: | 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: | 219-219 |
| | 1 | 1 |
hasExceptionName: | 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: | 201-204 |
| | 1 | 1 |
exceptionName: | 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: | 206-209 |
| | 1 | 1 |