Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QAbstractAnimation::~QAbstractAnimationName: | QAbstractAnimation::~QAbstractAnimation | Prototype: | QAbstractAnimation::~QAbstractAnimation() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1065-1076 |
| | 7 | 3 |
QAbstractAnimation::updateStateName: | QAbstractAnimation::updateState | Prototype: | void QAbstractAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1463-1468 |
| | 2 | 1 |
QAbstractAnimation::updateDirectionName: | QAbstractAnimation::updateDirection | Prototype: | void QAbstractAnimation::updateDirection(QAbstractAnimation::Direction direction) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1476-1479 |
| | 1 | 1 |
QAbstractAnimation::totalDurationName: | QAbstractAnimation::totalDuration | Prototype: | int QAbstractAnimation::totalDuration() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1260-1269 |
| | 7 | 3 |
QAbstractAnimation::stopName: | QAbstractAnimation::stop | Prototype: | void QAbstractAnimation::stop() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1378-1386 |
| | 4 | 2 |
QAbstractAnimation::stateName: | QAbstractAnimation::state | Prototype: | QAbstractAnimation::State QAbstractAnimation::state() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1086-1090 |
| | 2 | 1 |
QAbstractAnimation::startName: | QAbstractAnimation::start | Prototype: | void QAbstractAnimation::start(DeletionPolicy policy) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1359-1366 |
| | 5 | 2 |
QAbstractAnimation::setLoopCountName: | QAbstractAnimation::setLoopCount | Prototype: | void QAbstractAnimation::setLoopCount(int loopCount) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1211-1215 |
| | 2 | 1 |
QAbstractAnimation::setDirectionName: | QAbstractAnimation::setDirection | Prototype: | void QAbstractAnimation::setDirection(Direction direction) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1154-1183 |
| | 16 | 6 |
QAbstractAnimation::setCurrentTimeName: | QAbstractAnimation::setCurrentTime | Prototype: | void QAbstractAnimation::setCurrentTime(int msecs) | Coverage: | 100.000% (36/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1301-1341 |
| | 23 | 7 |
QAbstractAnimation::resumeName: | QAbstractAnimation::resume | Prototype: | void QAbstractAnimation::resume() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1413-1423 |
| | 6 | 2 |
QAbstractAnimation::pauseName: | QAbstractAnimation::pause | Prototype: | void QAbstractAnimation::pause() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1395-1404 |
| | 5 | 2 |
QAbstractAnimation::loopCountName: | QAbstractAnimation::loopCount | Prototype: | int QAbstractAnimation::loopCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1206-1210 |
| | 2 | 1 |
QAbstractAnimation::groupName: | QAbstractAnimation::group | Prototype: | QAnimationGroup *QAbstractAnimation::group() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1098-1102 |
| | 2 | 1 |
QAbstractAnimation::eventName: | QAbstractAnimation::event | Prototype: | bool QAbstractAnimation::event(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1443-1446 |
| | 1 | 1 |
QAbstractAnimation::directionName: | QAbstractAnimation::direction | Prototype: | QAbstractAnimation::Direction QAbstractAnimation::direction() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1149-1153 |
| | 2 | 1 |
QAbstractAnimation::currentTimeName: | QAbstractAnimation::currentTime | Prototype: | int QAbstractAnimation::currentTime() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1296-1300 |
| | 2 | 1 |
QAbstractAnimation::currentLoopTimeName: | QAbstractAnimation::currentLoopTime | Prototype: | int QAbstractAnimation::currentLoopTime() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1277-1281 |
| | 2 | 1 |
QAbstractAnimation::currentLoopName: | QAbstractAnimation::currentLoop | Prototype: | int QAbstractAnimation::currentLoop() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1230-1234 |
| | 2 | 1 |
QAbstractAnimation::QAbstractAnimationName: | QAbstractAnimation::QAbstractAnimation | Prototype: | QAbstractAnimation::QAbstractAnimation(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1043-1048 |
| | 1 | 1 |
QAbstractAnimation::QAbstractAnimationName: | QAbstractAnimation::QAbstractAnimation | Prototype: | QAbstractAnimation::QAbstractAnimation(QAbstractAnimationPrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1053-1058 |
| | 1 | 1 |
PropertyNotifyEvent::checkEventName: | PropertyNotifyEvent::checkEvent | Prototype: | bool checkEvent(xcb_generic_event_t *event) const | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1444-1455 |
| | 8 | 4 |
PropertyNotifyEvent::PropertyNotifyEventName: | PropertyNotifyEvent::PropertyNotifyEvent | Prototype: | PropertyNotifyEvent(xcb_window_t win, xcb_atom_t property) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 1439-1440 |
| | 1 | 1 |
Part::PartName: | Part::Part | Prototype: | Part(const QString &s, int pos, int len, int num = -1) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7903-7904 |
| | 1 | 1 |
Parser::ParserName: | Parser::Parser | Prototype: | Parser::Parser(const char *json, int length) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | Lines: | 200-204 |
| | 1 | 1 |
PageItem::pageNumberName: | PageItem::pageNumber | Prototype: | inline int pageNumber() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 72-73 |
| | 1 | 1 |
PageItem::boundingRectName: | PageItem::boundingRect | Prototype: | QRectF boundingRect() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 69-70 |
| | 1 | 1 |
PageItem::PageItemName: | PageItem::PageItem | Prototype: | PageItem(int _pageNum, const QPicture* _pagePicture, QSize _paperSize, QRect _pageRect) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 59-67 |
| | 4 | 1 |
OrgA11yStatusInterface::OrgA11yStatusInterfaceName: | OrgA11yStatusInterface::OrgA11yStatusInterface | Prototype: | OrgA11yStatusInterface::OrgA11yStatusInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/bus_interface.cpp | Lines: | 30-33 |
| | 2 | 1 |
Notify::NotifyName: | Notify::Notify | Prototype: | Notify(xcb_window_t win, int t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 845-846 |
| | 1 | 1 |
NamePredicate::operator()Name: | NamePredicate::operator() | Prototype: | bool operator()(const QTestTablePrivate::Element &e) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtesttable.cpp | Lines: | 146-147 |
| | 1 | 1 |
NamePredicate::NamePredicateName: | NamePredicate::NamePredicate | Prototype: | explicit NamePredicate(const char *needle) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtesttable.cpp | Lines: | 144-144 |
| | 1 | 1 |
MetaObject::delegateName: | MetaObject::delegate | Prototype: | template <typename T> const QMetaObject *delegate(const T *) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 2039-2040 |
| | 1 | 1 |
MetaObject::delegateName: | MetaObject::delegate | Prototype: | const QMetaObject *delegate(const QMetaTypeSwitcher::NotBuiltinType*) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 2043-2043 |
| | 1 | 1 |
MetaObject::MetaObjectImpl::MetaObjectName: | MetaObject::MetaObjectImpl::MetaObject | Prototype: | static const QMetaObject *MetaObject(int ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 2024-2025 |
| | 1 | 1 |
MetaObject::MetaObjectName: | MetaObject::MetaObject | Prototype: | MetaObject(const int type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 2017-2019 |
| | 1 | 1 |
LineEdit::LineEditName: | LineEdit::LineEdit | Prototype: | LineEdit(QWidget* parent = 0) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 116-121 |
| | 2 | 1 |
IsInvalidName::warnName: | IsInvalidName::warn | Prototype: | static bool warn(const char *what) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 277-281 |
| | 2 | 1 |
HandlersManager::registerHandlerName: | HandlersManager::registerHandler | Prototype: | void registerHandler(const QModulesPrivate::Names name, const QVariant::Handler *handler) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 92-95 |
| | 1 | 1 |
HandlersManager::operator[]Name: | HandlersManager::operator[] | Prototype: | const QVariant::Handler *operator[] (const uint typeId) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 87-90 |
| | 1 | 1 |
GraphicsView::showEventName: | GraphicsView::showEvent | Prototype: | void showEvent(QShowEvent* e) override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 170-174 |
| | 2 | 1 |
GraphicsView::resizeEventName: | GraphicsView::resizeEvent | Prototype: | void resizeEvent(QResizeEvent* e) override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 161-168 |
| | 3 | 1 |
GraphicsView::GraphicsViewName: | GraphicsView::GraphicsView | Prototype: | GraphicsView(QWidget* parent = 0) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 150-156 |
| | 5 | 1 |
Flags::delegateName: | Flags::delegate | Prototype: | template<typename T> quint32 delegate(const T*) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1979-1980 |
| | 1 | 1 |
Flags::delegateName: | Flags::delegate | Prototype: | quint32 delegate(const void*) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1981-1981 |
| | 1 | 1 |
Flags::delegateName: | Flags::delegate | Prototype: | quint32 delegate(const QMetaTypeSwitcher::UnknownType*) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1982-1982 |
| | 1 | 1 |
Flags::delegateName: | Flags::delegate | Prototype: | quint32 delegate(const QMetaTypeSwitcher::NotBuiltinType*) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1983-1983 |
| | 1 | 1 |
Flags::FlagsImpl::FlagsName: | Flags::FlagsImpl::Flags | Prototype: | static quint32 Flags(const int ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1954-1957 |
| | 1 | 1 |
Flags::FlagsName: | Flags::Flags | Prototype: | Flags(const int type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1976-1978 |
| | 1 | 1 |
ExposeCompressor::pendingName: | ExposeCompressor::pending | Prototype: | bool pending() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1981-1984 |
| | 1 | 1 |
ExposeCompressor::checkEventName: | ExposeCompressor::checkEvent | Prototype: | bool checkEvent(xcb_generic_event_t *event) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1966-1979 |
| | 11 | 5 |
ExposeCompressor::ExposeCompressorName: | ExposeCompressor::ExposeCompressor | Prototype: | ExposeCompressor(xcb_window_t window, QRegion *region) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 1959-1964 |
| | 2 | 1 |
EnterEventChecker::checkEventName: | EnterEventChecker::checkEvent | Prototype: | bool checkEvent(xcb_generic_event_t *event) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 2320-2332 |
| | 8 | 4 |
ElasticEase::copyName: | ElasticEase::copy | Prototype: | QEasingCurveFunction *copy() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 849-857 |
| | 6 | 1 |
ElasticEase::ElasticEaseName: | ElasticEase::ElasticEase | Prototype: | ElasticEase(QEasingCurve::Type type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 845-847 |
| | 1 | 1 |
DisconnectRelayEvent::placeMetaCallName: | DisconnectRelayEvent::placeMetaCall | Prototype: | void placeMetaCall(QObject *object) override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 76-80 |
| | 2 | 1 |
DisconnectRelayEvent::DisconnectRelayEventName: | DisconnectRelayEvent::DisconnectRelayEvent | Prototype: | DisconnectRelayEvent(QObject *sender, const QMetaMethod &m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 72-74 |
| | 1 | 1 |
DefaultStateTransition::DefaultStateTransitionName: | DefaultStateTransition::DefaultStateTransition | Prototype: | DefaultStateTransition::DefaultStateTransition(QHistoryState *source, QAbstractState *target) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 139-144 |
| | 2 | 1 |
DefaultRoleNames::DefaultRoleNamesName: | DefaultRoleNames::DefaultRoleNames | Prototype: | DefaultRoleNames() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 532-539 |
| | 6 | 1 |
DBusConnection::getAddressFromXCB::[lambda]Name: | DBusConnection::getAddressFromXCB::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | Lines: | 96-96 |
| | 0 | 1 |
CreateMagicMatchRuleResult::CreateMagicMatchRuleResultName: | CreateMagicMatchRuleResult::CreateMagicMatchRuleResult | Prototype: | CreateMagicMatchRuleResult(const QStringRef &type, const QStringRef &value, const QStringRef &offsets, const QStringRef &mask) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetypeparser.cpp | Lines: | 179-183 |
| | 3 | 1 |
ClipboardEvent::ClipboardEventName: | ClipboardEvent::ClipboardEvent | Prototype: | ClipboardEvent(QXcbConnection *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 869-870 |
| | 1 | 1 |
CaseInsensitiveLessThan::operator()Name: | CaseInsensitiveLessThan::operator() | Prototype: | result_type operator()(const QString &s1, const QString &s2) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 256-259 |
| | 1 | 1 |
CalculationCache::TransitionInfo::TransitionInfoName: | CalculationCache::TransitionInfo::TransitionInfo | Prototype: | TransitionInfo() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 198-203 |
| | 1 | 1 |
BounceEase::BounceEaseName: | BounceEase::BounceEase | Prototype: | BounceEase(QEasingCurve::Type type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 880-882 |
| | 1 | 1 |
BezierEase::inRangeName: | BezierEase::inRange | Prototype: | bool static inline inRange(qreal f) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 703-706 |
| | 1 | 1 |
BezierEase::findTForXName: | BezierEase::findTForX | Prototype: | qreal static inline findTForX(const SingleCubicBezier &singleCubicBezier, qreal x) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 800-820 |
| | 12 | 1 |
BezierEase::evaluateSegmentForYName: | BezierEase::evaluateSegmentForY | Prototype: | qreal static inline evaluateSegmentForY(const SingleCubicBezier &singleCubicBezier, qreal t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 556-572 |
| | 10 | 1 |
BezierEase::cosacosName: | BezierEase::cosacos | Prototype: | void static inline cosacos(qreal x, qreal &s1, qreal &s2, qreal &s3 ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 708-728 |
| | 6 | 1 |
BezierEase::_fast_cbrtName: | BezierEase::_fast_cbrt | Prototype: | double static inline _fast_cbrt(double d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 642-663 |
| | 7 | 1 |
BezierEase::BezierEaseName: | BezierEase::BezierEase | Prototype: | BezierEase(QEasingCurve::Type type = QEasingCurve::BezierSpline) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 441-443 |
| | 1 | 1 |
BackEase::copyName: | BackEase::copy | Prototype: | QEasingCurveFunction *copy() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 917-924 |
| | 5 | 1 |
BackEase::BackEaseName: | BackEase::BackEase | Prototype: | BackEase(QEasingCurve::Type type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 913-915 |
| | 1 | 1 |
QUtf8::convertToUnicodeName: | QUtf8::convertToUnicode | Prototype: | QString QUtf8::convertToUnicode(const char *chars, int len, QTextCodec::ConverterState *state) | Coverage: | 98.667% (74/75) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 324-438 |
| | 70 | 21 |
QTextStreamPrivate::scanName: | QTextStreamPrivate::scan | Prototype: | bool QTextStreamPrivate::scan(const QChar **ptr, int *length, int maxlen, TokenDelimiter delimiter) | Coverage: | 98.649% (73/74) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 650-737 |
| | 51 | 16 |
QSettingsPrivate::iniEscapedStringName: | QSettingsPrivate::iniEscapedString | Prototype: | void QSettingsPrivate::iniEscapedString(const QString &str, QByteArray &result, QTextCodec *codec) | Coverage: | 98.592% (70/71) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 616-695 |
| | 51 | 18 |
QAbstractItemModel::matchName: | QAbstractItemModel::match | Prototype: | QModelIndexList QAbstractItemModel::match(const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const | Coverage: | 98.507% (66/67) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 2266-2334 |
| | 47 | 21 |
QString::sectionName: | QString::section | Prototype: | QString QString::section(const QString &sep, int start, int end, SectionFlags flags) const | Coverage: | 98.333% (59/60) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4141-4187 |
| | 38 | 17 |
QNetworkCookiePrivate::parseSetCookieHeaderLineName: | QNetworkCookiePrivate::parseSetCookieHeaderLine | Prototype: | QList<QNetworkCookie> QNetworkCookiePrivate::parseSetCookieHeaderLine(const QByteArray &cookieString) | Coverage: | 98.333% (59/60) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | Lines: | 898-1006 |
| | 57 | 21 |
extractSectionsName: | extractSections | Prototype: | static QString extractSections(const QVector<qt_section_chunk> §ions, int start, int end, QString::SectionFlags flags) | Coverage: | 98.276% (57/58) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4199-4258 |
| | 41 | 17 |
QSortFilterProxyModelPrivate::proxy_intervals_for_source_items_to_addName: | QSortFilterProxyModelPrivate::proxy_intervals_for_source_items_to_add | Prototype: | QVector<QPair<int, QVector<int > > > QSortFilterProxyModelPrivate::proxy_intervals_for_source_items_to_add( const QVector<int> &proxy_to_source, const QVector<int> &source_items, const QModelIndex &source_parent, Qt::Orientation orient) const | Coverage: | 98.113% (52/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 613-677 |
| | 42 | 13 |
QAbstractSocket::disconnectFromHostName: | QAbstractSocket::disconnectFromHost | Prototype: | void QAbstractSocket::disconnectFromHost() | Coverage: | 98.000% (49/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | Lines: | 2685-2784 |
| | 39 | 12 |
parseIpFutureName: | parseIpFuture | Prototype: | static const QChar *parseIpFuture(QString &host, const QChar *begin, const QChar *end, QUrl::ParsingMode mode) | Coverage: | 97.917% (47/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 1196-1244 |
| | 28 | 10 |
QXmlStreamReaderPrivate::fastScanNameName: | QXmlStreamReaderPrivate::fastScanName | Prototype: | inline int QXmlStreamReaderPrivate::fastScanName(int *prefix) | Coverage: | 97.917% (47/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 1292-1355 |
| | 25 | 33 |
QByteArray::fromBase64Name: | QByteArray::fromBase64 | Prototype: | QByteArray QByteArray::fromBase64(const QByteArray &base64, Base64Options options) | Coverage: | 97.826% (45/46) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4281-4322 |
| | 31 | 11 |
QTimeZonePrivate::isValidIdName: | QTimeZonePrivate::isValidId | Prototype: | bool QTimeZonePrivate::isValidId(const QByteArray &ianaId) | Coverage: | 97.727% (43/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | Lines: | 451-515 |
| | 24 | 8 |
QDBusDemarshaller::toVariantInternalName: | QDBusDemarshaller::toVariantInternal | Prototype: | QVariant QDBusDemarshaller::toVariantInternal() | Coverage: | 97.727% (43/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusdemarshaller.cpp | Lines: | 242-305 |
| | 26 | 23 |
QStateMachinePrivate::initializeAnimationsName: | QStateMachinePrivate::initializeAnimations | Prototype: | void QStateMachinePrivate::initializeAnimations(QAbstractState *state, const QList<QAbstractAnimation *> &selectedAnimations, const QList<QAbstractState*> &exitedStates_sorted, QHash<QAbstractState*, QVector<QPropertyAssignment> > &assignmentsForEnteredStates) | Coverage: | 97.674% (42/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1647-1714 |
| | 41 | 14 |
QXmlUtils::isPublicIDName: | QXmlUtils::isPublicID | Prototype: | bool QXmlUtils::isPublicID(const QString &candidate) | Coverage: | 97.561% (40/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | Lines: | 313-360 |
| | 11 | 26 |
qConvertToNumberName: | qConvertToNumber | Prototype: | static qlonglong qConvertToNumber(const QVariant::Private *d, bool *ok) | Coverage: | 97.500% (39/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 189-242 |
| | 19 | 25 |
QIPAddressUtils::parseIp6Name: | QIPAddressUtils::parseIp6 | Prototype: | const QChar *parseIp6(IPv6Address &address, const QChar *begin, const QChar *end) | Coverage: | 97.500% (78/80) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 152-249 |
| | 67 | 21 |
QRect::containsName: | QRect::contains | Prototype: | bool QRect::contains(const QPoint &p, bool proper) const noexcept | Coverage: | 97.297% (36/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 826-859 |
| | 23 | 9 |
QDateTimeParser::potentialValueName: | QDateTimeParser::potentialValue | Prototype: | bool QDateTimeParser::potentialValue(const QStringRef &str, int min, int max, int index, const QDateTime ¤tValue, int insert) const | Coverage: | 97.297% (36/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 1570-1605 |
| | 24 | 11 |
QTextStreamPrivate::putNumberName: | QTextStreamPrivate::putNumber | Prototype: | void QTextStreamPrivate::putNumber(qulonglong number, bool negative) | Coverage: | 97.222% (35/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | Lines: | 2334-2376 |
| | 26 | 9 |
QTextBoundaryFinder::toNextBoundaryName: | QTextBoundaryFinder::toNextBoundary | Prototype: | int QTextBoundaryFinder::toNextBoundary() | Coverage: | 97.222% (35/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp | Lines: | 364-392 |
| | 18 | 10 |
QDateTime::toStringName: | QDateTime::toString | Prototype: | QString QDateTime::toString(Qt::DateFormat format) const | Coverage: | 97.222% (35/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 3556-3620 |
| | 38 | 19 |
QCommandLineParserPrivate::parseName: | QCommandLineParserPrivate::parse | Prototype: | bool QCommandLineParserPrivate::parse(const QStringList &args) | Coverage: | 97.222% (70/72) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | Lines: | 689-787 |
| | 66 | 24 |
lockInternal_helperName: | lockInternal_helper | Prototype: | template <bool IsTimed> static inline bool lockInternal_helper(QBasicAtomicPointer<QMutexData> &d_ptr, int timeout = -1, QElapsedTimer *elapsedTimer = 0) noexcept | Coverage: | 97.143% (34/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 131-175 |
| | 23 | 9 |
curveToFuncName: | curveToFunc | Prototype: | static QEasingCurve::EasingFunction curveToFunc(QEasingCurve::Type curve) | Coverage: | 97.059% (66/68) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 944-1017 |
| | 35 | 35 |
QUtf32::convertFromUnicodeName: | QUtf32::convertFromUnicode | Prototype: | QByteArray QUtf32::convertFromUnicode(const QChar *uc, int len, QTextCodec::ConverterState *state, DataEndianness e) | Coverage: | 96.970% (32/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | Lines: | 559-613 |
| | 37 | 9 |