| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFdContainer::reset| Name: | QFdContainer::reset | | Prototype: | void QFdContainer::reset() noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 62-67 |
| | 3 | 2 |
QFbWindow::windowFlags| Name: | QFbWindow::windowFlags | | Prototype: | Qt::WindowFlags QFbWindow::windowFlags() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 106-109 |
| | 1 | 1 |
QFbWindow::setWindowState| Name: | QFbWindow::setWindowState | | Prototype: | void QFbWindow::setWindowState(Qt::WindowState state) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 92-97 |
| | 3 | 1 |
QFbWindow::setWindowFlags| Name: | QFbWindow::setWindowFlags | | Prototype: | void QFbWindow::setWindowFlags(Qt::WindowFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 100-104 |
| | 2 | 1 |
QFbWindow::setVisible| Name: | QFbWindow::setVisible | | Prototype: | void QFbWindow::setVisible(bool visible) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 75-89 |
| | 9 | 5 |
QFbWindow::setGeometry| Name: | QFbWindow::setGeometry | | Prototype: | void QFbWindow::setGeometry(const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 64-73 |
| | 4 | 1 |
QFbWindow::repaint| Name: | QFbWindow::repaint | | Prototype: | void QFbWindow::repaint(const QRegion ®ion) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 121-136 |
| | 11 | 2 |
QFbWindow::raise| Name: | QFbWindow::raise | | Prototype: | void QFbWindow::raise() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 111-114 |
| | 1 | 1 |
QFbWindow::platformScreen| Name: | QFbWindow::platformScreen | | Prototype: | QFbScreen *QFbWindow::platformScreen() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 59-62 |
| | 1 | 1 |
QFbWindow::lower| Name: | QFbWindow::lower | | Prototype: | void QFbWindow::lower() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 116-119 |
| | 1 | 1 |
QFbWindow::QFbWindow| Name: | QFbWindow::QFbWindow | | Prototype: | QFbWindow::QFbWindow(QWindow *window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 48-53 |
| | 1 | 1 |
QFbVtHandler::~QFbVtHandler| Name: | QFbVtHandler::~QFbVtHandler | | Prototype: | QFbVtHandler::~QFbVtHandler() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | | Lines: | 132-143 |
| | 5 | 2 |
QFbVtHandler::signalHandler| Name: | QFbVtHandler::signalHandler | | Prototype: | void QFbVtHandler::signalHandler(int sigNo) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | | Lines: | 91-95 |
| | 2 | 1 |
QFbVtHandler::setKeyboardEnabled| Name: | QFbVtHandler::setKeyboardEnabled | | Prototype: | void QFbVtHandler::setKeyboardEnabled(bool enable) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | | Lines: | 145-164 |
| | 9 | 4 |
QFbVtHandler::handleSignal| Name: | QFbVtHandler::handleSignal | | Prototype: | void QFbVtHandler::handleSignal() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | | Lines: | 166-196 |
| | 17 | 7 |
QFbVtHandler::handleInt| Name: | QFbVtHandler::handleInt | | Prototype: | void QFbVtHandler::handleInt() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | | Lines: | 198-206 |
| | 4 | 1 |
QFbVtHandler::QFbVtHandler| Name: | QFbVtHandler::QFbVtHandler | | Prototype: | QFbVtHandler::QFbVtHandler(QObject *parent) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | | Lines: | 98-130 |
| | 19 | 4 |
QFbScreen::~QFbScreen| Name: | QFbScreen::~QFbScreen | | Prototype: | QFbScreen::~QFbScreen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 58-62 |
| | 2 | 1 |
QFbScreen::windowForId| Name: | QFbScreen::windowForId | | Prototype: | QFbWindow *QFbScreen::windowForId(WId wid) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 308-315 |
| | 4 | 3 |
QFbScreen::topWindow| Name: | QFbScreen::topWindow | | Prototype: | QWindow *QFbScreen::topWindow() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 139-145 |
| | 4 | 3 |
QFbScreen::topLevelAt| Name: | QFbScreen::topLevelAt | | Prototype: | QWindow *QFbScreen::topLevelAt(const QPoint & p) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 147-154 |
| | 4 | 3 |
QFbScreen::setPhysicalSize| Name: | QFbScreen::setPhysicalSize | | Prototype: | void QFbScreen::setPhysicalSize(const QSize &size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 172-175 |
| | 1 | 1 |
QFbScreen::setGeometry| Name: | QFbScreen::setGeometry | | Prototype: | void QFbScreen::setGeometry(const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 177-187 |
| | 8 | 1 |
QFbScreen::setDirty| Name: | QFbScreen::setDirty | | Prototype: | void QFbScreen::setDirty(const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 156-162 |
| | 4 | 1 |
QFbScreen::scheduleUpdate| Name: | QFbScreen::scheduleUpdate | | Prototype: | void QFbScreen::scheduleUpdate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 164-170 |
| | 3 | 2 |
QFbScreen::removeWindow| Name: | QFbScreen::removeWindow | | Prototype: | void QFbScreen::removeWindow(QFbWindow *window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 103-111 |
| | 6 | 1 |
QFbScreen::raise| Name: | QFbScreen::raise | | Prototype: | void QFbScreen::raise(QFbWindow *window) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 113-124 |
| | 9 | 2 |
QFbScreen::lower| Name: | QFbScreen::lower | | Prototype: | void QFbScreen::lower(QFbWindow *window) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 126-137 |
| | 9 | 2 |
QFbScreen::initializeCompositor| Name: | QFbScreen::initializeCompositor | | Prototype: | void QFbScreen::initializeCompositor() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 64-68 |
| | 2 | 1 |
QFbScreen::generateRects| Name: | QFbScreen::generateRects | | Prototype: | void QFbScreen::generateRects() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 189-220 |
| | 11 | 4 |
QFbScreen::event| Name: | QFbScreen::event | | Prototype: | bool QFbScreen::event(QEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 70-78 |
| | 5 | 2 |
QFbScreen::doRedraw| Name: | QFbScreen::doRedraw | | Prototype: | QRegion QFbScreen::doRedraw() | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 222-306 |
| | 49 | 15 |
QFbScreen::addWindow| Name: | QFbScreen::addWindow | | Prototype: | void QFbScreen::addWindow(QFbWindow *window) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 80-101 |
| | 13 | 4 |
QFbScreen::QFbScreen| Name: | QFbScreen::QFbScreen | | Prototype: | QFbScreen::QFbScreen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | | Lines: | 54-56 |
| | 2 | 1 |
QFbCursorDeviceListener::onDeviceListChanged| Name: | QFbCursorDeviceListener::onDeviceListChanged | | Prototype: | void QFbCursorDeviceListener::onDeviceListChanged(QInputDeviceManager::DeviceType type) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 52-56 |
| | 2 | 2 |
QFbCursorDeviceListener::hasMouse| Name: | QFbCursorDeviceListener::hasMouse | | Prototype: | bool QFbCursorDeviceListener::hasMouse() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 47-50 |
| | 1 | 1 |
QFbCursor::~QFbCursor| Name: | QFbCursor::~QFbCursor | | Prototype: | QFbCursor::~QFbCursor() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 81-84 |
| | 1 | 1 |
QFbCursor::updateMouseStatus| Name: | QFbCursor::updateMouseStatus | | Prototype: | void QFbCursor::updateMouseStatus() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 197-201 |
| | 2 | 1 |
QFbCursor::setPos| Name: | QFbCursor::setPos | | Prototype: | void QFbCursor::setPos(const QPoint &pos) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 101-108 |
| | 5 | 2 |
QFbCursor::setDirty| Name: | QFbCursor::setDirty | | Prototype: | void QFbCursor::setDirty() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 186-195 |
| | 5 | 3 |
QFbCursor::setCursor| Name: | QFbCursor::setCursor | | Prototype: | void QFbCursor::setCursor(Qt::CursorShape shape) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 150-153 |
| | 1 | 1 |
QFbCursor::setCursor| Name: | QFbCursor::setCursor | | Prototype: | void QFbCursor::setCursor(const QImage &image, int hotx, int hoty) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 155-158 |
| | 1 | 1 |
QFbCursor::setCursor| Name: | QFbCursor::setCursor | | Prototype: | void QFbCursor::setCursor(const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 160-163 |
| | 1 | 1 |
QFbCursor::pos| Name: | QFbCursor::pos | | Prototype: | QPoint QFbCursor::pos() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 96-99 |
| | 1 | 1 |
QFbCursor::pointerEvent| Name: | QFbCursor::pointerEvent | | Prototype: | void QFbCursor::pointerEvent(const QMouseEvent &e) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 110-118 |
| | 6 | 3 |
QFbCursor::getCurrentRect| Name: | QFbCursor::getCurrentRect | | Prototype: | QRect QFbCursor::getCurrentRect() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 86-94 |
| | 6 | 1 |
QFbCursor::drawCursor| Name: | QFbCursor::drawCursor | | Prototype: | QRect QFbCursor::drawCursor(QPainter & painter) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 120-139 |
| | 12 | 4 |
QFbCursor::dirtyRect| Name: | QFbCursor::dirtyRect | | Prototype: | QRect QFbCursor::dirtyRect() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 141-148 |
| | 4 | 2 |
QFbCursor::changeCursor| Name: | QFbCursor::changeCursor | | Prototype: | void QFbCursor::changeCursor(QCursor * widgetCursor, QWindow *window) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 166-183 |
| | 10 | 3 |
QFbCursor::QFbCursor| Name: | QFbCursor::QFbCursor | | Prototype: | QFbCursor::QFbCursor(QFbScreen *screen) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | | Lines: | 58-79 |
| | 11 | 3 |
QFbBackingStore::unlock| Name: | QFbBackingStore::unlock | | Prototype: | void QFbBackingStore::unlock() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 89-92 |
| | 1 | 1 |
QFbBackingStore::resize| Name: | QFbBackingStore::resize | | Prototype: | void QFbBackingStore::resize(const QSize &size, const QRegion &staticContents) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 71-77 |
| | 3 | 2 |
QFbBackingStore::lock| Name: | QFbBackingStore::lock | | Prototype: | void QFbBackingStore::lock() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 84-87 |
| | 1 | 1 |
QFbBackingStore::image| Name: | QFbBackingStore::image | | Prototype: | const QImage QFbBackingStore::image() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 79-82 |
| | 1 | 1 |
QFbBackingStore::flush| Name: | QFbBackingStore::flush | | Prototype: | void QFbBackingStore::flush(QWindow *window, const QRegion ®ion, const QPoint &offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 63-69 |
| | 3 | 1 |
QFbBackingStore::endPaint| Name: | QFbBackingStore::endPaint | | Prototype: | void QFbBackingStore::endPaint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 107-110 |
| | 1 | 1 |
QFbBackingStore::beginPaint| Name: | QFbBackingStore::beginPaint | | Prototype: | void QFbBackingStore::beginPaint(const QRegion ®ion) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 94-105 |
| | 7 | 3 |
QFbBackingStore::QFbBackingStore| Name: | QFbBackingStore::QFbBackingStore | | Prototype: | QFbBackingStore::QFbBackingStore(QWindow *window) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbbackingstore.cpp | | Lines: | 50-57 |
| | 3 | 2 |
QFakeDevice::setDpiY| Name: | QFakeDevice::setDpiY | | Prototype: | void setDpiY(int dpi) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 458-458 |
| | 1 | 1 |
QFakeDevice::setDpiX| Name: | QFakeDevice::setDpiX | | Prototype: | void setDpiX(int dpi) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 457-457 |
| | 1 | 1 |
QFakeDevice::paintEngine| Name: | QFakeDevice::paintEngine | | Prototype: | QPaintEngine *paintEngine() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 459-459 |
| | 1 | 1 |
QFakeDevice::metric| Name: | QFakeDevice::metric | | Prototype: | int metric(PaintDeviceMetric m) const override | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 460-472 |
| | 4 | 6 |
QFakeDevice::QFakeDevice| Name: | QFakeDevice::QFakeDevice | | Prototype: | QFakeDevice() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 456-456 |
| | 1 | 1 |
QFactoryLoader::library| Name: | QFactoryLoader::library | | Prototype: | QLibraryPrivate *QFactoryLoader::library(const QString &key) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | | Lines: | 214-218 |
| | 2 | 1 |
QFSFileEngineIterator::next| Name: | QFSFileEngineIterator::next | | Prototype: | QString QFSFileEngineIterator::next() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_iterator.cpp | | Lines: | 69-76 |
| | 4 | 2 |
QFSFileEngineIterator::hasNext| Name: | QFSFileEngineIterator::hasNext | | Prototype: | bool QFSFileEngineIterator::hasNext() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_iterator.cpp | | Lines: | 58-67 |
| | 5 | 2 |
QFSFileEngineIterator::currentFileName| Name: | QFSFileEngineIterator::currentFileName | | Prototype: | QString QFSFileEngineIterator::currentFileName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_iterator.cpp | | Lines: | 92-95 |
| | 1 | 1 |
QFSFileEngineIterator::currentFileInfo| Name: | QFSFileEngineIterator::currentFileInfo | | Prototype: | QFileInfo QFSFileEngineIterator::currentFileInfo() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_iterator.cpp | | Lines: | 97-100 |
| | 1 | 1 |
QFSFileEngineIterator::advance| Name: | QFSFileEngineIterator::advance | | Prototype: | void QFSFileEngineIterator::advance() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_iterator.cpp | | Lines: | 78-90 |
| | 7 | 2 |
QFSFileEngineIterator::QFSFileEngineIterator| Name: | QFSFileEngineIterator::QFSFileEngineIterator | | Prototype: | QFSFileEngineIterator::QFSFileEngineIterator(QDir::Filters filters, const QStringList &filterNames) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_iterator.cpp | | Lines: | 48-52 |
| | 2 | 1 |
QFSFileEngine::tempPath| Name: | QFSFileEngine::tempPath | | Prototype: | QString QFSFileEngine::tempPath() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 487-490 |
| | 1 | 1 |
QFSFileEngine::setCurrentPath| Name: | QFSFileEngine::setCurrentPath | | Prototype: | bool QFSFileEngine::setCurrentPath(const QString &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 467-470 |
| | 1 | 1 |
QFSFileEngine::rmdir| Name: | QFSFileEngine::rmdir | | Prototype: | bool QFSFileEngine::rmdir(const QString &name, bool recurseParentDirectories) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 457-460 |
| | 1 | 1 |
QFSFileEngine::ownerId| Name: | QFSFileEngine::ownerId | | Prototype: | uint QFSFileEngine::ownerId(FileOwner own) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 635-644 |
| | 4 | 2 |
QFSFileEngine::owner| Name: | QFSFileEngine::owner | | Prototype: | QString QFSFileEngine::owner(FileOwner own) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 646-651 |
| | 3 | 2 |
QFSFileEngine::open| Name: | QFSFileEngine::open | | Prototype: | bool QFSFileEngine::open(QIODevice::OpenMode openMode, FILE *fh) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 232-235 |
| | 1 | 1 |
QFSFileEngine::open| Name: | QFSFileEngine::open | | Prototype: | bool QFSFileEngine::open(QIODevice::OpenMode openMode, int fd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 293-296 |
| | 1 | 1 |
QFSFileEngine::mkdir| Name: | QFSFileEngine::mkdir | | Prototype: | bool QFSFileEngine::mkdir(const QString &name, bool createParentDirectories) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 452-455 |
| | 1 | 1 |
QFSFileEngine::isRelativePath| Name: | QFSFileEngine::isRelativePath | | Prototype: | bool QFSFileEngine::isRelativePath() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 629-633 |
| | 2 | 1 |
QFSFileEngine::homePath| Name: | QFSFileEngine::homePath | | Prototype: | QString QFSFileEngine::homePath() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 477-480 |
| | 1 | 1 |
QFSFileEngine::fileTime| Name: | QFSFileEngine::fileTime | | Prototype: | QDateTime QFSFileEngine::fileTime(FileTime time) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 679-687 |
| | 4 | 2 |
QFSFileEngine::entryList| Name: | QFSFileEngine::entryList | | Prototype: | QStringList QFSFileEngine::entryList(QDir::Filters filters, const QStringList &filterNames) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 795-798 |
| | 1 | 1 |
QFSFileEngine::endEntryList| Name: | QFSFileEngine::endEntryList | | Prototype: | QAbstractFileEngine::Iterator *QFSFileEngine::endEntryList() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 786-789 |
| | 1 | 1 |
QFSFileEngine::currentPath| Name: | QFSFileEngine::currentPath | | Prototype: | QString QFSFileEngine::currentPath(const QString &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 472-475 |
| | 1 | 1 |
QFSFileEngine::caseSensitive| Name: | QFSFileEngine::caseSensitive | | Prototype: | bool QFSFileEngine::caseSensitive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 462-465 |
| | 1 | 1 |
QFSFileEngine::beginEntryList| Name: | QFSFileEngine::beginEntryList | | Prototype: | QAbstractFileEngine::Iterator *QFSFileEngine::beginEntryList(QDir::Filters filters, const QStringList &filterNames) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 778-781 |
| | 1 | 1 |
QFSFileEngine::QFSFileEngine| Name: | QFSFileEngine::QFSFileEngine | | Prototype: | QFSFileEngine::QFSFileEngine(QFSFileEnginePrivate &dd) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 168-171 |
| | 2 | 1 |
QFSCompleter::splitPath| Name: | QFSCompleter::splitPath | | Prototype: | QStringList QFSCompleter::splitPath(const QString &path) const | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 4036-4110 |
| | 34 | 10 |
QFSCompleter::pathFromIndex| Name: | QFSCompleter::pathFromIndex | | Prototype: | QString QFSCompleter::pathFromIndex(const QModelIndex &index) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 4014-4034 |
| | 13 | 5 |
QExtTimerQueryHelper::glGetQueryObjectui64vEXT| Name: | QExtTimerQueryHelper::glGetQueryObjectui64vEXT | | Prototype: | inline void glGetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64EXT *params) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 60-63 |
| | 1 | 1 |
QExtTimerQueryHelper::glGetQueryObjecti64vEXT| Name: | QExtTimerQueryHelper::glGetQueryObjecti64vEXT | | Prototype: | inline void glGetQueryObjecti64vEXT(GLuint id, GLenum pname, GLint64EXT *params) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 65-68 |
| | 1 | 1 |
QExtTimerQueryHelper::QExtTimerQueryHelper| Name: | QExtTimerQueryHelper::QExtTimerQueryHelper | | Prototype: | QExtTimerQueryHelper(QOpenGLContext *context) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 53-58 |
| | 3 | 1 |
QExposeEvent::QExposeEvent| Name: | QExposeEvent::QExposeEvent | | Prototype: | QExposeEvent::QExposeEvent(const QRegion &exposeRegion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1527-1531 |
| | 2 | 1 |
QExpandingLineEdit::updateMinimumWidth| Name: | QExpandingLineEdit::updateMinimumWidth | | Prototype: | void QExpandingLineEdit::updateMinimumWidth() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 552-566 |
| | 10 | 1 |
QExpandingLineEdit::resizeToContents| Name: | QExpandingLineEdit::resizeToContents | | Prototype: | void QExpandingLineEdit::resizeToContents() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 568-585 |
| | 14 | 5 |
QExpandingLineEdit::changeEvent| Name: | QExpandingLineEdit::changeEvent | | Prototype: | void QExpandingLineEdit::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 536-550 |
| | 5 | 5 |
QExpandingLineEdit::QExpandingLineEdit| Name: | QExpandingLineEdit::QExpandingLineEdit | | Prototype: | QExpandingLineEdit::QExpandingLineEdit(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 529-534 |
| | 2 | 1 |
QExceptionNotifier::event| Name: | QExceptionNotifier::event | | Prototype: | bool QExceptionNotifier::event(QEvent *e) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1266-1276 |
| | 6 | 3 |
QExceptionNotifier::QExceptionNotifier| Name: | QExceptionNotifier::QExceptionNotifier | | Prototype: | QExceptionNotifier(int fd, QNativeSocketEngine *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1257-1258 |
| | 1 | 1 |
QEventTransition::event| Name: | QEventTransition::event | | Prototype: | bool QEventTransition::event(QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | | Lines: | 252-255 |
| | 1 | 1 |