Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setFilterRulesName: | QLoggingCategory::setFilterRules | Prototype: | void QLoggingCategory::setFilterRules(const QString &rules) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 431-434 |
| | 1 | 1 |
installFilterName: | QLoggingCategory::installFilter | Prototype: | QLoggingCategory::CategoryFilter QLoggingCategory::installFilter(QLoggingCategory::CategoryFilter filter) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 413-417 |
| | 1 | 1 |
defaultCategoryName: | QLoggingCategory::defaultCategory | Prototype: | QLoggingCategory *QLoggingCategory::defaultCategory() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 379-382 |
| | 1 | 1 |
QLoggingCategoryName: | QLoggingCategory::QLoggingCategory | Prototype: | QLoggingCategory::QLoggingCategory(const char *category) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 210-215 |
| | 1 | 1 |
QLoggingCategoryName: | QLoggingCategory::QLoggingCategory | Prototype: | QLoggingCategory::QLoggingCategory(const char *category, QtMsgType enableForLevel) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 225-230 |
| | 1 | 1 |
isEnabledName: | QLoggingCategory::isEnabled | Prototype: | bool QLoggingCategory::isEnabled(QtMsgType msgtype) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 312-322 |
| | 7 | 6 |
initName: | QLoggingCategory::init | Prototype: | void QLoggingCategory::init(const char *category, QtMsgType severityLevel) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 232-243 |
| | 6 | 3 |
setEnabledName: | QLoggingCategory::setEnabled | Prototype: | void QLoggingCategory::setEnabled(QtMsgType type, bool enable) | Coverage: | 81.818% (9/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 334-350 |
| | 6 | 6 |
~QLoggingCategoryName: | QLoggingCategory::~QLoggingCategory | Prototype: | QLoggingCategory::~QLoggingCategory() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 248-252 |
| | 2 | 2 |