Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QXcbEventReaderName: | QXcbEventReader::QXcbEventReader | Prototype: | QXcbEventReader::QXcbEventReader(QXcbConnection *connection) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1304-1308 |
| | 1 | 1 |
registerForEventsName: | QXcbEventReader::registerForEvents | Prototype: | void QXcbEventReader::registerForEvents() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1323-1331 |
| | 5 | 1 |
unlockName: | QXcbEventReader::unlock | Prototype: | void QXcbEventReader::unlock() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1379-1382 |
| | 1 | 1 |
addEventName: | QXcbEventReader::addEvent | Prototype: | void QXcbEventReader::addEvent(xcb_generic_event_t *event) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1361-1367 |
| | 4 | 2 |
registerEventDispatcherName: | QXcbEventReader::registerEventDispatcher | Prototype: | void QXcbEventReader::registerEventDispatcher(QAbstractEventDispatcher *dispatcher) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1333-1340 |
| | 2 | 2 |
startName: | QXcbEventReader::start | Prototype: | void QXcbEventReader::start() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1310-1321 |
| | 5 | 2 |
lockName: | QXcbEventReader::lock | Prototype: | QXcbEventArray *QXcbEventReader::lock() | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1369-1377 |
| | 5 | 3 |
runName: | QXcbEventReader::run | Prototype: | void QXcbEventReader::run() | Coverage: | 92.857% (13/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1342-1359 |
| | 13 | 4 |