| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 QBoxLayout::addStrut| Name:  | QBoxLayout::addStrut |  | Prototype:  | void QBoxLayout::addStrut(int size) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1083-1096 |  
  |  | 9 | 2 | 
 QBoxLayout::heightForWidth| Name:  | QBoxLayout::heightForWidth |  | Prototype:  | int QBoxLayout::heightForWidth(int w) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 663-677 |  
  |  | 9 | 3 | 
 QBoxLayout::maximumSize| Name:  | QBoxLayout::maximumSize |  | Prototype:  | QSize QBoxLayout::maximumSize() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 634-647 |  
  |  | 9 | 4 | 
 QBoxLayout::setStretchFactor| Name:  | QBoxLayout::setStretchFactor |  | Prototype:  | bool QBoxLayout::setStretchFactor(QLayout *layout, int stretch) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1128-1142 |  
  |  | 9 | 4 | 
 QBspTree::create| Name:  | QBspTree::create |  | Prototype:  | void QBspTree::create(int n, int d) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp |  | Lines:  | 46-61 |  
  |  | 9 | 3 | 
 QBuffer::open| Name:  | QBuffer::open |  | Prototype:  | bool QBuffer::open(OpenMode flags) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp |  | Lines:  | 321-336 |  
  |  | 9 | 4 | 
 QByteArray::append| Name:  | QByteArray::append |  | Prototype:  | QByteArray &QByteArray::append(const char *str, int len) |  | Coverage:  |  85.714% (12/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 1922-1934 |  
  |  | 9 | 4 | 
 QByteArray::append| Name:  | QByteArray::append |  | Prototype:  | QByteArray &QByteArray::append(const QByteArray &ba) |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 1865-1877 |  
  |  | 9 | 4 | 
 QByteArray::count| Name:  | QByteArray::count |  | Prototype:  | int QByteArray::count(const QByteArray &ba) const |  | Coverage:  |  46.154% (6/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 2732-2745 |  
  |  | 9 | 4 | 
 QByteArray::fromRawData| Name:  | QByteArray::fromRawData |  | Prototype:  | QByteArray QByteArray::fromRawData(const char *data, int size) |  | Coverage:  |  63.636% (7/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 4200-4213 |  
  |  | 9 | 4 | 
 QByteArray::indexOf| Name:  | QByteArray::indexOf |  | Prototype:  | int QByteArray::indexOf(const QByteArray &ba, int from) const |  | Coverage:  |  91.667% (11/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 2521-2534 |  
  |  | 9 | 4 | 
 QByteArray::indexOf| Name:  | QByteArray::indexOf |  | Prototype:  | int QByteArray::indexOf(const char *c, int from) const |  | Coverage:  |  91.667% (11/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 2561-2574 |  
  |  | 9 | 4 | 
 QByteArray::indexOf| Name:  | QByteArray::indexOf |  | Prototype:  | int QByteArray::indexOf(char ch, int from) const |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 2589-2601 |  
  |  | 9 | 5 | 
 QByteArray::mid| Name:  | QByteArray::mid |  | Prototype:  | QByteArray QByteArray::mid(int pos, int len) const |  | Coverage:  |  88.889% (8/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 2934-2952 |  
  |  | 9 | 5 | 
 QByteArray::setRawData| Name:  | QByteArray::setRawData |  | Prototype:  | QByteArray &QByteArray::setRawData(const char *data, uint size) |  | Coverage:  |  70.000% (7/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 4229-4244 |  
  |  | 9 | 3 | 
 QCalToolButton::paintEvent| Name:  | QCalToolButton::paintEvent |  | Prototype:  | void paintEvent(QPaintEvent *e) override |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp |  | Lines:  | 1577-1596 |  
  |  | 9 | 2 | 
 QCalendarModel::dayName| Name:  | QCalendarModel::dayName |  | Prototype:  | QString QCalendarModel::dayName(Qt::DayOfWeek day) const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp |  | Lines:  | 1093-1110 |  
  |  | 9 | 6 | 
 QCalendarModel::setRange| Name:  | QCalendarModel::setRange |  | Prototype:  | void QCalendarModel::setRange(const QDate &min, const QDate &max) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp |  | Lines:  | 1245-1256 |  
  |  | 9 | 4 | 
 QCalendarModel::setWeekNumbersShown| Name:  | QCalendarModel::setWeekNumbersShown |  | Prototype:  | void QCalendarModel::setWeekNumbersShown(bool show) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp |  | Lines:  | 1303-1317 |  
  |  | 9 | 3 | 
 QCalendarTextNavigator::removeDateLabel| Name:  | QCalendarTextNavigator::removeDateLabel |  | Prototype:  | void QCalendarTextNavigator::removeDateLabel() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp |  | Lines:  | 750-761 |  
  |  | 9 | 2 | 
 QCheckBox::mouseMoveEvent| Name:  | QCheckBox::mouseMoveEvent |  | Prototype:  | void QCheckBox::mouseMoveEvent(QMouseEvent *e) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp |  | Lines:  | 319-334 |  
  |  | 9 | 4 | 
 QClipboard::emitChanged| Name:  | QClipboard::emitChanged |  | Prototype:  | void QClipboard::emitChanged(Mode mode) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp |  | Lines:  | 576-592 |  
  |  | 9 | 5 | 
 QCollator::detach| Name:  | QCollator::detach |  | Prototype:  | void QCollator::detach() |  | Coverage:  |  28.571% (2/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp |  | Lines:  | 148-160 |  
  |  | 9 | 3 | 
 QColor::convertTo| Name:  | QColor::convertTo |  | Prototype:  | QColor QColor::convertTo(QColor::Spec colorSpec) const noexcept |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp |  | Lines:  | 1864-1881 |  
  |  | 9 | 7 | 
 QColorDialogPrivate::handleColorPickingKeyPress| Name:  | QColorDialogPrivate::handleColorPickingKeyPress |  | Prototype:  | bool QColorDialogPrivate::handleColorPickingKeyPress(QKeyEvent *e) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp |  | Lines:  | 2258-2270 |  
  |  | 9 | 3 | 
 QColorDialogPrivate::init| Name:  | QColorDialogPrivate::init |  | Prototype:  | void QColorDialogPrivate::init(const QColor &initial) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp |  | Lines:  | 1670-1691 |  
  |  | 9 | 2 | 
 QColorPicker::paintEvent| Name:  | QColorPicker::paintEvent |  | Prototype:  | void QColorPicker::paintEvent(QPaintEvent* ) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp |  | Lines:  | 941-955 |  
  |  | 9 | 2 | 
 QColorPicker::setCol| Name:  | QColorPicker::setCol |  | Prototype:  | void QColorPicker::setCol(int h, int s) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp |  | Lines:  | 912-925 |  
  |  | 9 | 2 | 
 QColumnView::resizeEvent| Name:  | QColumnView::resizeEvent |  | Prototype:  | void QColumnView::resizeEvent(QResizeEvent *event) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp |  | Lines:  | 386-399 |  
  |  | 9 | 3 | 
 QColumnView::visualRect| Name:  | QColumnView::visualRect |  | Prototype:  | QRect QColumnView::visualRect(const QModelIndex &index) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp |  | Lines:  | 222-236 |  
  |  | 9 | 4 | 
 QColumnViewPrivate::initialize| Name:  | QColumnViewPrivate::initialize |  | Prototype:  | void QColumnViewPrivate::initialize() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp |  | Lines:  | 104-117 |  
  |  | 9 | 1 | 
 QComboBox::setModelColumn| Name:  | QComboBox::setModelColumn |  | Prototype:  | void QComboBox::setModelColumn(int visibleColumn) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 3446-3459 |  
  |  | 9 | 3 | 
 QComboBoxPrivate::init| Name:  | QComboBoxPrivate::init |  | Prototype:  | void QComboBoxPrivate::init() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 966-988 |  
  |  | 9 | 2 | 
 QComboBoxPrivate::newHoverControl| Name:  | QComboBoxPrivate::newHoverControl |  | Prototype:  | QStyle::SubControl QComboBoxPrivate::newHoverControl(const QPoint &pos) |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 271-282 |  
  |  | 9 | 1 | 
 QComboBoxPrivate::updateHoverControl| Name:  | QComboBoxPrivate::updateHoverControl |  | Prototype:  | bool QComboBoxPrivate::updateHoverControl(const QPoint &pos) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 256-269 |  
  |  | 9 | 2 | 
 QComboBoxPrivate::updateLayoutDirection| Name:  | QComboBoxPrivate::updateLayoutDirection |  | Prototype:  | void QComboBoxPrivate::updateLayoutDirection() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 372-383 |  
  |  | 9 | 3 | 
 QComboBoxPrivateContainer::resizeEvent| Name:  | QComboBoxPrivateContainer::resizeEvent |  | Prototype:  | void QComboBoxPrivateContainer::resizeEvent(QResizeEvent *e) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 398-412 |  
  |  | 9 | 3 | 
 QCommonListViewBase::verticalScrollToValue| Name:  | QCommonListViewBase::verticalScrollToValue |  | Prototype:  | int QCommonListViewBase::verticalScrollToValue(int , QListView::ScrollHint hint, bool above, bool below, const QRect &area, const QRect &rect) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp |  | Lines:  | 1944-1956 |  
  |  | 9 | 4 | 
 QCompleter::setFilterMode| Name:  | QCompleter::setFilterMode |  | Prototype:  | void QCompleter::setFilterMode(Qt::MatchFlags filterMode) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1150-1167 |  
  |  | 9 | 3 | 
 QCompleter::setWidget| Name:  | QCompleter::setWidget |  | Prototype:  | void QCompleter::setWidget(QWidget *widget) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1007-1019 |  
  |  | 9 | 4 | 
 QCompletionModel::currentIndex| Name:  | QCompletionModel::currentIndex |  | Prototype:  | QModelIndex QCompletionModel::currentIndex(bool sourceIndex) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 299-312 |  
  |  | 9 | 4 | 
 QCompletionModel::rowCount| Name:  | QCompletionModel::rowCount |  | Prototype:  | int QCompletionModel::rowCount(const QModelIndex &parent) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 347-362 |  
  |  | 9 | 4 | 
 QCoreApplication::setApplicationName| Name:  | QCoreApplication::setApplicationName |  | Prototype:  | void QCoreApplication::setApplicationName(const QString &application) |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 2384-2397 |  
  |  | 9 | 4 | 
 QCryptographicHash::addData| Name:  | QCryptographicHash::addData |  | Prototype:  | bool QCryptographicHash::addData(QIODevice* device) |  | Coverage:  |  80.000% (8/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp |  | Lines:  | 350-365 |  
  |  | 9 | 4 | 
 QDBusAbstractInterface::connectNotify| Name:  | QDBusAbstractInterface::connectNotify |  | Prototype:  | void QDBusAbstractInterface::connectNotify(const QMetaMethod &signal) |  | Coverage:  |  70.000% (7/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp |  | Lines:  | 607-624 |  
  |  | 9 | 4 | 
 QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate| Name:  | QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate |  | Prototype:  | QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate(const QString &serv, const QString &p, const QString &iface, const QDBusConnection& con, bool isDynamic) |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp |  | Lines:  | 107-130 |  
  |  | 9 | 5 | 
 QDBusConnectionInterface::connectNotify| Name:  | QDBusConnectionInterface::connectNotify |  | Prototype:  | void QDBusConnectionInterface::connectNotify(const QMetaMethod &signal) |  | Coverage:  |  61.538% (8/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp |  | Lines:  | 330-354 |  
  |  | 9 | 5 | 
 QDBusConnectionPrivate::getNameOwner| Name:  | QDBusConnectionPrivate::getNameOwner |  | Prototype:  | QString QDBusConnectionPrivate::getNameOwner(const QString& serviceName) |  | Coverage:  |  80.000% (8/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 2485-2502 |  
  |  | 9 | 4 | 
 QDBusConnectionPrivate::serviceOwnerChangedNoLock| Name:  | QDBusConnectionPrivate::serviceOwnerChangedNoLock |  | Prototype:  | void QDBusConnectionPrivate::serviceOwnerChangedNoLock(const QString &name, const QString &oldOwner, const QString &newOwner) |  | Coverage:  |  63.636% (7/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 1290-1304 |  
  |  | 9 | 4 | 
 QDBusConnectionPrivate::socketRead| Name:  | QDBusConnectionPrivate::socketRead |  | Prototype:  | void QDBusConnectionPrivate::socketRead(int fd) |  | Coverage:  |  50.000% (8/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 1203-1216 |  
  |  | 9 | 4 | 
 QDBusMarshaller::beginArray| Name:  | QDBusMarshaller::beginArray |  | Prototype:  | inline QDBusMarshaller *QDBusMarshaller::beginArray(int id) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp |  | Lines:  | 249-262 |  
  |  | 9 | 2 | 
 QDBusMenuAdaptor::AboutToShow| Name:  | QDBusMenuAdaptor::AboutToShow |  | Prototype:  | bool QDBusMenuAdaptor::AboutToShow(int id) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenuadaptor.cpp |  | Lines:  | 87-101 |  
  |  | 9 | 5 | 
 QDBusMenuItem::registerDBusTypes| Name:  | QDBusMenuItem::registerDBusTypes |  | Prototype:  | void QDBusMenuItem::registerDBusTypes() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenutypes.cpp |  | Lines:  | 165-176 |  
  |  | 9 | 1 | 
 QDBusServer::~QDBusServer| Name:  | QDBusServer::~QDBusServer |  | Prototype:  | QDBusServer::~QDBusServer() |  | Coverage:  |  80.000% (4/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusserver.cpp |  | Lines:  | 104-116 |  
  |  | 9 | 3 | 
 QDBusServiceWatcherPrivate::setConnection| Name:  | QDBusServiceWatcherPrivate::setConnection |  | Prototype:  | void QDBusServiceWatcherPrivate::setConnection(const QStringList &s, const QDBusConnection &c, QDBusServiceWatcher::WatchMode wm) |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp |  | Lines:  | 83-100 |  
  |  | 9 | 5 | 
 QDBusUtil::isValidInterfaceName| Name:  | QDBusUtil::isValidInterfaceName |  | Prototype:  | bool isValidInterfaceName(const QString& ifaceName) |  | Coverage:  |  58.333% (7/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp |  | Lines:  | 370-384 |  
  |  | 9 | 5 | 
 QDBusUtil::isValidMemberName| Name:  | QDBusUtil::isValidMemberName |  | Prototype:  | bool isValidMemberName(const QStringRef &memberName) |  | Coverage:  |  64.286% (9/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp |  | Lines:  | 470-482 |  
  |  | 9 | 5 | 
 QDataStream::QDataStream| Name:  | QDataStream::QDataStream |  | Prototype:  | QDataStream::QDataStream(QByteArray *a, QIODevice::OpenMode flags) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp |  | Lines:  | 318-331 |  
  |  | 9 | 1 | 
 QDataWidgetMapperPrivate::commit| Name:  | QDataWidgetMapperPrivate::commit |  | Prototype:  | bool QDataWidgetMapperPrivate::commit(const WidgetMapper &m) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp |  | Lines:  | 142-158 |  
  |  | 9 | 4 | 
 QDate::addYears| Name:  | QDate::addYears |  | Prototype:  | QDate QDate::addYears(int nyears) const |  | Coverage:  | 100.000% (15/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 1107-1124 |  
  |  | 9 | 3 | 
 QDate::getDate| Name:  | QDate::getDate |  | Prototype:  | void QDate::getDate(int *year, int *month, int *day) const |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 985-997 |  
  |  | 9 | 5 | 
 QDate::toString| Name:  | QDate::toString |  | Prototype:  | QString QDate::toString(Qt::DateFormat format) const |  | Coverage:  |  85.714% (18/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 855-881 |  
  |  | 9 | 13 | 
 QDateTime::timeZoneAbbreviation| Name:  | QDateTime::timeZoneAbbreviation |  | Prototype:  | QString QDateTime::timeZoneAbbreviation() const |  | Coverage:  |  88.889% (8/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp |  | Lines:  | 3222-3243 |  
  |  | 9 | 5 | 
 QDateTimeEditPrivate::newHoverControl| Name:  | QDateTimeEditPrivate::newHoverControl |  | Prototype:  | QStyle::SubControl QDateTimeEditPrivate::newHoverControl(const QPoint &pos) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp |  | Lines:  | 2456-2469 |  
  |  | 9 | 2 | 
 QDateTimeEditPrivate::updateArrow| Name:  | QDateTimeEditPrivate::updateArrow |  | Prototype:  | void QDateTimeEditPrivate::updateArrow(QStyle::StateFlag state) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp |  | Lines:  | 2435-2449 |  
  |  | 9 | 3 | 
 QDateTimeParser::absoluteMin| Name:  | QDateTimeParser::absoluteMin |  | Prototype:  | int QDateTimeParser::absoluteMin(int s) const |  | Coverage:  |  83.333% (15/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp |  | Lines:  | 227-248 |  
  |  | 9 | 14 | 
 QDial::mousePressEvent| Name:  | QDial::mousePressEvent |  | Prototype:  | void QDial::mousePressEvent(QMouseEvent *e) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp |  | Lines:  | 283-299 |  
  |  | 9 | 2 | 
 QDialog::open| Name:  | QDialog::open |  | Prototype:  | void QDialog::open() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp |  | Lines:  | 493-510 |  
  |  | 9 | 2 | 
 QDir::filePath| Name:  | QDir::filePath |  | Prototype:  | QString QDir::filePath(const QString &fileName) const |  | Coverage:  |  85.714% (12/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 691-704 |  
  |  | 9 | 4 | 
 QDirModel::fileName| Name:  | QDirModel::fileName |  | Prototype:  | QString QDirModel::fileName(const QModelIndex &index) const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp |  | Lines:  | 1109-1120 |  
  |  | 9 | 4 | 
 QDirModelPrivate::invalidate| Name:  | QDirModelPrivate::invalidate |  | Prototype:  | void QDirModelPrivate::invalidate() |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp |  | Lines:  | 173-185 |  
  |  | 9 | 3 | 
 QDirPrivate::setPath| Name:  | QDirPrivate::setPath |  | Prototype:  | inline void QDirPrivate::setPath(const QString &path) |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 155-176 |  
  |  | 9 | 2 | 
 QDistanceFieldData::create| Name:  | QDistanceFieldData::create |  | Prototype:  | QDistanceFieldData *QDistanceFieldData::create(const QPainterPath &path, bool doubleResolution) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp |  | Lines:  | 806-819 |  
  |  | 9 | 1 | 
 QDockAreaLayout::usedSeparatorWidgets| Name:  | QDockAreaLayout::usedSeparatorWidgets |  | Prototype:  | QSet<QWidget*> QDockAreaLayout::usedSeparatorWidgets() const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 3380-3392 |  
  |  | 9 | 3 | 
 QDockAreaLayoutInfo::remove| Name:  | QDockAreaLayoutInfo::remove |  | Prototype:  | void QDockAreaLayoutInfo::remove(const QList<int> &path) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 1002-1016 |  
  |  | 9 | 2 | 
 QDockAreaLayoutInfo::setTabBarShape| Name:  | QDockAreaLayoutInfo::setTabBarShape |  | Prototype:  | void QDockAreaLayoutInfo::setTabBarShape(int shape) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 2171-2184 |  
  |  | 9 | 5 | 
 QDockAreaLayoutInfo::usedTabBars| Name:  | QDockAreaLayoutInfo::usedTabBars |  | Prototype:  | QSet<QTabBar*> QDockAreaLayoutInfo::usedTabBars() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 2202-2218 |  
  |  | 9 | 4 | 
 QDockAreaLayoutItem::sizeHint| Name:  | QDockAreaLayoutItem::sizeHint |  | Prototype:  | QSize QDockAreaLayoutItem::sizeHint() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp |  | Lines:  | 177-189 |  
  |  | 9 | 4 | 
 QDomElement::setAttribute| Name:  | QDomElement::setAttribute |  | Prototype:  | void QDomElement::setAttribute(const QString& name, double value) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4874-4886 |  
  |  | 9 | 3 | 
 QDomElementPrivate::text| Name:  | QDomElementPrivate::text |  | Prototype:  | QString QDomElementPrivate::text() |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4541-4555 |  
  |  | 9 | 4 | 
 QDomNodePrivate::clear| Name:  | QDomNodePrivate::clear |  | Prototype:  | void QDomNodePrivate::clear() |  | Coverage:  |  28.571% (2/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1491-1504 |  
  |  | 9 | 3 | 
 QEGLStreamConvenience::QEGLStreamConvenience| Name:  | QEGLStreamConvenience::QEGLStreamConvenience |  | Prototype:  | QEGLStreamConvenience::QEGLStreamConvenience() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglstreamconvenience.cpp |  | Lines:  | 45-69 |  
  |  | 9 | 2 | 
 QEglFSContext::createTemporaryOffscreenSurface| Name:  | QEglFSContext::createTemporaryOffscreenSurface |  | Prototype:  | EGLSurface QEglFSContext::createTemporaryOffscreenSurface() |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp |  | Lines:  | 68-82 |  
  |  | 9 | 4 | 
 QEglFSCursor::createCursorTexture| Name:  | QEglFSCursor::createCursorTexture |  | Prototype:  | void QEglFSCursor::createCursorTexture(uint *texture, const QImage &image) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp |  | Lines:  | 154-166 |  
  |  | 9 | 2 | 
 QEglFSIntegration::hasCapability| Name:  | QEglFSIntegration::hasCapability |  | Prototype:  | bool QEglFSIntegration::hasCapability(QPlatformIntegration::Capability cap) const |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp |  | Lines:  | 234-248 |  
  |  | 9 | 8 | 
 QEglFSKmsDevice::connectorProperty| Name:  | QEglFSKmsDevice::connectorProperty |  | Prototype:  | drmModePropertyPtr QEglFSKmsDevice::connectorProperty(drmModeConnectorPtr connector, const QByteArray &name) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsdevice.cpp |  | Lines:  | 316-330 |  
  |  | 9 | 4 | 
 QEvdevTouchScreenHandler::registerTouchDevice| Name:  | QEvdevTouchScreenHandler::registerTouchDevice |  | Prototype:  | void QEvdevTouchScreenHandler::registerTouchDevice() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp |  | Lines:  | 383-396 |  
  |  | 9 | 3 | 
 QFactoryLoader::indexOf| Name:  | QFactoryLoader::indexOf |  | Prototype:  | int QFactoryLoader::indexOf(const QString &needle) const |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp |  | Lines:  | 326-339 |  
  |  | 9 | 4 | 
 QFactoryLoader::keyMap| Name:  | QFactoryLoader::keyMap |  | Prototype:  | QMultiMap<int, QString> QFactoryLoader::keyMap() const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp |  | Lines:  | 312-324 |  
  |  | 9 | 3 | 
 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::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 | 
 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 | 
 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 | 
 QFile::setFileName| Name:  | QFile::setFileName |  | Prototype:  | void QFile::setFileName(const QString &name) |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp |  | Lines:  | 319-333 |  
  |  | 9 | 3 | 
 QFileDevice::map| Name:  | QFileDevice::map |  | Prototype:  | uchar *QFileDevice::map(qint64 offset, qint64 size, MemoryMapFlags flags) |  | Coverage:  |  66.667% (6/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp |  | Lines:  | 702-714 |  
  |  | 9 | 3 | 
 QFileDialog::selectedUrls| Name:  | QFileDialog::selectedUrls |  | Prototype:  | QList<QUrl> QFileDialog::selectedUrls() const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp |  | Lines:  | 1284-1297 |  
  |  | 9 | 3 | 
 QFileDialogPrivate::_q_navigateToParent| Name:  | QFileDialogPrivate::_q_navigateToParent |  | Prototype:  | void QFileDialogPrivate::_q_navigateToParent() |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp |  | Lines:  | 3267-3280 |  
  |  | 9 | 2 | 
 QFileDialogPrivate::helperPrepareShow| Name:  | QFileDialogPrivate::helperPrepareShow |  | Prototype:  | void QFileDialogPrivate::helperPrepareShow(QPlatformDialogHelper *) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp |  | Lines:  | 556-567 |  
  |  | 9 | 4 | 
 QFileInfo::created| Name:  | QFileInfo::created |  | Prototype:  | QDateTime QFileInfo::created() const |  | Coverage:  |  78.571% (11/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp |  | Lines:  | 1310-1322 |  
  |  | 9 | 5 | 
 QFileInfo::lastModified| Name:  | QFileInfo::lastModified |  | Prototype:  | QDateTime QFileInfo::lastModified() const |  | Coverage:  | 100.000% (14/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp |  | Lines:  | 1329-1341 |  
  |  | 9 | 5 |