Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDir::removeName: | QDir::remove | Prototype: | bool QDir::remove(const QString &fileName) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1764-1771 |
| | 4 | 2 |
QDir::refreshName: | QDir::refresh | Prototype: | void QDir::refresh() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2225-2231 |
| | 4 | 1 |
QDir::pathName: | QDir::path | Prototype: | QString QDir::path() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 618-622 |
| | 2 | 1 |
QDir::operator[]Name: | QDir::operator[] | Prototype: | QString QDir::operator[](int pos) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1242-1247 |
| | 3 | 1 |
QDir::operator=Name: | QDir::operator= | Prototype: | QDir &QDir::operator=(const QDir &dir) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1718-1722 |
| | 2 | 1 |
QDir::operator=Name: | QDir::operator= | Prototype: | QDir &QDir::operator=(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1732-1736 |
| | 2 | 1 |
QDir::nameFiltersFromStringName: | QDir::nameFiltersFromString | Prototype: | QStringList QDir::nameFiltersFromString(const QString &nameFilter) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2248-2251 |
| | 1 | 1 |
QDir::nameFiltersName: | QDir::nameFilters | Prototype: | QStringList QDir::nameFilters() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 948-952 |
| | 2 | 1 |
QDir::matchName: | QDir::match | Prototype: | bool QDir::match(const QStringList &filters, const QString &fileName) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2021-2029 |
| | 5 | 3 |
QDir::matchName: | QDir::match | Prototype: | bool QDir::match(const QString &filter, const QString &fileName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2039-2042 |
| | 1 | 1 |
QDir::isRootName: | QDir::isRoot | Prototype: | bool QDir::isRoot() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1594-1599 |
| | 3 | 2 |
QDir::isRelativePathName: | QDir::isRelativePath | Prototype: | bool QDir::isRelativePath(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 2217-2220 |
| | 1 | 1 |
QDir::isRelativeName: | QDir::isRelative | Prototype: | bool QDir::isRelative() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1626-1631 |
| | 3 | 2 |
QDir::homePathName: | QDir::homePath | Prototype: | QString QDir::homePath() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1950-1953 |
| | 1 | 1 |
QDir::fromNativeSeparatorsName: | QDir::fromNativeSeparators | Prototype: | QString QDir::fromNativeSeparators(const QString &pathName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 839-858 |
| | 1 | 1 |
QDir::filterName: | QDir::filter | Prototype: | QDir::Filters QDir::filter() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1076-1080 |
| | 2 | 1 |
QDir::existsName: | QDir::exists | Prototype: | bool QDir::exists() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1577-1580 |
| | 1 | 1 |
QDir::existsName: | QDir::exists | Prototype: | bool QDir::exists(const QString &name) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1812-1819 |
| | 4 | 2 |
QDir::entryListName: | QDir::entryList | Prototype: | QStringList QDir::entryList(Filters filters, SortFlags sort) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1268-1272 |
| | 2 | 1 |
QDir::entryListName: | QDir::entryList | Prototype: | QStringList QDir::entryList(const QStringList &nameFilters, Filters filters, SortFlags sort) const | Coverage: | 100.000% (17/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1313-1337 |
| | 16 | 5 |
QDir::entryInfoListName: | QDir::entryInfoList | Prototype: | QFileInfoList QDir::entryInfoList(Filters filters, SortFlags sort) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1291-1295 |
| | 2 | 1 |
QDir::entryInfoListName: | QDir::entryInfoList | Prototype: | QFileInfoList QDir::entryInfoList(const QStringList &nameFilters, Filters filters, SortFlags sort) const | Coverage: | 100.000% (17/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1355-1379 |
| | 16 | 5 |
QDir::drivesName: | QDir::drives | Prototype: | QFileInfoList QDir::drives() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1830-1837 |
| | 1 | 1 |
QDir::dirNameName: | QDir::dirName | Prototype: | QString QDir::dirName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 676-680 |
| | 2 | 1 |
QDir::currentPathName: | QDir::currentPath | Prototype: | QString QDir::currentPath() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1901-1904 |
| | 1 | 1 |
QDir::countName: | QDir::count | Prototype: | uint QDir::count() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 1228-1233 |
| | 3 | 1 |
QDir::cdUpName: | QDir::cdUp | Prototype: | bool QDir::cdUp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 940-943 |
| | 1 | 1 |
QDir::canonicalPathName: | QDir::canonicalPath | Prototype: | QString QDir::canonicalPath() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 655-663 |
| | 5 | 2 |
QDir::addResourceSearchPathName: | QDir::addResourceSearchPath | Prototype: | void QDir::addResourceSearchPath(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 989-996 |
| | 1 | 1 |
QDir::absolutePathName: | QDir::absolutePath | Prototype: | QString QDir::absolutePath() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 632-637 |
| | 3 | 1 |
QDir::absoluteFilePathName: | QDir::absoluteFilePath | Prototype: | QString QDir::absoluteFilePath(const QString &fileName) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 714-727 |
| | 10 | 4 |
QDir::QDirName: | QDir::QDir | Prototype: | QDir::QDir(const QString &path) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 540-542 |
| | 2 | 1 |
QDir::QDirName: | QDir::QDir | Prototype: | QDir::QDir(const QString &path, const QString &nameFilter, SortFlags sort, Filters filters) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 562-566 |
| | 2 | 1 |
QDir::QDirName: | QDir::QDir | Prototype: | QDir::QDir(const QDir &dir) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 574-577 |
| | 2 | 1 |
QDeferredDeleteEvent::QDeferredDeleteEventName: | QDeferredDeleteEvent::QDeferredDeleteEvent | Prototype: | QDeferredDeleteEvent::QDeferredDeleteEvent() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 634-637 |
| | 1 | 1 |
QDefaultAnimationDriver::timerEventName: | QDefaultAnimationDriver::timerEvent | Prototype: | void QDefaultAnimationDriver::timerEvent(QTimerEvent *e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 937-942 |
| | 3 | 1 |
QDefaultAnimationDriver::stopTimerName: | QDefaultAnimationDriver::stopTimer | Prototype: | void QDefaultAnimationDriver::stopTimer() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 950-953 |
| | 1 | 1 |
QDefaultAnimationDriver::startTimerName: | QDefaultAnimationDriver::startTimer | Prototype: | void QDefaultAnimationDriver::startTimer() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 944-948 |
| | 1 | 1 |
QDefaultAnimationDriver::QDefaultAnimationDriverName: | QDefaultAnimationDriver::QDefaultAnimationDriver | Prototype: | QDefaultAnimationDriver::QDefaultAnimationDriver(QUnifiedTimer *timer) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 930-935 |
| | 2 | 1 |
QDebugStateSaver::~QDebugStateSaverName: | QDebugStateSaver::~QDebugStateSaver | Prototype: | QDebugStateSaver::~QDebugStateSaver() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 881-884 |
| | 1 | 1 |
QDebugStateSaver::QDebugStateSaverName: | QDebugStateSaver::QDebugStateSaver | Prototype: | QDebugStateSaver::QDebugStateSaver(QDebug &dbg) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 870-873 |
| | 2 | 1 |
QDebug::~QDebugName: | QDebug::~QDebug | Prototype: | QDebug::~QDebug() | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 148-160 |
| | 8 | 4 |
QDebug::putStringName: | QDebug::putString | Prototype: | void QDebug::putString(const QChar *begin, size_t length) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 305-317 |
| | 5 | 2 |
QDebug::putByteArrayName: | QDebug::putByteArray | Prototype: | void QDebug::putByteArray(const char *begin, size_t length, Latin1Content content) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 323-337 |
| | 7 | 2 |
QDateTimePrivate::zoneMSecsToEpochMSecsName: | QDateTimePrivate::zoneMSecsToEpochMSecs | Prototype: | qint64 QDateTimePrivate::zoneMSecsToEpochMSecs(qint64 zoneMSecs, const QTimeZone &zone, QDate *localDate, QTime *localTime) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2816-2830 |
| | 6 | 2 |
QDateTimePrivate::getDateTimeName: | QDateTimePrivate::getDateTime | Prototype: | QPair<QDate, QTime> QDateTimePrivate::getDateTime() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2678-2690 |
| | 7 | 3 |
QDateTimePrivate::daylightStatusName: | QDateTimePrivate::daylightStatus | Prototype: | QDateTimePrivate::DaylightStatus QDateTimePrivate::daylightStatus() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2707-2714 |
| | 5 | 3 |
QDateTimePrivate::QDateTimePrivateName: | QDateTimePrivate::QDateTimePrivate | Prototype: | QDateTimePrivate::QDateTimePrivate(const QDate &toDate, const QTime &toTime, Qt::TimeSpec toSpec, int offsetSeconds) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2588-2597 |
| | 2 | 1 |
QDateTimePrivate::QDateTimePrivateName: | QDateTimePrivate::QDateTimePrivate | Prototype: | QDateTimePrivate::QDateTimePrivate(const QDate &toDate, const QTime &toTime, const QTimeZone &toTimeZone) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2600-2608 |
| | 1 | 1 |
QDateTimeParser::skipToNextSectionName: | QDateTimeParser::skipToNextSection | Prototype: | bool QDateTimeParser::skipToNextSection(int index, const QDateTime ¤t, const QStringRef &text) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 1607-1640 |
| | 19 | 4 |
QDateTimeParser::sectionTypeName: | QDateTimeParser::sectionType | Prototype: | QDateTimeParser::Section QDateTimeParser::sectionType(int sectionIndex) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 276-279 |
| | 1 | 1 |
QDateTimeParser::sectionTextName: | QDateTimeParser::sectionText | Prototype: | QString QDateTimeParser::sectionText(int sectionIndex) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 681-685 |
| | 2 | 1 |
QDateTimeParser::sectionPosName: | QDateTimeParser::sectionPos | Prototype: | int QDateTimeParser::sectionPos(int sectionIndex) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 288-291 |
| | 1 | 1 |
QDateTimeParser::sectionMaxSizeName: | QDateTimeParser::sectionMaxSize | Prototype: | int QDateTimeParser::sectionMaxSize(int index) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 653-657 |
| | 2 | 1 |
QDateTimeParser::getMinimumName: | QDateTimeParser::getMinimum | Prototype: | QDateTime QDateTimeParser::getMinimum() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 1713-1716 |
| | 1 | 1 |
QDateTimeParser::getMaximumName: | QDateTimeParser::getMaximum | Prototype: | QDateTime QDateTimeParser::getMaximum() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 1718-1721 |
| | 1 | 1 |
QDateTimeParser::getAmPmTextName: | QDateTimeParser::getAmPmText | Prototype: | QString QDateTimeParser::getAmPmText(AmPm ap, Case cs) const | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 1723-1728 |
| | 3 | 1 |
QDateTime::utcOffsetName: | QDateTime::utcOffset | Prototype: | int QDateTime::utcOffset() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4372-4375 |
| | 1 | 1 |
QDateTime::toTime_tName: | QDateTime::toTime_t | Prototype: | uint QDateTime::toTime_t() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3417-3425 |
| | 6 | 3 |
QDateTime::toString::[lambda]Name: | QDateTime::toString::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3574-3574 |
| | 0 | 1 |
QDateTime::toStringName: | QDateTime::toString | Prototype: | QString QDateTime::toString(const QString& format) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3695-3698 |
| | 1 | 1 |
QDateTime::toMSecsSinceEpochName: | QDateTime::toMSecsSinceEpoch | Prototype: | qint64 QDateTime::toMSecsSinceEpoch() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3390-3393 |
| | 1 | 1 |
QDateTime::timeSpecName: | QDateTime::timeSpec | Prototype: | Qt::TimeSpec QDateTime::timeSpec() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3143-3146 |
| | 1 | 1 |
QDateTime::timeName: | QDateTime::time | Prototype: | QTime QDateTime::time() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3128-3135 |
| | 5 | 2 |
QDateTime::setUtcOffsetName: | QDateTime::setUtcOffset | Prototype: | void QDateTime::setUtcOffset(int seconds) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4355-4358 |
| | 1 | 1 |
QDateTime::setTime_tName: | QDateTime::setTime_t | Prototype: | void QDateTime::setTime_t(uint secsSince1Jan1970UTC) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3501-3504 |
| | 1 | 1 |
QDateTime::setTimeZoneName: | QDateTime::setTimeZone | Prototype: | void QDateTime::setTimeZone(const QTimeZone &toZone) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3365-3372 |
| | 5 | 1 |
QDateTime::setTimeSpecName: | QDateTime::setTimeSpec | Prototype: | void QDateTime::setTimeSpec(Qt::TimeSpec spec) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3324-3329 |
| | 3 | 1 |
QDateTime::setTimeName: | QDateTime::setTime | Prototype: | void QDateTime::setTime(const QTime &time) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3303-3306 |
| | 1 | 1 |
QDateTime::setOffsetFromUtcName: | QDateTime::setOffsetFromUtc | Prototype: | void QDateTime::setOffsetFromUtc(int offsetSeconds) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3346-3351 |
| | 3 | 1 |
QDateTime::setMSecsSinceEpochName: | QDateTime::setMSecsSinceEpoch | Prototype: | void QDateTime::setMSecsSinceEpoch(qint64 msecs) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3441-3488 |
| | 33 | 6 |
QDateTime::setDateName: | QDateTime::setDate | Prototype: | void QDateTime::setDate(const QDate &date) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3285-3288 |
| | 1 | 1 |
QDateTime::secsToName: | QDateTime::secsTo | Prototype: | qint64 QDateTime::secsTo(const QDateTime &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3891-3894 |
| | 1 | 1 |
QDateTime::operator==Name: | QDateTime::operator== | Prototype: | bool QDateTime::operator==(const QDateTime &other) const | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4008-4017 |
| | 5 | 2 |
QDateTime::operator=Name: | QDateTime::operator= | Prototype: | QDateTime &QDateTime::operator=(const QDateTime &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3065-3069 |
| | 2 | 1 |
QDateTime::operator<Name: | QDateTime::operator< | Prototype: | bool QDateTime::operator<(const QDateTime &other) const | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4036-4045 |
| | 5 | 2 |
QDateTime::offsetFromUtcName: | QDateTime::offsetFromUtc | Prototype: | int QDateTime::offsetFromUtc() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3196-3199 |
| | 1 | 1 |
QDateTime::isValidName: | QDateTime::isValid | Prototype: | bool QDateTime::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3102-3105 |
| | 1 | 1 |
QDateTime::isNullName: | QDateTime::isNull | Prototype: | bool QDateTime::isNull() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3085-3088 |
| | 1 | 1 |
QDateTime::fromTime_tName: | QDateTime::fromTime_t | Prototype: | QDateTime QDateTime::fromTime_t(uint seconds) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4237-4240 |
| | 1 | 1 |
QDateTime::fromTime_tName: | QDateTime::fromTime_t | Prototype: | QDateTime QDateTime::fromTime_t(uint seconds, const QTimeZone &timeZone) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4270-4273 |
| | 1 | 1 |
QDateTime::fromMSecsSinceEpochName: | QDateTime::fromMSecsSinceEpoch | Prototype: | QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, Qt::TimeSpec spec, int offsetSeconds) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4315-4321 |
| | 4 | 1 |
QDateTime::fromMSecsSinceEpochName: | QDateTime::fromMSecsSinceEpoch | Prototype: | QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, const QTimeZone &timeZone) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4333-4339 |
| | 4 | 1 |
QDateTime::daysToName: | QDateTime::daysTo | Prototype: | qint64 QDateTime::daysTo(const QDateTime &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3869-3872 |
| | 1 | 1 |
QDateTime::dateName: | QDateTime::date | Prototype: | QDate QDateTime::date() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3113-3120 |
| | 5 | 2 |
QDateTime::currentMSecsSinceEpochName: | QDateTime::currentMSecsSinceEpoch | Prototype: | qint64 QDateTime::currentMSecsSinceEpoch() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4181-4188 |
| | 3 | 1 |
QDateTime::currentDateTimeUtcName: | QDateTime::currentDateTimeUtc | Prototype: | QDateTime QDateTime::currentDateTimeUtc() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4176-4179 |
| | 1 | 1 |
QDateTime::currentDateTimeName: | QDateTime::currentDateTime | Prototype: | QDateTime QDateTime::currentDateTime() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 4171-4174 |
| | 1 | 1 |
QDateTime::addYearsName: | QDateTime::addYears | Prototype: | QDateTime QDateTime::addYears(int nyears) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3801-3811 |
| | 8 | 1 |
QDateTime::addSecsName: | QDateTime::addSecs | Prototype: | QDateTime QDateTime::addSecs(qint64 s) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3824-3827 |
| | 1 | 1 |
QDateTime::addMonthsName: | QDateTime::addMonths | Prototype: | QDateTime QDateTime::addMonths(int nmonths) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3775-3785 |
| | 8 | 1 |
QDateTime::addDaysName: | QDateTime::addDays | Prototype: | QDateTime QDateTime::addDays(qint64 ndays) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3749-3759 |
| | 8 | 1 |
QDateTime::QDateTimeName: | QDateTime::QDateTime | Prototype: | QDateTime::QDateTime() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2967-2970 |
| | 2 | 1 |
QDateTime::QDateTimeName: | QDateTime::QDateTime | Prototype: | QDateTime::QDateTime(const QDate &date) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2978-2981 |
| | 2 | 1 |
QDateTime::QDateTimeName: | QDateTime::QDateTime | Prototype: | QDateTime::QDateTime(const QDate &date, const QTime &time, Qt::TimeSpec spec) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2998-3001 |
| | 2 | 1 |
QDateTime::QDateTimeName: | QDateTime::QDateTime | Prototype: | QDateTime::QDateTime(const QDate &date, const QTime &time, Qt::TimeSpec spec, int offsetSeconds) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3021-3024 |
| | 2 | 1 |
QDateTime::QDateTimeName: | QDateTime::QDateTime | Prototype: | QDateTime::QDateTime(const QDate &date, const QTime &time, const QTimeZone &timeZone) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3038-3041 |
| | 2 | 1 |
QDateTime::QDateTimeName: | QDateTime::QDateTime | Prototype: | QDateTime::QDateTime(const QDateTime &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3048-3051 |
| | 2 | 1 |
QDate::yearName: | QDate::year | Prototype: | int QDate::year() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 442-448 |
| | 3 | 2 |
QDate::weekNumberName: | QDate::weekNumber | Prototype: | int QDate::weekNumber(int *yearNumber) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 587-616 |
| | 19 | 6 |