Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFtpDTP::socketBytesWrittenName: | QFtpDTP::socketBytesWritten | Prototype: | void QFtpDTP::socketBytesWritten(qint64 bytes) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 754-763 |
| | 4 | 2 |
QFtpDTP::setupSocketName: | QFtpDTP::setupSocket | Prototype: | void QFtpDTP::setupSocket() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 765-776 |
| | 8 | 1 |
QFtpDTP::setupListenerName: | QFtpDTP::setupListener | Prototype: | int QFtpDTP::setupListener(const QHostAddress &address) | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 333-342 |
| | 4 | 2 |
QFtpDTP::setDeviceName: | QFtpDTP::setDevice | Prototype: | void QFtpDTP::setDevice(QIODevice *dev) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 297-301 |
| | 2 | 1 |
QFtpDTP::setDataName: | QFtpDTP::setData | Prototype: | void QFtpDTP::setData(QByteArray *ba) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 291-295 |
| | 2 | 1 |
QFtpDTP::setBytesTotalName: | QFtpDTP::setBytesTotal | Prototype: | void QFtpDTP::setBytesTotal(qint64 bytes) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 303-308 |
| | 3 | 1 |
QFtpDTP::readAllName: | QFtpDTP::readAll | Prototype: | QByteArray QFtpDTP::readAll() | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 380-391 |
| | 7 | 2 |
QFtpDTP::readName: | QFtpDTP::read | Prototype: | qint64 QFtpDTP::read(char *data, qint64 maxlen) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 365-378 |
| | 8 | 2 |
QFtpDTP::parseDirName: | QFtpDTP::parseDir | Prototype: | bool QFtpDTP::parseDir(const QByteArray &buffer, const QString &userName, QUrlInfo *info) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 615-640 |
| | 14 | 4 |
QFtpDTP::hasErrorName: | QFtpDTP::hasError | Prototype: | inline bool QFtpDTP::hasError() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 438-441 |
| | 1 | 1 |
QFtpDTP::errorMessageName: | QFtpDTP::errorMessage | Prototype: | inline QString QFtpDTP::errorMessage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 443-446 |
| | 1 | 1 |
QFtpDTP::dataReadyReadName: | QFtpDTP::dataReadyRead | Prototype: | void QFtpDTP::dataReadyRead() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 433-436 |
| | 1 | 1 |
QFtpDTP::connectToHostName: | QFtpDTP::connectToHost | Prototype: | void QFtpDTP::connectToHost(const QString & host, quint16 port) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 310-331 |
| | 13 | 2 |
QFtpDTP::clearErrorName: | QFtpDTP::clearError | Prototype: | inline void QFtpDTP::clearError() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 448-451 |
| | 1 | 1 |
QFtpDTP::clearDataName: | QFtpDTP::clearData | Prototype: | void QFtpDTP::clearData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 778-782 |
| | 2 | 1 |
QFtpDTP::bytesAvailableName: | QFtpDTP::bytesAvailable | Prototype: | qint64 QFtpDTP::bytesAvailable() const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 358-363 |
| | 3 | 2 |
QFtpDTP::abortConnectionName: | QFtpDTP::abortConnection | Prototype: | void QFtpDTP::abortConnection() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 453-464 |
| | 4 | 2 |
QFtpDTP::QFtpDTPName: | QFtpDTP::QFtpDTP | Prototype: | QFtpDTP::QFtpDTP(QFtpPI *p, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 279-289 |
| | 3 | 1 |
QFtpCommand::~QFtpCommandName: | QFtpCommand::~QFtpCommand | Prototype: | QFtpCommand::~QFtpCommand() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 268-272 |
| | 2 | 2 |
QFtpCommand::QFtpCommandName: | QFtpCommand::QFtpCommand | Prototype: | QFtpCommand::QFtpCommand(QFtp::Command cmd, const QStringList &raw, const QByteArray &ba) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 254-259 |
| | 2 | 1 |
QFtpCommand::QFtpCommandName: | QFtpCommand::QFtpCommand | Prototype: | QFtpCommand::QFtpCommand(QFtp::Command cmd, const QStringList &raw, QIODevice *dev) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 261-266 |
| | 2 | 1 |
QFtp::~QFtpName: | QFtp::~QFtp | Prototype: | QFtp::~QFtp() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2442-2446 |
| | 2 | 1 |
QFtp::stateName: | QFtp::state | Prototype: | QFtp::State QFtp::state() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2202-2205 |
| | 1 | 1 |
QFtp::setTransferModeName: | QFtp::setTransferMode | Prototype: | int QFtp::setTransferMode(TransferMode mode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1739-1745 |
| | 4 | 1 |
QFtp::setProxyName: | QFtp::setProxy | Prototype: | int QFtp::setProxy(const QString &host, quint16 port) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1755-1760 |
| | 3 | 1 |
QFtp::rmdirName: | QFtp::rmdir | Prototype: | int QFtp::rmdir(const QString &dir) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1988-1991 |
| | 1 | 1 |
QFtp::renameName: | QFtp::rename | Prototype: | int QFtp::rename(const QString &oldname, const QString &newname) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2008-2014 |
| | 4 | 1 |
QFtp::removeName: | QFtp::remove | Prototype: | int QFtp::remove(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1948-1951 |
| | 1 | 1 |
QFtp::readAllName: | QFtp::readAll | Prototype: | QByteArray QFtp::readAll() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2072-2075 |
| | 1 | 1 |
QFtp::readName: | QFtp::read | Prototype: | qint64 QFtp::read(char *data, qint64 maxlen) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2060-2063 |
| | 1 | 1 |
QFtp::rawCommandName: | QFtp::rawCommand | Prototype: | int QFtp::rawCommand(const QString &command) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2035-2039 |
| | 2 | 1 |
QFtp::putName: | QFtp::put | Prototype: | int QFtp::put(const QByteArray &data, const QString &file, TransferType type) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1891-1902 |
| | 8 | 2 |
QFtp::putName: | QFtp::put | Prototype: | int QFtp::put(QIODevice *dev, const QString &file, TransferType type) | Coverage: | 62.500% (5/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1919-1931 |
| | 9 | 3 |
QFtp::mkdirName: | QFtp::mkdir | Prototype: | int QFtp::mkdir(const QString &dir) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1968-1971 |
| | 1 | 1 |
QFtp::loginName: | QFtp::login | Prototype: | int QFtp::login(const QString &user, const QString &password) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1701-1707 |
| | 4 | 1 |
QFtp::listName: | QFtp::list | Prototype: | int QFtp::list(const QString &dir) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1780-1790 |
| | 7 | 2 |
QFtp::hasPendingCommandsName: | QFtp::hasPendingCommands | Prototype: | bool QFtp::hasPendingCommands() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2175-2178 |
| | 1 | 1 |
QFtp::getName: | QFtp::get | Prototype: | int QFtp::get(const QString &file, QIODevice *dev, TransferType type) | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1853-1864 |
| | 8 | 2 |
QFtp::errorStringName: | QFtp::errorString | Prototype: | QString QFtp::errorString() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2232-2235 |
| | 1 | 1 |
QFtp::errorName: | QFtp::error | Prototype: | QFtp::Error QFtp::error() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2215-2218 |
| | 1 | 1 |
QFtp::currentIdName: | QFtp::currentId | Prototype: | int QFtp::currentId() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2123-2128 |
| | 3 | 2 |
QFtp::currentDeviceName: | QFtp::currentDevice | Prototype: | QIODevice* QFtp::currentDevice() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2155-2163 |
| | 6 | 3 |
QFtp::currentCommandName: | QFtp::currentCommand | Prototype: | QFtp::Command QFtp::currentCommand() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2137-2142 |
| | 3 | 2 |
QFtp::connectToHostName: | QFtp::connectToHost | Prototype: | int QFtp::connectToHost(const QString &host, quint16 port) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1672-1680 |
| | 6 | 1 |
QFtp::closeName: | QFtp::close | Prototype: | int QFtp::close() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1728-1731 |
| | 1 | 1 |
QFtp::clearPendingCommandsName: | QFtp::clearPendingCommands | Prototype: | void QFtp::clearPendingCommands() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2188-2193 |
| | 2 | 2 |
QFtp::cdName: | QFtp::cd | Prototype: | int QFtp::cd(const QString &dir) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1807-1810 |
| | 1 | 1 |
QFtp::bytesAvailableName: | QFtp::bytesAvailable | Prototype: | qint64 QFtp::bytesAvailable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2048-2051 |
| | 1 | 1 |
QFtp::abortName: | QFtp::abort | Prototype: | void QFtp::abort() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 2107-2114 |
| | 4 | 2 |
QFtp::QFtpName: | QFtp::QFtp | Prototype: | QFtp::QFtp(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 1425-1446 |
| | 16 | 1 |
QFreetypeFace::releaseName: | QFreetypeFace::release | Prototype: | void QFreetypeFace::release(const QFontEngine::FaceId &face_id) | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 315-334 |
| | 10 | 5 |
QFreetypeFace::propertiesName: | QFreetypeFace::properties | Prototype: | QFontEngine::Properties QFreetypeFace::properties() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 390-418 |
| | 23 | 3 |
QFreetypeFace::isScalableBitmapName: | QFreetypeFace::isScalableBitmap | Prototype: | bool QFreetypeFace::isScalableBitmap() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 196-203 |
| | 1 | 1 |
QFreetypeFace::getSfntTableName: | QFreetypeFace::getSfntTable | Prototype: | bool QFreetypeFace::getSfntTable(uint tag, uchar *buffer, uint *length) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 420-423 |
| | 1 | 1 |
QFreetypeFace::getPointInOutlineName: | QFreetypeFace::getPointInOutline | Prototype: | int QFreetypeFace::getPointInOutline(glyph_t glyph, int flags, quint32 point, QFixed *xpos, QFixed *ypos, quint32 *nPoints) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 175-194 |
| | 12 | 5 |
QFreetypeFace::getFaceName: | QFreetypeFace::getFace | Prototype: | QFreetypeFace *QFreetypeFace::getFace(const QFontEngine::FaceId &face_id, const QByteArray &fontData) | Coverage: | 70.312% (45/64) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 214-306 |
| | 59 | 22 |
QFreetypeFace::fsTypeName: | QFreetypeFace::fsType | Prototype: | int QFreetypeFace::fsType() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 166-173 |
| | 5 | 2 |
QFreetypeFace::computeSizeName: | QFreetypeFace::computeSize | Prototype: | void QFreetypeFace::computeSize(const QFontDef &fontDef, int *xsize, int *ysize, bool *outline_drawing, QFixed *scalableBitmapScaleFactor) | Coverage: | 11.628% (5/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 337-388 |
| | 30 | 12 |
QFreetypeFace::cleanupName: | QFreetypeFace::cleanup | Prototype: | void QFreetypeFace::cleanup() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 308-313 |
| | 3 | 1 |
QFreetypeFace::addGlyphToPathName: | QFreetypeFace::addGlyphToPath | Prototype: | void QFreetypeFace::addGlyphToPath(FT_Face face, FT_GlyphSlot g, const QFixedPoint &point, QPainterPath *path, FT_Fixed x_scale, FT_Fixed y_scale) | Coverage: | 65.000% (26/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 448-538 |
| | 57 | 15 |
QFreetypeFace::addBitmapToPathName: | QFreetypeFace::addBitmapToPath | Prototype: | void QFreetypeFace::addBitmapToPath(FT_GlyphSlot slot, const QFixedPoint &point, QPainterPath *path) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 542-551 |
| | 6 | 2 |
QFramePrivate::updateStyledFrameWidthsName: | QFramePrivate::updateStyledFrameWidths | Prototype: | void QFramePrivate::updateStyledFrameWidths() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 414-427 |
| | 10 | 1 |
QFramePrivate::updateFrameWidthName: | QFramePrivate::updateFrameWidth | Prototype: | void QFramePrivate::updateFrameWidth() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 434-441 |
| | 5 | 1 |
QFramePrivate::initName: | QFramePrivate::init | Prototype: | inline void QFramePrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 68-71 |
| | 1 | 1 |
QFramePrivate::QFramePrivateName: | QFramePrivate::QFramePrivate | Prototype: | QFramePrivate::QFramePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 53-62 |
| | 2 | 1 |
QFrameInfo::isValidName: | QFrameInfo::isValid | Prototype: | inline bool isValid() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | Lines: | 213-216 |
| | 1 | 1 |
QFrameInfo::isEndMarkerName: | QFrameInfo::isEndMarker | Prototype: | inline bool isEndMarker() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | Lines: | 218-219 |
| | 1 | 1 |
QFrameInfo::endMarkerName: | QFrameInfo::endMarker | Prototype: | static inline QFrameInfo endMarker() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | Lines: | 221-222 |
| | 1 | 1 |
QFrameInfo::QFrameInfoName: | QFrameInfo::QFrameInfo | Prototype: | inline QFrameInfo(bool endMark) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | Lines: | 201-203 |
| | 1 | 1 |
QFrameInfo::QFrameInfoName: | QFrameInfo::QFrameInfo | Prototype: | inline QFrameInfo() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | Lines: | 205-207 |
| | 1 | 1 |
QFrameInfo::QFrameInfoName: | QFrameInfo::QFrameInfo | Prototype: | inline QFrameInfo(const QPixmap &pixmap, int delay) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | Lines: | 209-211 |
| | 1 | 1 |
QFrame::sizeHintName: | QFrame::sizeHint | Prototype: | QSize QFrame::sizeHint() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 493-507 |
| | 5 | 4 |
QFrame::setMidLineWidthName: | QFrame::setMidLineWidth | Prototype: | void QFrame::setMidLineWidth(int w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 395-402 |
| | 5 | 2 |
QFrame::setLineWidthName: | QFrame::setLineWidth | Prototype: | void QFrame::setLineWidth(int w) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 371-378 |
| | 5 | 2 |
QFrame::setFrameStyleName: | QFrame::setFrameStyle | Prototype: | void QFrame::setFrameStyle(int style) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 335-357 |
| | 14 | 5 |
QFrame::setFrameShapeName: | QFrame::setFrameShape | Prototype: | void QFrame::setFrameShape(QFrame::Shape s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 292-296 |
| | 2 | 1 |
QFrame::setFrameShadowName: | QFrame::setFrameShadow | Prototype: | void QFrame::setFrameShadow(QFrame::Shadow s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 311-315 |
| | 2 | 1 |
QFrame::setFrameRectName: | QFrame::setFrameRect | Prototype: | void QFrame::setFrameRect(const QRect &r) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 483-489 |
| | 4 | 1 |
QFrame::paintEventName: | QFrame::paintEvent | Prototype: | void QFrame::paintEvent(QPaintEvent *) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 512-516 |
| | 2 | 1 |
QFrame::midLineWidthName: | QFrame::midLineWidth | Prototype: | int QFrame::midLineWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 404-408 |
| | 2 | 1 |
QFrame::lineWidthName: | QFrame::lineWidth | Prototype: | int QFrame::lineWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 380-384 |
| | 2 | 1 |
QFrame::initStyleOptionName: | QFrame::initStyleOption | Prototype: | void QFrame::initStyleOption(QStyleOptionFrame *option) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 224-256 |
| | 18 | 10 |
QFrame::frameWidthName: | QFrame::frameWidth | Prototype: | int QFrame::frameWidth() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 454-458 |
| | 2 | 1 |
QFrame::frameStyleName: | QFrame::frameStyle | Prototype: | int QFrame::frameStyle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 273-277 |
| | 2 | 1 |
QFrame::frameShapeName: | QFrame::frameShape | Prototype: | QFrame::Shape QFrame::frameShape() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 286-290 |
| | 2 | 1 |
QFrame::frameShadowName: | QFrame::frameShadow | Prototype: | QFrame::Shadow QFrame::frameShadow() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 305-309 |
| | 2 | 1 |
QFrame::frameRectName: | QFrame::frameRect | Prototype: | QRect QFrame::frameRect() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 475-481 |
| | 4 | 1 |
QFrame::eventName: | QFrame::event | Prototype: | bool QFrame::event(QEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 546-555 |
| | 6 | 3 |
QFrame::drawFrameName: | QFrame::drawFrame | Prototype: | void QFrame::drawFrame(QPainter *p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 523-528 |
| | 3 | 1 |
QFrame::changeEventName: | QFrame::changeEvent | Prototype: | void QFrame::changeEvent(QEvent *ev) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 533-543 |
| | 4 | 2 |
QFrame::QFrameName: | QFrame::QFrame | Prototype: | QFrame::QFrame(QWidget* parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 200-205 |
| | 2 | 1 |
QFrame::QFrameName: | QFrame::QFrame | Prototype: | QFrame::QFrame(QFramePrivate &dd, QWidget* parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | Lines: | 208-213 |
| | 2 | 1 |
QFragmentFindHelper::QFragmentFindHelperName: | QFragmentFindHelper::QFragmentFindHelper | Prototype: | inline QFragmentFindHelper(int _pos, const QTextDocumentPrivate::FragmentMap &map) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | Lines: | 374-375 |
| | 1 | 1 |
QFraction::operator >=Name: | QFraction::operator >= | Prototype: | inline bool operator >= (const QFraction &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 88-88 |
| | 1 | 1 |
QFraction::operator >Name: | QFraction::operator > | Prototype: | inline bool operator > (const QFraction &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 87-87 |
| | 1 | 1 |
QFraction::operator ==Name: | QFraction::operator == | Prototype: | inline bool QFraction::operator == (const QFraction &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 162-165 |
| | 1 | 1 |
QFraction::operator <=Name: | QFraction::operator <= | Prototype: | inline bool operator <= (const QFraction &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 89-89 |
| | 1 | 1 |
QFraction::operator <Name: | QFraction::operator < | Prototype: | inline bool QFraction::operator < (const QFraction &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 157-160 |
| | 1 | 1 |
QFraction::operator !=Name: | QFraction::operator != | Prototype: | inline bool operator != (const QFraction &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 86-86 |
| | 1 | 1 |
QFraction::isValidName: | QFraction::isValid | Prototype: | inline bool isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 91-91 |
| | 1 | 1 |