| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPrinter::paperRect| Name: | QPrinter::paperRect | | Prototype: | QRectF QPrinter::paperRect(Unit unit) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1773-1779 |
| | 3 | 2 |
QPrinter::setCollateCopies| Name: | QPrinter::setCollateCopies | | Prototype: | void QPrinter::setCollateCopies(bool collate) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1531-1536 |
| | 3 | 2 |
QPrinter::setColorMode| Name: | QPrinter::setColorMode | | Prototype: | void QPrinter::setColorMode(ColorMode newColorMode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1365-1370 |
| | 3 | 2 |
QPrinter::setCopyCount| Name: | QPrinter::setCopyCount | | Prototype: | void QPrinter::setCopyCount(int count) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1462-1467 |
| | 3 | 2 |
QPrinter::setCreator| Name: | QPrinter::setCreator | | Prototype: | void QPrinter::setCreator(const QString &creator) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1027-1032 |
| | 3 | 2 |
QPrinter::setDocName| Name: | QPrinter::setDocName | | Prototype: | void QPrinter::setDocName(const QString &name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 997-1002 |
| | 3 | 2 |
QPrinter::setEngines| Name: | QPrinter::setEngines | | Prototype: | void QPrinter::setEngines(QPrintEngine *printEngine, QPaintEngine *paintEngine) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 730-740 |
| | 6 | 2 |
QPrinter::setFromTo| Name: | QPrinter::setFromTo | | Prototype: | void QPrinter::setFromTo(int from, int to) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 2135-2143 |
| | 5 | 2 |
QPrinter::setNumCopies| Name: | QPrinter::setNumCopies | | Prototype: | void QPrinter::setNumCopies(int numCopies) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1444-1449 |
| | 3 | 2 |
QPrinter::setPageMargins| Name: | QPrinter::setPageMargins | | Prototype: | void QPrinter::setPageMargins(qreal left, qreal top, qreal right, qreal bottom, QPrinter::Unit unit) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1825-1835 |
| | 6 | 2 |
QPrinter::setPageOrder| Name: | QPrinter::setPageOrder | | Prototype: | void QPrinter::setPageOrder(PageOrder pageOrder) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1335-1342 |
| | 4 | 2 |
QPrinter::setPrintProgram| Name: | QPrinter::setPrintProgram | | Prototype: | void QPrinter::setPrintProgram(const QString &printProg) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 967-972 |
| | 3 | 2 |
QPrinter::setResolution| Name: | QPrinter::setResolution | | Prototype: | void QPrinter::setResolution(int dpi) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1601-1606 |
| | 3 | 2 |
QPrinter::setWinPageSize| Name: | QPrinter::setWinPageSize | | Prototype: | void QPrinter::setWinPageSize(int pageSize) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 1918-1923 |
| | 3 | 2 |
QPrinterInfo::availablePrinterNames| Name: | QPrinterInfo::availablePrinterNames | | Prototype: | QStringList QPrinterInfo::availablePrinterNames() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 402-408 |
| | 4 | 2 |
QPrinterInfo::defaultPrinter| Name: | QPrinterInfo::defaultPrinter | | Prototype: | QPrinterInfo QPrinterInfo::defaultPrinter() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinterinfo.cpp | | Lines: | 460-466 |
| | 4 | 2 |
QPrinterPrivate::init| Name: | QPrinterPrivate::init | | Prototype: | void QPrinterPrivate::init(const QPrinterInfo &printer, QPrinter::PrinterMode mode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 703-713 |
| | 5 | 2 |
QPrinterPrivate::previewPages| Name: | QPrinterPrivate::previewPages | | Prototype: | QList<const QPicture *> QPrinterPrivate::previewPages() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | | Lines: | 189-194 |
| | 3 | 2 |
QProcess::close| Name: | QProcess::close | | Prototype: | void QProcess::close() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1688-1698 |
| | 7 | 2 |
QProcess::setArguments| Name: | QProcess::setArguments | | Prototype: | void QProcess::setArguments(const QStringList &arguments) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2334-2342 |
| | 5 | 2 |
QProcess::setProgram| Name: | QProcess::setProgram | | Prototype: | void QProcess::setProgram(const QString &program) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2303-2311 |
| | 5 | 2 |
QProcessEnvironment::contains| Name: | QProcessEnvironment::contains | | Prototype: | bool QProcessEnvironment::contains(const QString &name) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 321-327 |
| | 4 | 2 |
QProcessEnvironment::insert| Name: | QProcessEnvironment::insert | | Prototype: | void QProcessEnvironment::insert(const QProcessEnvironment &e) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 426-434 |
| | 4 | 2 |
QProcessPrivate::waitForStarted| Name: | QProcessPrivate::waitForStarted | | Prototype: | bool QProcessPrivate::waitForStarted(int msecs) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 734-756 |
| | 6 | 2 |
QPropertyAnimation::setPropertyName| Name: | QPropertyAnimation::setPropertyName | | Prototype: | void QPropertyAnimation::setPropertyName(const QByteArray &propertyName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 217-227 |
| | 6 | 2 |
QReadWriteLock::~QReadWriteLock| Name: | QReadWriteLock::~QReadWriteLock | | Prototype: | QReadWriteLock::~QReadWriteLock() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 156-164 |
| | 5 | 2 |
QRegExp::indexIn| Name: | QRegExp::indexIn | | Prototype: | int QRegExp::indexIn(const QString &str, int offset, CaretMode caretMode) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4286-4294 |
| | 6 | 2 |
QRegExp::pos| Name: | QRegExp::pos | | Prototype: | int QRegExp::pos(int nth) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4468-4474 |
| | 3 | 2 |
QRegExpEngine::addLookahead| Name: | QRegExpEngine::addLookahead | | Prototype: | int QRegExpEngine::addLookahead(QRegExpEngine *eng, bool negative) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1773-1782 |
| | 6 | 2 |
QRegularExpression::errorString| Name: | QRegularExpression::errorString | | Prototype: | QString QRegularExpression::errorString() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1680-1686 |
| | 4 | 2 |
QResource::addSearchPath| Name: | QResource::addSearchPath | | Prototype: | void QResource::addSearchPath(const QString &path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 556-566 |
| | 6 | 2 |
QResourceFileEngineIterator::currentFileName| Name: | QResourceFileEngineIterator::currentFileName | | Prototype: | QString QResourceFileEngineIterator::currentFileName() const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource_iterator.cpp | | Lines: | 81-86 |
| | 3 | 2 |
QResourceFileEngineIterator::next| Name: | QResourceFileEngineIterator::next | | Prototype: | QString QResourceFileEngineIterator::next() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource_iterator.cpp | | Lines: | 57-63 |
| | 4 | 2 |
QResourceRoot::flags| Name: | QResourceRoot::flags | | Prototype: | short QResourceRoot::flags(int node) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 751-757 |
| | 4 | 2 |
QResourceRoot::hash| Name: | QResourceRoot::hash | | Prototype: | inline uint QResourceRoot::hash(int node) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 586-596 |
| | 8 | 2 |
QRingBuffer::readLine| Name: | QRingBuffer::readLine | | Prototype: | qint64 QRingBuffer::readLine(char *data, qint64 maxLength) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 351-362 |
| | 6 | 2 |
QSaveFile::cancelWriting| Name: | QSaveFile::cancelWriting | | Prototype: | void QSaveFile::cancelWriting() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | | Lines: | 336-343 |
| | 5 | 2 |
QSettings::event| Name: | QSettings::event | | Prototype: | bool QSettings::event(QEvent *event) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3253-3261 |
| | 5 | 2 |
QSettings::registerFormat| Name: | QSettings::registerFormat | | Prototype: | QSettings::Format QSettings::registerFormat(const QString &extension, ReadFunc readFunc, WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 3470-3492 |
| | 13 | 2 |
QSignalTransition::setSenderObject| Name: | QSignalTransition::setSenderObject | | Prototype: | void QSignalTransition::setSenderObject(const QObject *sender) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 185-194 |
| | 7 | 2 |
QSignalTransition::setSignal| Name: | QSignalTransition::setSignal | | Prototype: | void QSignalTransition::setSignal(const QByteArray &signal) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 208-217 |
| | 7 | 2 |
QSignalTransitionPrivate::callOnTransition| Name: | QSignalTransitionPrivate::callOnTransition | | Prototype: | void QSignalTransitionPrivate::callOnTransition(QEvent *e) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qsignaltransition.cpp | | Lines: | 273-286 |
| | 8 | 2 |
QSocketEngineHandler::QSocketEngineHandler| Name: | QSocketEngineHandler::QSocketEngineHandler | | Prototype: | QSocketEngineHandler::QSocketEngineHandler() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 61-67 |
| | 4 | 2 |
QSocketEngineHandler::~QSocketEngineHandler| Name: | QSocketEngineHandler::~QSocketEngineHandler | | Prototype: | QSocketEngineHandler::~QSocketEngineHandler() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocketengine.cpp | | Lines: | 69-75 |
| | 4 | 2 |
QSocks5BindStore::retrieve| Name: | QSocks5BindStore::retrieve | | Prototype: | QSocks5BindData *QSocks5BindStore::retrieve(qintptr socketDescriptor) | | Coverage: | 50.000% (7/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 370-392 |
| | 14 | 5 |
QSocks5SocketEngine::bytesToWrite| Name: | QSocks5SocketEngine::bytesToWrite | | Prototype: | qint64 QSocks5SocketEngine::bytesToWrite() const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1691-1699 |
| | 4 | 2 |
QSocks5SocketEngine::hasPendingDatagrams| Name: | QSocks5SocketEngine::hasPendingDatagrams | | Prototype: | bool QSocks5SocketEngine::hasPendingDatagrams() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1669-1677 |
| | 4 | 2 |
QSqlDatabase::cloneDatabase| Name: | QSqlDatabase::cloneDatabase | | Prototype: | QSqlDatabase QSqlDatabase::cloneDatabase(const QSqlDatabase &other, const QString &connectionName) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 1445-1454 |
| | 6 | 2 |
QSqlDatabase::commit| Name: | QSqlDatabase::commit | | Prototype: | bool QSqlDatabase::commit() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 923-928 |
| | 3 | 2 |
QSqlDatabase::numericalPrecisionPolicy| Name: | QSqlDatabase::numericalPrecisionPolicy | | Prototype: | QSql::NumericalPrecisionPolicy QSqlDatabase::numericalPrecisionPolicy() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 1501-1507 |
| | 3 | 2 |
QSqlDatabase::rollback| Name: | QSqlDatabase::rollback | | Prototype: | bool QSqlDatabase::rollback() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 944-949 |
| | 3 | 2 |
QSqlDatabase::transaction| Name: | QSqlDatabase::transaction | | Prototype: | bool QSqlDatabase::transaction() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 902-907 |
| | 3 | 2 |
QSqlDatabasePrivate::addDatabase| Name: | QSqlDatabasePrivate::addDatabase | | Prototype: | void QSqlDatabasePrivate::addDatabase(const QSqlDatabase &db, const QString &name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 253-266 |
| | 9 | 2 |
QSqlDatabasePrivate::removeDatabase| Name: | QSqlDatabasePrivate::removeDatabase | | Prototype: | void QSqlDatabasePrivate::removeDatabase(const QString &name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 241-251 |
| | 6 | 2 |
QSqlQuery::last| Name: | QSqlQuery::last | | Prototype: | bool QSqlQuery::last() | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 757-764 |
| | 5 | 2 |
QSqlQuery::value| Name: | QSqlQuery::value | | Prototype: | QVariant QSqlQuery::value(int index) const | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 427-433 |
| | 4 | 2 |
QSqlQuery::value| Name: | QSqlQuery::value | | Prototype: | QVariant QSqlQuery::value(const QString& name) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | | Lines: | 444-451 |
| | 5 | 2 |
QSqlQueryModel::fetchMore| Name: | QSqlQueryModel::fetchMore | | Prototype: | void QSqlQueryModel::fetchMore(const QModelIndex &parent) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | | Lines: | 190-196 |
| | 4 | 2 |
QSqlRecord::replace| Name: | QSqlRecord::replace | | Prototype: | void QSqlRecord::replace(int pos, const QSqlField& field) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlrecord.cpp | | Lines: | 292-299 |
| | 4 | 2 |
QSqlResult::bindValue| Name: | QSqlResult::bindValue | | Prototype: | void QSqlResult::bindValue(const QString& placeholder, const QVariant& val, QSql::ParamType paramType) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 705-720 |
| | 9 | 4 |
QSqlTableModel::deleteRowFromTable| Name: | QSqlTableModel::deleteRowFromTable | | Prototype: | bool QSqlTableModel::deleteRowFromTable(int row) | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 693-716 |
| | 17 | 2 |
QSqlTableModel::indexInQuery| Name: | QSqlTableModel::indexInQuery | | Prototype: | QModelIndex QSqlTableModel::indexInQuery(const QModelIndex &item) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1226-1234 |
| | 5 | 2 |
QSqlTableModel::revertRow| Name: | QSqlTableModel::revertRow | | Prototype: | void QSqlTableModel::revertRow(int row) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 897-904 |
| | 4 | 2 |
QSqlTableModel::updateRowInTable| Name: | QSqlTableModel::updateRowInTable | | Prototype: | bool QSqlTableModel::updateRowInTable(int row, const QSqlRecord &values) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 626-646 |
| | 14 | 2 |
QSslCertificate::toPem| Name: | QSslCertificate::toPem | | Prototype: | QByteArray QSslCertificate::toPem() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 483-488 |
| | 3 | 2 |
QSslCertificate::toText| Name: | QSslCertificate::toText | | Prototype: | QString QSslCertificate::toText() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 497-502 |
| | 3 | 2 |
QSslConfigurationPrivate::deepCopyDefaultConfiguration| Name: | QSslConfigurationPrivate::deepCopyDefaultConfiguration | | Prototype: | void QSslConfigurationPrivate::deepCopyDefaultConfiguration(QSslConfigurationPrivate *ptr) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2216-2239 |
| | 19 | 2 |
QSslConfigurationPrivate::setDefaultConfiguration| Name: | QSslConfigurationPrivate::setDefaultConfiguration | | Prototype: | void QSslConfigurationPrivate::setDefaultConfiguration(const QSslConfiguration &configuration) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2203-2211 |
| | 5 | 2 |
QSslSocket::addCaCertificates| Name: | QSslSocket::addCaCertificates | | Prototype: | bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1335-1345 |
| | 6 | 2 |
QSslSocket::atEnd| Name: | QSslSocket::atEnd | | Prototype: | bool QSslSocket::atEnd() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 815-821 |
| | 4 | 2 |
QSslSocketBackendPrivate::sessionProtocol| Name: | QSslSocketBackendPrivate::sessionProtocol | | Prototype: | QSsl::SslProtocol QSslSocketBackendPrivate::sessionProtocol() const | | Coverage: | 50.000% (7/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 1493-1513 |
| | 10 | 7 |
QSslSocketPrivate::ensureInitialized| Name: | QSslSocketPrivate::ensureInitialized | | Prototype: | void QSslSocketPrivate::ensureInitialized() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 576-582 |
| | 3 | 2 |
QSslSocketPrivate::pauseSocketNotifiers| Name: | QSslSocketPrivate::pauseSocketNotifiers | | Prototype: | void QSslSocketPrivate::pauseSocketNotifiers(QSslSocket *socket) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2302-2307 |
| | 3 | 2 |
QSslSocketPrivate::resumeSocketNotifiers| Name: | QSslSocketPrivate::resumeSocketNotifiers | | Prototype: | void QSslSocketPrivate::resumeSocketNotifiers(QSslSocket *socket) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2309-2314 |
| | 3 | 2 |
QSslSocketPrivate::sslLibraryVersionNumber| Name: | QSslSocketPrivate::sslLibraryVersionNumber | | Prototype: | long QSslSocketPrivate::sslLibraryVersionNumber() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 584-590 |
| | 3 | 2 |
QStateMachinePrivate::~QStateMachinePrivate| Name: | QStateMachinePrivate::~QStateMachinePrivate | | Prototype: | QStateMachinePrivate::~QStateMachinePrivate() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 412-420 |
| | 4 | 2 |
QStorageInfo::setPath| Name: | QStorageInfo::setPath | | Prototype: | void QStorageInfo::setPath(const QString &path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp | | Lines: | 160-167 |
| | 5 | 2 |
QStorageInfoPrivate::doStat| Name: | QStorageInfoPrivate::doStat | | Prototype: | void QStorageInfoPrivate::doStat() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 525-533 |
| | 5 | 2 |
QString::QString| Name: | QString::QString | | Prototype: | QString::QString(int size, Qt::Initialization) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1562-1568 |
| | 4 | 2 |
QString::QString| Name: | QString::QString | | Prototype: | QString::QString(QChar ch) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1580-1587 |
| | 5 | 2 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(const QString &a, int fieldWidth, QChar fillChar) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7426-7436 |
| | 6 | 2 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(qulonglong a, int fieldWidth, int base, QChar fillChar) const | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7674-7700 |
| | 17 | 6 |
QString::utf16| Name: | QString::utf16 | | Prototype: | const ushort *QString::utf16() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5672-5679 |
| | 3 | 2 |
QStringMatcher::indexIn| Name: | QStringMatcher::indexIn | | Prototype: | int QStringMatcher::indexIn(const QChar *str, int length, int from) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | | Lines: | 289-296 |
| | 5 | 2 |
QStringRef::appendTo| Name: | QStringRef::appendTo | | Prototype: | QStringRef QStringRef::appendTo(QString *string) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9333-9340 |
| | 5 | 2 |
QStringRef::toLocal8Bit| Name: | QStringRef::toLocal8Bit | | Prototype: | QByteArray QStringRef::toLocal8Bit() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10321-10329 |
| | 4 | 2 |
QStringRef::toUtf8| Name: | QStringRef::toUtf8 | | Prototype: | QByteArray QStringRef::toUtf8() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10341-10347 |
| | 3 | 2 |
QSysInfo::kernelType| Name: | QSysInfo::kernelType | | Prototype: | QString QSysInfo::kernelType() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2602-2614 |
| | 4 | 2 |
QSysInfo::kernelVersion| Name: | QSysInfo::kernelVersion | | Prototype: | QString QSysInfo::kernelVersion() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2629-2641 |
| | 4 | 2 |
QSysInfo::machineHostName| Name: | QSysInfo::machineHostName | | Prototype: | QString QSysInfo::machineHostName() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2865-2886 |
| | 4 | 2 |
QSysInfo::productType| Name: | QSysInfo::productType | | Prototype: | QString QSysInfo::productType() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2678-2713 |
| | 5 | 2 |
QSysInfo::productVersion| Name: | QSysInfo::productVersion | | Prototype: | QString QSysInfo::productVersion() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2739-2764 |
| | 5 | 2 |
QTcpServer::socketDescriptor| Name: | QTcpServer::socketDescriptor | | Prototype: | qintptr QTcpServer::socketDescriptor() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp | | Lines: | 387-392 |
| | 3 | 2 |
QTemporaryFilePrivate::defaultTemplateName| Name: | QTemporaryFilePrivate::defaultTemplateName | | Prototype: | QString QTemporaryFilePrivate::defaultTemplateName() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp | | Lines: | 436-446 |
| | 5 | 2 |
QTest::addColumnInternal| Name: | QTest::addColumnInternal | | Prototype: | void QTest::addColumnInternal(int id, const char *name) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 2107-2113 |
| | 3 | 2 |
QTest::messageFormatString| Name: | QTest::messageFormatString | | Prototype: | static const char *messageFormatString(bool noDescription, bool noTag) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | | Lines: | 204-224 |
| | 14 | 4 |
QTest::qSleep| Name: | QTest::qSleep | | Prototype: | void QTest::qSleep(int ms) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 2219-2231 |
| | 3 | 2 |
QTest::qToInt| Name: | QTest::qToInt | | Prototype: | static int qToInt(char *str) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 392-401 |
| | 6 | 2 |
QTestElementAttribute::name| Name: | QTestElementAttribute::name | | Prototype: | const char *QTestElementAttribute::name() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestelementattribute.cpp | | Lines: | 123-149 |
| | 22 | 2 |
QTestElementAttribute::setPair| Name: | QTestElementAttribute::setPair | | Prototype: | bool QTestElementAttribute::setPair(QTest::AttributeIndex index, const char *value) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestelementattribute.cpp | | Lines: | 161-172 |
| | 6 | 2 |