| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QDomHandler::endDocument| Name:  | QDomHandler::endDocument |  | Prototype:  | bool QDomHandler::endDocument() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 7372-7378 |  
  |  | 3 | 2 | 
 QDomElementPrivate::setAttributeNS| Name:  | QDomElementPrivate::setAttributeNS |  | Prototype:  | void QDomElementPrivate::setAttributeNS(const QString& nsURI, const QString& qName, const QString& newValue) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4460-4477 |  
  |  | 10 | 2 | 
 QDomElement::tagName| Name:  | QDomElement::tagName |  | Prototype:  | QString QDomElement::tagName() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4760-4765 |  
  |  | 3 | 2 | 
 QDomElement::attribute| Name:  | QDomElement::attribute |  | Prototype:  | QString QDomElement::attribute(const QString& name, const QString& defValue) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4786-4791 |  
  |  | 3 | 2 | 
 QDomDocumentPrivate::documentElement| Name:  | QDomDocumentPrivate::documentElement |  | Prototype:  | QDomElementPrivate* QDomDocumentPrivate::documentElement() |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6246-6253 |  
  |  | 4 | 2 | 
 QDomDocumentPrivate::createTextNode| Name:  | QDomDocumentPrivate::createTextNode |  | Prototype:  | QDomTextPrivate* QDomDocumentPrivate::createTextNode(const QString &data) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6286-6296 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::createElementNS| Name:  | QDomDocumentPrivate::createElementNS |  | Prototype:  | QDomElementPrivate* QDomDocumentPrivate::createElementNS(const QString &nsURI, const QString &qName) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6267-6277 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::createElement| Name:  | QDomDocumentPrivate::createElement |  | Prototype:  | QDomElementPrivate* QDomDocumentPrivate::createElement(const QString &tagName) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6255-6265 |  
  |  | 7 | 2 | 
 QDomDocument::documentElement| Name:  | QDomDocument::documentElement |  | Prototype:  | QDomElement QDomDocument::documentElement() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6876-6881 |  
  |  | 3 | 2 | 
 QDir::addSearchPath| Name:  | QDir::addSearchPath |  | Prototype:  | void QDir::addSearchPath(const QString &prefix, const QString &path) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp |  | Lines:  | 1043-1050 |  
  |  | 4 | 2 | 
 QDateTimeParser::findAmPm| Name:  | QDateTimeParser::findAmPm |  | Prototype:  | QDateTimeParser::AmPmFinder QDateTimeParser::findAmPm(QString &str, int sectionIndex, int *used) const |  | Coverage:  |  50.000% (31/62) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp |  | Lines:  | 1343-1418 |  
  |  | 45 | 18 | 
 QDataStream::setDevice| Name:  | QDataStream::setDevice |  | Prototype:  | void QDataStream::setDevice(QIODevice *d) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp |  | Lines:  | 363-370 |  
  |  | 4 | 2 | 
 QDataStream::setByteOrder| Name:  | QDataStream::setByteOrder |  | Prototype:  | void QDataStream::setByteOrder(ByteOrder bo) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp |  | Lines:  | 491-498 |  
  |  | 4 | 2 | 
 QDataStream::readRawData| Name:  | QDataStream::readRawData |  | Prototype:  | int QDataStream::readRawData(char *s, int len) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp |  | Lines:  | 870-874 |  
  |  | 2 | 2 | 
 QDataStream::operator<<| Name:  | QDataStream::operator<< |  | Prototype:  | QDataStream &QDataStream::operator<<(const char *s) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp |  | Lines:  | 1085-1095 |  
  |  | 7 | 2 | 
 QDBusServiceWatcher::setWatchedServices| Name:  | QDBusServiceWatcher::setWatchedServices |  | Prototype:  | void QDBusServiceWatcher::setWatchedServices(const QStringList &services) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp |  | Lines:  | 263-269 |  
  |  | 4 | 2 | 
 QDBusServiceWatcher::setWatchMode| Name:  | QDBusServiceWatcher::setWatchMode |  | Prototype:  | void QDBusServiceWatcher::setWatchMode(WatchMode mode) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp |  | Lines:  | 305-311 |  
  |  | 4 | 2 | 
 QDBusServiceWatcher::setConnection| Name:  | QDBusServiceWatcher::setConnection |  | Prototype:  | void QDBusServiceWatcher::setConnection(const QDBusConnection &connection) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp |  | Lines:  | 335-341 |  
  |  | 4 | 2 | 
 QDBusServiceWatcher::addWatchedService| Name:  | QDBusServiceWatcher::addWatchedService |  | Prototype:  | void QDBusServiceWatcher::addWatchedService(const QString &newService) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp |  | Lines:  | 276-283 |  
  |  | 5 | 2 | 
 QDBusPendingReplyData::argumentAt| Name:  | QDBusPendingReplyData::argumentAt |  | Prototype:  | QVariant QDBusPendingReplyData::argumentAt(int index) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingreply.cpp |  | Lines:  | 271-279 |  
  |  | 4 | 2 | 
 QDBusPendingCallPrivate::~QDBusPendingCallPrivate| Name:  | QDBusPendingCallPrivate::~QDBusPendingCallPrivate |  | Prototype:  | QDBusPendingCallPrivate::~QDBusPendingCallPrivate() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp |  | Lines:  | 128-135 |  
  |  | 4 | 2 | 
 QDBusPendingCall::fromCompletedCall| Name:  | QDBusPendingCall::fromCompletedCall |  | Prototype:  | QDBusPendingCall QDBusPendingCall::fromCompletedCall(const QDBusMessage &msg) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp |  | Lines:  | 463-474 |  
  |  | 7 | 2 | 
 QDBusMetaType::marshall| Name:  | QDBusMetaType::marshall |  | Prototype:  | bool QDBusMetaType::marshall(QDBusArgument &arg, int id, const void *data) |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp |  | Lines:  | 224-245 |  
  |  | 13 | 3 | 
 QDBusMetaType::demarshall| Name:  | QDBusMetaType::demarshall |  | Prototype:  | bool QDBusMetaType::demarshall(const QDBusArgument &arg, int id, void *data) |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetatype.cpp |  | Lines:  | 253-280 |  
  |  | 14 | 3 | 
 QDBusMetaObject::outputTypesForMethod| Name:  | QDBusMetaObject::outputTypesForMethod |  | Prototype:  | const int *QDBusMetaObject::outputTypesForMethod(int id) const |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp |  | Lines:  | 669-677 |  
  |  | 4 | 2 | 
 QDBusMetaObject::inputTypesForMethod| Name:  | QDBusMetaObject::inputTypesForMethod |  | Prototype:  | const int *QDBusMetaObject::inputTypesForMethod(int id) const |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp |  | Lines:  | 659-667 |  
  |  | 4 | 2 | 
 QDBusMessage::member| Name:  | QDBusMessage::member |  | Prototype:  | QString QDBusMessage::member() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp |  | Lines:  | 609-614 |  
  |  | 3 | 2 | 
 QDBusMarshaller::error| Name:  | QDBusMarshaller::error |  | Prototype:  | void QDBusMarshaller::error(const QString &msg) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp |  | Lines:  | 369-376 |  
  |  | 4 | 2 | 
 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:  | 243-256 |  
  |  | 9 | 2 | 
 QDBusIntrospection::parseObject| Name:  | QDBusIntrospection::parseObject |  | Prototype:  | QDBusIntrospection::Object QDBusIntrospection::parseObject(const QString &xml, const QString &service, const QString &path) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintrospection.cpp |  | Lines:  | 367-375 |  
  |  | 5 | 2 | 
 QDBusError::QDBusError| Name:  | QDBusError::QDBusError |  | Prototype:  | QDBusError::QDBusError(const DBusError *error) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuserror.cpp |  | Lines:  | 264-273 |  
  |  | 5 | 2 | 
 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:  | 1198-1211 |  
  |  | 9 | 4 | 
 QDBusConnectionPrivate::sendWithReplyLocal| Name:  | QDBusConnectionPrivate::sendWithReplyLocal |  | Prototype:  | QDBusMessage QDBusConnectionPrivate::sendWithReplyLocal(const QDBusMessage &message) |  | Coverage:  |  50.000% (9/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 2064-2095 |  
  |  | 21 | 6 | 
 QDBusConnectionPrivate::handleError| Name:  | QDBusConnectionPrivate::handleError |  | Prototype:  | bool QDBusConnectionPrivate::handleError(const QDBusErrorInternal &error) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 1157-1166 |  
  |  | 4 | 2 | 
 QDBusConnectionPrivate::handleDBusDisconnection| Name:  | QDBusConnectionPrivate::handleDBusDisconnection |  | Prototype:  | void QDBusConnectionPrivate::handleDBusDisconnection() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 1145-1149 |  
  |  | 2 | 2 | 
 QDBusConnectionPrivate::disconnectRelay| Name:  | QDBusConnectionPrivate::disconnectRelay |  | Prototype:  | void QDBusConnectionPrivate::disconnectRelay(const QString &service, const QString &path, const QString &interface, QDBusAbstractInterface *receiver, const QMetaMethod &signal) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 2414-2433 |  
  |  | 10 | 2 | 
 QDBusConnection::unregisterObject| Name:  | QDBusConnection::unregisterObject |  | Prototype:  | void QDBusConnection::unregisterObject(const QString &path, UnregisterMode mode) |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp |  | Lines:  | 984-991 |  
  |  | 4 | 2 | 
 QDBusConnection::interface| Name:  | QDBusConnection::interface |  | Prototype:  | QDBusConnectionInterface *QDBusConnection::interface() const |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp |  | Lines:  | 1036-1041 |  
  |  | 3 | 2 | 
 QDBusConnection::connectToPeer| Name:  | QDBusConnection::connectToPeer |  | Prototype:  | QDBusConnection QDBusConnection::connectToPeer(const QString &address, const QString &name) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp |  | Lines:  | 512-520 |  
  |  | 4 | 2 | 
 QDBusConnection::connectToBus| Name:  | QDBusConnection::connectToBus |  | Prototype:  | QDBusConnection QDBusConnection::connectToBus(BusType type, const QString &name) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp |  | Lines:  | 484-491 |  
  |  | 4 | 2 | 
 QDBusConnection::connectToBus| Name:  | QDBusConnection::connectToBus |  | Prototype:  | QDBusConnection QDBusConnection::connectToBus(const QString &address, const QString &name) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp |  | Lines:  | 497-505 |  
  |  | 4 | 2 | 
 QDBusArgument::atEnd| Name:  | QDBusArgument::atEnd |  | Prototype:  | bool QDBusArgument::atEnd() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp |  | Lines:  | 1084-1090 |  
  |  | 3 | 2 | 
 QDBusArgument::asVariant| Name:  | QDBusArgument::asVariant |  | Prototype:  | QVariant QDBusArgument::asVariant() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp |  | Lines:  | 1112-1118 |  
  |  | 3 | 2 | 
 QDBusArgument::QDBusArgument| Name:  | QDBusArgument::QDBusArgument |  | Prototype:  | QDBusArgument::QDBusArgument() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp |  | Lines:  | 284-297 |  
  |  | 7 | 2 | 
 QDBusAdaptorConnector::relaySlot| Name:  | QDBusAdaptorConnector::relaySlot |  | Prototype:  | void QDBusAdaptorConnector::relaySlot(void **argv) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp |  | Lines:  | 272-284 |  
  |  | 8 | 2 | 
 QDBusActivateObjectEvent::~QDBusActivateObjectEvent| Name:  | QDBusActivateObjectEvent::~QDBusActivateObjectEvent |  | Prototype:  | QDBusActivateObjectEvent::~QDBusActivateObjectEvent() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp |  | Lines:  | 1585-1595 |  
  |  | 3 | 2 | 
 QDBusAbstractInterface::disconnectNotify| Name:  | QDBusAbstractInterface::disconnectNotify |  | Prototype:  | void QDBusAbstractInterface::disconnectNotify(const QMetaMethod &signal) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp |  | Lines:  | 624-634 |  
  |  | 4 | 2 | 
 QDBusAbstractInterface::callWithCallback| Name:  | QDBusAbstractInterface::callWithCallback |  | Prototype:  | bool QDBusAbstractInterface::callWithCallback(const QString &method, const QList<QVariant> &args, QObject *receiver, const char *returnMethod, const char *errorMethod) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp |  | Lines:  | 545-569 |  
  |  | 15 | 2 | 
 QCoreApplicationPrivate::threadRequiresCoreApplication| Name:  | QCoreApplicationPrivate::threadRequiresCoreApplication |  | Prototype:  | bool QCoreApplicationPrivate::threadRequiresCoreApplication() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 548-554 |  
  |  | 4 | 2 | 
 QCoreApplicationPrivate::setApplicationFilePath| Name:  | QCoreApplicationPrivate::setApplicationFilePath |  | Prototype:  | void QCoreApplicationPrivate::setApplicationFilePath(const QString &path) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 2061-2067 |  
  |  | 3 | 2 | 
 QCoreApplicationPrivate::createEventDispatcher| Name:  | QCoreApplicationPrivate::createEventDispatcher |  | Prototype:  | void QCoreApplicationPrivate::createEventDispatcher() |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 507-535 |  
  |  | 4 | 2 | 
 QCoreApplicationPrivate::checkInstance| Name:  | QCoreApplicationPrivate::checkInstance |  | Prototype:  | bool QCoreApplicationPrivate::checkInstance(const char *function) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 173-179 |  
  |  | 4 | 2 | 
 QCoreApplication::setEventDispatcher| Name:  | QCoreApplication::setEventDispatcher |  | Prototype:  | void QCoreApplication::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 2786-2792 |  
  |  | 4 | 2 | 
 QCoreApplication::exec| Name:  | QCoreApplication::exec |  | Prototype:  | int QCoreApplication::exec() |  | Coverage:  |  50.000% (8/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 1266-1296 |  
  |  | 22 | 6 | 
 QCoreApplication::eventDispatcher| Name:  | QCoreApplication::eventDispatcher |  | Prototype:  | QAbstractEventDispatcher *QCoreApplication::eventDispatcher() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 2773-2778 |  
  |  | 3 | 2 | 
 QConfFileSettingsPrivate::set| Name:  | QConfFileSettingsPrivate::set |  | Prototype:  | void QConfFileSettingsPrivate::set(const QString &key, const QVariant &value) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1253-1263 |  
  |  | 7 | 2 | 
 QConfFileSettingsPrivate::fileName| Name:  | QConfFileSettingsPrivate::fileName |  | Prototype:  | QString QConfFileSettingsPrivate::fileName() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1372-1378 |  
  |  | 4 | 2 | 
 QConfFileSettingsPrivate::clear| Name:  | QConfFileSettingsPrivate::clear |  | Prototype:  | void QConfFileSettingsPrivate::clear() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp |  | Lines:  | 1341-1351 |  
  |  | 7 | 2 | 
 QCollator::setNumericMode| Name:  | QCollator::setNumericMode |  | Prototype:  | void QCollator::setNumericMode(bool on) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp |  | Lines:  | 222-230 |  
  |  | 5 | 2 | 
 QCollator::setLocale| Name:  | QCollator::setLocale |  | Prototype:  | void QCollator::setLocale(const QLocale &locale) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp |  | Lines:  | 159-167 |  
  |  | 5 | 2 | 
 QCollator::setIgnorePunctuation| Name:  | QCollator::setIgnorePunctuation |  | Prototype:  | void QCollator::setIgnorePunctuation(bool on) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp |  | Lines:  | 255-263 |  
  |  | 5 | 2 | 
 QCollator::setCaseSensitivity| Name:  | QCollator::setCaseSensitivity |  | Prototype:  | void QCollator::setCaseSensitivity(Qt::CaseSensitivity cs) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp |  | Lines:  | 184-192 |  
  |  | 5 | 2 | 
 QCollator::compare| Name:  | QCollator::compare |  | Prototype:  | int QCollator::compare(const QString &s1, const QString &s2) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator_icu.cpp |  | Lines:  | 110-116 |  
  |  | 3 | 2 | 
 QChar::toUpper| Name:  | QChar::toUpper |  | Prototype:  | uint QChar::toUpper(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1480-1485 |  
  |  | 3 | 2 | 
 QChar::toTitleCase| Name:  | QChar::toTitleCase |  | Prototype:  | uint QChar::toTitleCase(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1500-1505 |  
  |  | 3 | 2 | 
 QChar::toLower| Name:  | QChar::toLower |  | Prototype:  | uint QChar::toLower(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1460-1465 |  
  |  | 3 | 2 | 
 QChar::toCaseFolded| Name:  | QChar::toCaseFolded |  | Prototype:  | uint QChar::toCaseFolded(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1541-1546 |  
  |  | 3 | 2 | 
 QChar::script| Name:  | QChar::script |  | Prototype:  | QChar::Script QChar::script(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1399-1404 |  
  |  | 3 | 2 | 
 QChar::mirroredChar| Name:  | QChar::mirroredChar |  | Prototype:  | uint QChar::mirroredChar(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1268-1273 |  
  |  | 3 | 2 | 
 QChar::joiningType| Name:  | QChar::joiningType |  | Prototype:  | QChar::JoiningType QChar::joiningType(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1127-1132 |  
  |  | 3 | 2 | 
 QChar::isSpace_helper| Name:  | QChar::isSpace_helper |  | Prototype:  | bool QChar::isSpace_helper(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 735-743 |  
  |  | 6 | 2 | 
 QChar::isPrint| Name:  | QChar::isPrint |  | Prototype:  | bool QChar::isPrint(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 702-712 |  
  |  | 8 | 2 | 
 QChar::isMark| Name:  | QChar::isMark |  | Prototype:  | bool QChar::isMark(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 761-769 |  
  |  | 6 | 2 | 
 QChar::isLetter_helper| Name:  | QChar::isLetter_helper |  | Prototype:  | bool QChar::isLetter_helper(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 843-853 |  
  |  | 8 | 2 | 
 QChar::isLetterOrNumber_helper| Name:  | QChar::isLetterOrNumber_helper |  | Prototype:  | bool QChar::isLetterOrNumber_helper(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 907-920 |  
  |  | 11 | 2 | 
 QChar::hasMirrored| Name:  | QChar::hasMirrored |  | Prototype:  | bool QChar::hasMirrored(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1186-1191 |  
  |  | 3 | 2 | 
 QChar::direction| Name:  | QChar::direction |  | Prototype:  | QChar::Direction QChar::direction(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1104-1109 |  
  |  | 3 | 2 | 
 QChar::combiningClass| Name:  | QChar::combiningClass |  | Prototype:  | unsigned char QChar::combiningClass(uint ucs4) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1378-1383 |  
  |  | 3 | 2 | 
 QByteDeviceWrappingIoDevice::size| Name:  | QByteDeviceWrappingIoDevice::size |  | Prototype:  | qint64 QByteDeviceWrappingIoDevice::size() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp |  | Lines:  | 430-436 |  
  |  | 3 | 2 | 
 QByteArrayMatcher::indexIn| Name:  | QByteArrayMatcher::indexIn |  | Prototype:  | int QByteArrayMatcher::indexIn(const QByteArray &ba, int from) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp |  | Lines:  | 193-199 |  
  |  | 4 | 2 | 
 QByteArrayMatcher::indexIn| Name:  | QByteArrayMatcher::indexIn |  | Prototype:  | int QByteArrayMatcher::indexIn(const char *str, int len, int from) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp |  | Lines:  | 208-214 |  
  |  | 4 | 2 | 
 QByteArray::QByteArray| Name:  | QByteArray::QByteArray |  | Prototype:  | QByteArray::QByteArray(int size, Qt::Initialization) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp |  | Lines:  | 1523-1529 |  
  |  | 4 | 2 | 
 QBuffer::setData| Name:  | QBuffer::setData |  | Prototype:  | void QBuffer::setData(const QByteArray &data) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp |  | Lines:  | 293-301 |  
  |  | 5 | 2 | 
 QBuffer::setBuffer| Name:  | QBuffer::setBuffer |  | Prototype:  | void QBuffer::setBuffer(QByteArray *byteArray) |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp |  | Lines:  | 230-243 |  
  |  | 8 | 3 | 
 QBenchmarkGlobalData::adjustMedianIterationCount| Name:  | QBenchmarkGlobalData::adjustMedianIterationCount |  | Prototype:  | int QBenchmarkGlobalData::adjustMedianIterationCount() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp |  | Lines:  | 100-107 |  
  |  | 3 | 2 | 
 QAuthenticatorPrivate::calculateResponse| Name:  | QAuthenticatorPrivate::calculateResponse |  | Prototype:  | QByteArray QAuthenticatorPrivate::calculateResponse(const QByteArray &requestMethod, const QByteArray &path) |  | Coverage:  |  50.000% (14/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp |  | Lines:  | 452-525 |  
  |  | 36 | 12 | 
 QAuthenticator::operator=| Name:  | QAuthenticator::operator= |  | Prototype:  | QAuthenticator &QAuthenticator::operator=(const QAuthenticator &other) |  | Coverage:  |  50.000% (5/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp |  | Lines:  | 163-186 |  
  |  | 16 | 4 | 
 QAssociativeIterable::value| Name:  | QAssociativeIterable::value |  | Prototype:  | QVariant QAssociativeIterable::value(const QVariant &key) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4266-4272 |  
  |  | 4 | 2 | 
 QAssociativeIterable::const_iterator::operator*| Name:  | QAssociativeIterable::const_iterator::operator* |  | Prototype:  | const QVariant QAssociativeIterable::const_iterator::operator*() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4336-4343 |  
  |  | 5 | 2 | 
 QAssociativeIterable::const_iterator::key| Name:  | QAssociativeIterable::const_iterator::key |  | Prototype:  | const QVariant QAssociativeIterable::const_iterator::key() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 4348-4355 |  
  |  | 5 | 2 | 
 QAnimationGroup::takeAnimation| Name:  | QAnimationGroup::takeAnimation |  | Prototype:  | QAbstractAnimation *QAnimationGroup::takeAnimation(int index) |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp |  | Lines:  | 229-244 |  
  |  | 10 | 2 | 
 QAnimationGroup::animationAt| Name:  | QAnimationGroup::animationAt |  | Prototype:  | QAbstractAnimation *QAnimationGroup::animationAt(int index) const |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qanimationgroup.cpp |  | Lines:  | 121-131 |  
  |  | 5 | 2 | 
 QAbstractSocketPrivate::startConnectingByName| Name:  | QAbstractSocketPrivate::startConnectingByName |  | Prototype:  | void QAbstractSocketPrivate::startConnectingByName(const QString &host) |  | Coverage:  |  50.000% (8/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp |  | Lines:  | 966-997 |  
  |  | 15 | 4 | 
 QAbstractItemModel::supportedDragActions| Name:  | QAbstractItemModel::supportedDragActions |  | Prototype:  | Qt::DropActions QAbstractItemModel::supportedDragActions() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 1959-1965 |  
  |  | 4 | 2 | 
 QAbstractItemModel::changePersistentIndex| Name:  | QAbstractItemModel::changePersistentIndex |  | Prototype:  | void QAbstractItemModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to) |  | Coverage:  |  50.000% (5/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 3157-3173 |  
  |  | 11 | 4 | 
 PageItem::paint| Name:  | PageItem::paint |  | Prototype:  | void PageItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 79-138 |  
  |  | 33 | 2 | 
 DBusConnection::getAddressFromXCB| Name:  | DBusConnection::getAddressFromXCB |  | Prototype:  | QString DBusConnection::getAddressFromXCB() |  | Coverage:  |  50.000% (4/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp |  | Lines:  | 83-97 |  
  |  | 10 | 4 | 
 Balloc| Name:  | Balloc |  | Prototype:  | static Bigint *Balloc(int k) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp |  | Lines:  | 541-553 |  
  |  | 9 | 2 | 
 QFontEngineFT::init| Name:  | QFontEngineFT::init |  | Prototype:  | bool QFontEngineFT::init(FaceId faceId, bool antialias, GlyphFormat format, QFreetypeFace *freetypeFace) |  | Coverage:  |  49.180% (30/61) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp |  | Lines:  | 683-785 |  
  |  | 60 | 16 | 
 QTest::qtest_qParseArgs| Name:  | QTest::qtest_qParseArgs |  | Prototype:  | void qtest_qParseArgs(int argc, char *argv[], bool qml) |  | Coverage:  |  48.837% (105/215) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp |  | Lines:  | 1651-2003 |  
  |  | 261 | 69 |